#dz-password {
    border-right: none;
}
#togglePassword {
    border-left: none;
    border: 0.0625rem solid #c9c9c9;
    border-radius: 0.5rem;
}
.input-group:focus-within #togglePassword {
    border: 0.0625rem solid #c9c9c9;
    border-radius: 0.5rem;
}
#loginBtn .spinner-border {
    margin-left: 8px;
}
h4 { font-size: 15px !important; }
.custom-checkbox-shadow {
    display: flex;
    align-items: center;
    gap: 0px;
}
.custom-checkbox-shadow .form-check-input {
    width: 11px;
    height: 11px;
    margin-top: -2px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 1% !important; 
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}
.custom-checkbox-shadow .form-check-input:checked {
    background-color: #00B5E2;
    box-shadow: 0 4px 20px rgba(0, 181, 226, 0.4);
}
.custom-checkbox-shadow .form-check-input:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-checkbox-shadow .form-check-label {
    cursor: pointer;
    padding-left: 0px;
}
.auth-form {
    padding: 20px 30px 20px 30px;
}
.auth-form .btn {
    height: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}