html, body {
    background: #FFFFFF !important;
}

.login-page {
    min-height: 100%;
    position: relative;
}

.main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.login-box-body, .register-box-body {
    padding-bottom: 0.5em;
    color: #fff !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.custom-login {
    border: none;
    border-bottom: 1px solid;
}

.custom-login:focus {
    border-bottom-color: #1A73CE;
}

.nav-login {
    background: #00A6F0;
    height: 5em;
}

.form-group:first-child {
    margin-top: 4.5em;
}

.form-group {
    margin-bottom: 3em;
    margin-top: 2.5em;
}

.btn-login.disabled {
    border-color: #DFDFDF;
    background: #DFDFDF;
}

.btn-login {
    padding: 0.5em 1em;
    background: #1A73CE;
    padding-right: -1em;
}

.box-login-custom {
    padding-left: 5em;
}

.form-login {
    position: relative;
    margin-bottom: 1em;
    color: #FF5153;
}

.form-login input:focus,
.form-login input {
    padding-left: 0;
    border-bottom-color: #FF5153;
    color: #FF5153;
}

.form-group input {
    background: transparent;
}

.icon-right-login {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.icon-left-login {
    position: absolute;
    top: 0;
    left: -2.5em;
}

.icon-left-login.icon-lock {
    left: -3em;
}

.label-login {
    position: absolute;
    top: 5px;
    transition: .75s;
    pointer-events: none;
}

.form-login input:focus ~ label,
.form-login input:valid ~ label {
    top: -20px;
}

/* When focus */
.focus-login label{
    color: #5192D8;
}

.focus-login i {
    color: #1A73CE;
}

.focus-login input:focus,
.focus-login input:valid {
    border-bottom-color: #1A73CE;
    color: #000;
}

/* When validate success */
.val-login {
    color: #7F7F7F;
}

.val-login label {
    color: #B3B4B3;
}

.val-login input:focus,
.val-login input:valid,
.val-login input {
    border-bottom-color: #9D9D9D;
    color: #000;
}

button[type="submit"]:hover,
button[type="submit"]:active {
    color: #fff;
}

.error-login {
    color: #FF5153;
}
@media (max-width: 443px) {
    .forgot-pass{
        font-size: 11px;
    }
    .submit button{
        font-size: 11px;
    }
}
@media (max-width: 395px) {
    .forgot-pass{
        font-size: 10px;
    }
    .submit button{
        font-size: 10px;
    }
}

.form-title-account{
    position: relative;
    color: rgba(150, 150, 150, 1)
}
.title-account{
    font-size: 14px;
    color: #000;
    margin-top: 3px;
}

.nav-login > h4 {
    cursor: pointer;
}
