body {
    background: #edebe7;
    font-family: 'Roboto', sans-serif;
}



.login-box {
    margin-top: 75px;
    height: 465px;
    background: #D0C3B6;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}



.login-title {
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;

    font-weight: bold;
    color: #fff;
}

.login-form {
    margin-top: 10px;
    text-align: left;
}

input[type=text] {
    background-color: #b3a394!important;
    border: none;
    border-bottom: 2px solid #5a5958;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: -28px;
    padding-left: 0px;
    color: #5a5958!important;
    padding-left: 20px;
}

input[type=password] {
    background-color: #b3a394!important;
    border: none;
    border-bottom: 2px solid #5a5958;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: -10px;
    color: #5a5958!important;
  padding-left:20px;
}

.form-group {
    margin-bottom: 40px;
    outline: 0px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #0DB8DE;
    outline: 0;
    background-color: #1A2226;
    color: #fff;
}

input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 10px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    width: 100%;
    border-color: #cdcdcd;
    color: #fff;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #7e6a5b!important;
    height: 34px;
    border-bottom: 2px solid #5a5958;
}
.btn-outline-primary:hover {
    background-color: #fff;
    right: 0px;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}