/* Login Style */

.crm-srk-register-form {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0b1d51;
    /* margin-bottom: 1rem; */
}
.crm-srk-register-form span {
    color: #f28500;
}

.bsb-btn-xl {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #0b1d51;
    border: none;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.bsb-btn-xl:hover {
    background-color: #f28500;
}
.bsb-btn-xl:active {
    background-color: #0a1b47;
}
.bsb-btn-xl:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 29, 81, 0.25);
}

/* Password Toggle Eye Icon */
.password-toggle-btn {
    border: none !important;
    background: transparent !important;
    z-index: 10;
    color: #6c757d;
    cursor: pointer;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-toggle-btn:hover {
    color: #0b1d51;
}

.password-toggle-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.password-toggle-btn i {
    font-size: 1rem;
}
