.guest-section {
    background-image: url('../images/login/bg-login-page.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.guest-section .login-form {
    margin-left: -100%;
}

.forgot-section .with-bg {
    background-image: url('../images/login/bg-forgot-page.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 

}

.reset-section .with-bg {
    background-image: url('../images/login/bg-reset-page.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}

@media screen and (max-width: 1400px) {
    .guest-section .login-form {
        margin-left: auto;
        margin-right: auto;
    }
}

.login-tab-box .btns-box button {
    margin: 0;
    padding: 0 3px 15px 3px;
    background: #FFFFFF;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    margin-right: 14px;
}

.login-tab-box .btns-box button.active,
.login-tab-box .btns-box button:hover,
.login-tab-box .register-pagination span {
    color: #0085FF;
}

.login-tab-box .register-pagination {
    color: #A8A8A8;
}

.login-tab-box .nav-btns {
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.login-tab-box .nav-btns .bar {
    display: block;
    height: 2px;
    background: #0085FF;
    width: 30px;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: all .3s ease;
}

.login-tab-box .tab-content,
.login-tab-box .register-page {
    display: none;
}

.login-tab-box .eye-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 11px;
    opacity: 0.5;
}