h1,h2,h3,h4 {font-family: Poppins;}
p {font-family: poppins;}

.auth-bg {
    background-image: url(../img/grey-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.auth-page .shadow{    
    border: 2px solid #fff;
    border-radius: 20px;
    background: #f0eef2;
    padding: 40px 0px 10px 0px;
}
.auth-page .card-body {
    border-radius: 20px;
    border-radius: 20px;
    padding: 0px 60px 20px 60px !important;
}

.auth-page .form-control{
    background: #F6F6F6D6;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 14px 10px;
    box-shadow: inset 0px 1.73px 3.46px rgba(0, 0, 0, 0.05), 0px 4px 7.5px rgba(64, 64, 64, 0.03);
}

.auth-page .btn-primary {
    background-color: #388273 !important;
    width: 50% !important;
    display: block;
    margin: 0 auto;
    border:none;
}

.auth-page h4 {    
    font-size: 14px;
    padding-top: 10px;
    color: #212529;
}

.auth-page .form-label {
    color: #58595B;
    font-family: poppins;
    font-size: 14px;
    margin: 0;
}
.auth-page label {
     color: #58595B;
    font-family: poppins;
    font-size: 12px;
}
.auth-page a{
    font-family: poppins;
    font-size: 12px;
    color: #388273;
    text-decoration: none;
}

input:-internal-autofill-selected
{
    background-color: #F6F6F6D6;
}

.gap {gap: 10px;}

.auth-page .form-check-input[type=checkbox] {    
    border: 1px solid #58595B;
}
.form-check-input {background-color: transparent;}
.form-check-input:checked {background-color: #388273;}

.input-with-icon {
    position: relative;
}

.form-control:focus {color: #6c757d;}
.input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.6;
    pointer-events: none;
}

.input-with-icon .form-control {
    padding-left: 50px;
    height: 60px;
    border-radius: 30px;
}
.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon .form-control {
    padding-left: 45px;
    padding-right: 45px;
}

.input-icon {
    position: absolute;
    left: 15px;
    width: 18px;
    opacity: 0.6;
}

.toggle-password {
    position: absolute;
    right: 15px;
    width: 20px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.toggle-password:hover {
    opacity: 1;
}

.secure {font-size: 10px;
    color: #58595b;
    padding-top: 15px;}




/* Forget password page */

.forget-pass .btn-primary {
         width: 80% !important;
    border-radius: 10px;
    border-color: none;
}

.forget-pass h4 {
    padding: 0px 40px!important;
}
.forget-pass .input-with-icon .form-control{
        height: 50px;
    border-radius: 20px;
        padding-left: 40px;
    padding-right: 10px;
}


/* Reset password page */

.reset-pass .btn-primary {
    width: 100% !important;
    border-radius: 12px;
    padding: 10px;
    border-color: none;
}

.reset-pass .form-control {
    height: 50px;
    border-radius: 12px;
}

.password-hint {
    display: flex;
    align-items: flex-start;   /* key fix */
    gap: 8px;
    margin-top: 8px;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.4;
}

.info-icon {
    width: 16px;
    flex-shrink: 0;           /* prevents icon from shrinking */
    margin-top: 2px;          /* small visual alignment tweak */
}


/* tab resposnive */

@media (min-width: 768px) and (max-width: 1024px) {

.auth-page .card-body {padding: 20px!important;}

}
