/* Auth Pages Common Styles */
.btn-bluish {
    background-color: #0c75c2;
    border-color: #0c75c2;
    color: white;
}

.btn-bluish:hover {
    background-color: #0a5a96;
    border-color: #0a5a96;
    color: white;
}

.card-header-bluish {
    background: #f3f2f1;
    color: #323130;
    border-bottom: 1px solid #edebe9;
}

.text-bluish {
    color: #0c75c2;
}

.text-bluish:hover {
    color: #0a5a96;
}

.required-star {
    color: red;
    margin-left: 3px;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}

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

/* Custom Alert Styles */
.alert-success {
    background-color: #0c75c2 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

.alert-danger {
    background-color: #dc3545 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px;
}

.alert-info {
    background-color: #0c75c2 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px;
}
