@charset "utf-8"; /* CSS Document */

#lottie{
    background-color:#ffffff;
    width:20%;
    margin: 0 auto;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    margin-bottom: 30px !important;
}
.login-pC-eyeClick{
    right: 35px;
}
.login-text-muted{
    font-size: 12px !important;
    display: block;
    padding-top: 5px;
}
.login-sess-msg{
    color:#BB3609;
}
.login-sess-succ{
    color:#25BB3D;
}
.f-loader-login{
    left: 62% 
}
.almost-done{
    color: #007365; 
    margin-bottom: 10px;
    font-weight: bold;
}
.check-mail{
    font-size: 16px;
}

.cursor-pointer{
    cursor: pointer;
}


/* ********************************
********************************
******************************** */
.eyeClick {
    color: #a4c8d0;
    font-size: 21px !important;
    position: absolute;
    top: 50% !important;
    right: 8px;
    cursor: pointer;
    background: transparent !important;
    transform: translateY(-50%);
}
.inner-addon {
    position: relative;
}

button:disabled {
    pointer-events: none;
}

#form_login span.icon {
    background: #00b19c;
    color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    margin-right: 5px;
}

#form_login span.icon i {
    font-size: 12px !important;
    line-height: 19px;
}

#form_login .la-spinner {
    color: #00b19c;
    animation: spin 2s linear infinite;
    font-size: 22px !important;
    position: absolute;
    top: 40px;
    right: 5px;
}



/* Add smooth transition for the feedback message */
.email-group {
    position: relative;
    transition: border-bottom-color 0.3s ease;
}

/* Add keyframe animation for the spinning spinner icon */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.la-spinner {
    animation: spin 2s linear infinite;
}

/* Add smooth transition for the feedback message icon */
.email-group .icon {
    position: absolute;
    top: 9px;
    right: 0px;
    transition: opacity 0.3s ease;
}

/* Add smooth transition for the redirecting message */
.email-group .redirecting-message {
    position: absolute;
    top: 9px;
    transition: opacity 0.3s ease;
}

#form_login span.icon.error {
    background: rgba(187, 54, 9, 0.7);
    color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    margin-right: 5px;
}



@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.formContainerTopAdjust {
    margin-top: 0px !important;
}

.logo {
    width: 40% !important;
}
.elegant-input-group,
        .elegant-select-group {
            position: relative;
            display: flex;
            align-items: center;
        }
 
        .elegant-input-icon {
            position: absolute;
            left: 12px;
            font-size: 16px;
            color: #9ca3af;
            z-index: 1;
            pointer-events: none;
            transition: color 0.2s ease;
        }
 
        .elegant-input,
        .elegant-select {
            width: 100%;
            padding: 10px 12px 10px 40px;
            font-size: 12px;
            color: #1a1a1a;
            background: #ffffff;
            border: 1px solid #d1d5db;
            border-radius: 0;
            transition: all 0.2s ease;
            height: 40px;
            appearance: none;
        }
 
        .elegant-select {
            padding-right: 36px;
            cursor: pointer;
        }
 
        .elegant-input:focus,
        .elegant-select:focus {
            outline: none;
            border-color: #00af9c !important;
        }
 
        .elegant-input-group:focus-within .elegant-input-icon,
        .elegant-select-group:focus-within .elegant-input-icon {
            color: #00b19c;
        }
 
        .elegant-input:hover,
        .elegant-select:hover {
            border-color: #9ca3af;
        }
 
        .elegant-input::placeholder {
            color: #9ca3af;
            font-size: 12px;
        }
 
        .elegant-select-arrow {
            position: absolute;
            right: 12px;
            font-size: 14px;
            color: #6b7280;
            pointer-events: none;
            z-index: 1;
        }
 
        .elegant-input-with-counter .elegant-input {
            padding-right: 70px;
            height: calc(2rem) !important;
        }
 
        .elegant-char-count {
            position: absolute;
            right: 12px;
            font-size: 11px;
            color: #9ca3af;
            pointer-events: none;
            font-weight: 500;
        }
input::-ms-reveal,
      input::-ms-clear {
        display: none;
      }
/* ********************************
********************************
******************************** */
@media (max-width: 576px) {
    .col-sm-6.almost-done.mobileComp.d-none{
        display: none !important;
    }
     .otp-container .otp-number-input{
        width: 60px;
        height: 66px;
    }
}


.tsclogo{
    width: 256px !important;
}

.emailerror{
    color:rgb(187, 54, 9);
}

.forgetpass{
    font-weight: bold;
    font-size: 21px;
}

.loginsessionmsg{
    display:none;
}