.login-cm-w {
    height: 450px;
}

.fv-row {
    position: relative;
}

.input-group-append {
    position: absolute;
    right: 10px;
    top: 5px;
}

.input-group-text {
    background: transparent;
}

.input-group-append.rounded-lg .input-group-text{
    background: transparent;
    border: none;
}


.jsPasswordShoHide {
    cursor: pointer;
}

.auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 20px;
}

.auth-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 30px;
}


.auth-card h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}




.btn-primary {
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.btn-primary:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}


.otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.otp-input {
    width: 45px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}



.otp-input:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}


.timer-container {
    font-size: 14px;
    color: #555555;
}


#resend-btn[disabled] {
    color: #999999 !important;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
}

.helpdesk-footer {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 999;
    font-size: 14px;
    font-weight: 500;
}

.helpdesk-footer a {
    text-decoration: none;
    font-weight: 700;
    margin-left: 4px;
}