/*----------------------------------------
    Login Page
------------------------------------------*/

/*----------------------------------------
  Available Layout type names
-----------------------------------------*/

/*
 1. vertical-modern-menu-template
 2. vertical-menu-nav-dark-template
 3. vertical-gradient-menu-template
 4. vertical-dark-menu-template
 5. horizontal-menu-template

/* Need to change Layout name as per your requirement on below mentioned line.*/

/*
1. @import "../themes/vertical-gradient-menu-template/variables";
2. @import "../themes/vertical-gradient-menu-template/theme-variables";
*/

.forgot-bg {
    background-image: url(/images/flat-bg.jpg?548eb8f3fbc4e1b774f1cb484c0d3c0a);
    background-repeat: no-repeat;
    background-size: cover;
}

#forgot-password {
    display: flex;
    justify-content: center;
    align-items: center;
}

#forgot-password .card-panel.border-radius-6.forgot-card {
    margin-left: 0 !important;
    padding: 25px 15px !important;
}

#forgot-password {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#fforgot-password .card-panel.border-radius-6.login-card {
    margin-left: 0 !important;
    width: 100%;
}
#forgot-password .forgot-page-inner > div {
    width: 100%;
}
#forgot-password .forgot-page-inner {
    width: 22%;
}
#forgot-password .input-field input {
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    padding-left: 15px !important;
    box-sizing: border-box !important;
}
#forgot-password h6 {
    font-weight: 500;
    font-size: 14px;
}
.desk-back-btn {
    display: block;
}
.res-back-to-sign {
    display: none;
}
@media screen and (max-width: 991px) {
    #forgot-password .forgot-page-inner,
    #forgot-password .forgot-page-inner > div {
        height: 100%;
    }
    .mobile--logo,
    .res-back-to-sign {
        display: block;
    }
    .mobile--logo {
        margin: auto;
    }
    .desk--logo,
    .desk-back-btn {
        display: none;
    }
}
