
html * {
    font-family: Poppins;
}
#app{
    background: #2F5041;

}
.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.login-form-wrapper {
    /*background-color: #171F48;*/
    background-image: url("../background/Login1.png");
}

.auth-title {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'GT Haptik Regular', sans-serif;
}

.auth-role {
    color: #778EFF;
}

.relative-img {
    position: relative;
}

.auth-form {
    width: 45rem !important;
}
.auth-image{
    border-radius: 85px 0px 0px 85px;
}
.auth-form input::placeholder {
    color: #000 !important;
    font-size: 14px !important;
    opacity: 0.5 !important;
    font-style: normal;
    font-weight: 400;
}
.auth-form input {
    color: #000 !important;
    font-weight: 400;
    font-size: 14px !important;
    height: 42px;
}

.auth-title > h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}
.logo-front {
    color: #fff;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.7px; /* 103.889% */
    text-transform: uppercase;
    padding-top: 10px;
}
.auth-sub-title{
    color: #F8FAFB !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'GT Haptik Regular', sans-serif;
}
.auth-form .form-label{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.auth-btn {
    width: 100%;
    border-radius: 5px !important;;
    background-color: #000000 !important;
    color: #ffff !important;
    /*border-color: #ffffff !important;*/
    font-size: 16px !important ;
    font-style: normal;
    font-weight: 700 !important;
}

.auth-btn:hover {
    width: 100%;
    border-radius: 5px;
    background-color: #778EFF;
    color: #ffff;
    /*border-color: #ffffff;*/
    font-size: 16px !important ;
    font-style: normal;
    font-weight: 700 !important;
}

.forgot-password-link {
    color: #ffff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-family: 'GT Haptik Regular', sans-serif;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

/* Apply transform only when field is invalid */
.relative-img .form-control.is-invalid + .password-toggle {
    transform: translateY(-50%);
}

.password-toggle img {
    width: 16px;
    height: 16px;
}

/* Ensure proper spacing for password inputs with validation */
.relative-img .form-control {
    padding-right: 45px !important;
}

/* Ensure validation messages don't overlap with eye icon */
.relative-img .invalid-feedback {
    margin-top: 5px;
    display: block;
    min-height: 20px;
    position: relative;
    z-index: 1;
}

/* Ensure validation error icon doesn't overlap with eye icon */
.form-control.is-invalid {
    background-image: none !important;
    padding-right: 45px !important;
    border-color: #dc3545 !important;
}

/* Position validation error icon properly */
.form-control.is-invalid:invalid {
    background-image: none !important;
}

/* Custom validation icon positioning for password fields */
.relative-img .form-control.is-invalid {
    background-image: none !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
    padding-right: 45px !important;
    border-color: #dc3545 !important;
}

/* Eye icon positioning is handled by the main .password-toggle rule above */

/* Override any validation styling that might affect eye icon positioning */
.relative-img .form-control:focus.is-invalid {
    background-image: none !important;
    padding-right: 45px !important;
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* Ensure proper spacing for validation messages */
.relative-img .invalid-feedback {
    margin-top: 8px;
    display: block;
    min-height: 20px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.4;
}

/* Disable browser default validation tooltip to prevent overlap */
.relative-img .form-control:invalid {
    box-shadow: none !important;
}

/* Custom validation styling for password fields */
.relative-img .form-control:invalid:not(:focus) {
    border-color: #dc3545 !important;
    background-image: none !important;
    padding-right: 45px !important;
}

/* Eye icon visibility is handled by the main .password-toggle rule above */

/* Additional styling for better visual separation */
.relative-img .form-control.is-invalid {
    position: relative;
}

/* Eye icon image styling is handled by the main .password-toggle img rule above */

/*Check box css*/
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    border: 1px solid #81ABC5;
    /*background-color: #171F48;*/
}

.create_account_link{
    font-family: 'GT Haptik Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}
/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    border-radius: 3px;
    border: 1px solid #81ABC5;
    background-color: #171F48;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    border-radius: 3px;
    border: 1px solid #81ABC5;
    background-color: #171F48;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.auth-image {
    object-fit: cover;
    object-position: left;
    height: 100vh;
}
.form-outline span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.password-reset-heading{
    color: white;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/*media queries*/
/* Mobile to Tablet */
@media (min-width: 320px) and (max-width: 767px) {
    .mt-10{
        margin-top: 4rem;
    }
    .auth-footer-wrapper{
        flex-direction: column;
        align-items: start;
    }
    .auth-forgot-password-text{
        margin-left: 0px;
        margin-top: 10px;
    }
    .auth-title {
        font-size: 24px !important;
        font-weight: 500 !important;
    }
    .auth-sub-title{
        font-size: 14px !important;
        font-weight: 300 !important;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
   .display-login-image{
    display: none !important;
   }
    .login-form-wrapper{
        height: 100vh;
    }
}

/* Tablet to Laptop */
@media (min-width: 768px) and (max-width: 1023px) {
    .mt-10{
        margin-top: 7rem;
    }
    .auth-title {
        font-size: 30px !important;
        font-weight: 600 !important;
    }
}
/* Tablet to Laptop */
@media (min-width: 1024px) and (max-width: 1550px) {
    .mt-10{
        margin-top: 7rem;
    }
    .auth-title {
        font-size: 34px !important;
        font-weight: 600 !important;
    }
}
/* Tablet to Laptop */
@media (min-width: 1550px) and (max-width: 1920px) {
    .mt-10{
        margin-top: 12.5rem !important;
    }

}

@media (max-height: 700px) {
 .auth-image{
     height: 100%;
 }
}
