.login-box-body {
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 0px #e3e1e1;
}

.login-page {
    background: #f8f8f8;
}

.form-control::-webkit-input-placeholder {
    font-family: LatoWeb;
    font-size: 18px;
    letter-spacing: 0.3px;
}

.login-box {
    width: 460px;
    margin: 7% auto;
}

.login-logo {
    margin-bottom: 25px;
}

.login-box-header {
    font-family: LatoWebBold;
    color: #4e4e4e
}

.login-box-sub-header {
    font-family: LatoWeb;
    font-size: 17px;
    color: #000
}

#login-team .form-group {
    display: flex
}

#login-team .form-group .form-control {
    text-align: right;
    border-radius: 0px;
    font-family: LatoWeb;
}

#login-team .form-group h3 {
    font-family: LatoWebSemibold;
    margin-top: 8px;
    padding-left: 10px;
    color: #525252
}

.form-group .form-control {
    border-radius: 20px;
    height: 45px;
    text-align: center;
    font-size: 17px;
    border: 1px solid #cfcfcf
}

.form-group .form-control:focus {
    box-shadow: none;
    outline: 0
}

.btn-submit {
    background: #505a28;
    color: #fff;
    margin-top: 10px;
    font-family: LatoWeb;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 8px 12px;
    border-radius: 0px
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
    color: #fff;
    box-shadow: none;
    outline: 0
}

.login-box-footer p a {
    color: #505a28;
    text-decoration: none;
    font-size: 15px;
    font-family: LatoWebSemibold;
}

.login-box-footer h5 a {
    color: #333;
    font-size: 16px;
    font-family: LatoWeb;
    text-decoration: none;
    font-weight: 500;
}

#login-reset-password h5 {
    color: #b2b2b2;
    letter-spacing: 0.3px;
    font-size: 15.5px;
    line-height: 24px;
    margin: 0px;
    font-weight: 400;
    font-family: LatoWeb;
    padding-bottom: 20px
}

#login-reset-password .login-box-header a {
    float: left;
    color: #333
}

#login-reset-password .login-box-header a i {
    font-size: 20px
}

.btn-submit img {
    position: absolute;
    text-align: center;
    width: 25px;
    /* left: 49%; */
    animation: fa-spin 1.5s infinite linear;
}

#login-team p.signup {
    font-family: LatoWeb;
    font-size: 16px;
}

#login-team p.signup a {
    font-family: LatoWebSemibold;
    color: #4b8fe1
}