.account-page-bg {
    height: 100vh;
}

.mobile-pass {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 768px) {
    .mobile-pass {
        display: flex;
        justify-content: space-between;
        margin: 30px 0 60px;
    }

    .login-form {
        padding: 40px 40px 0;
    }

    .mobile-pass .forgot-pass {
        text-align: start !important;
    }

    .account-page-bg {
        background-image: url("https://cukurovaairport.aero/crm-app/public/images/bg-auth-square.jpg") !important;
        background-size: contain !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        height: 430px !important;
    }
}

.form-group {
    position: relative;
}

.form-control.password-input {
    padding-right: 40px;
}

.show-password-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    z-index: 1;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.mdi.mdi-eye-off:hover,
.mdi.mdi-eye:hover {
    cursor: pointer;
}