/* Container for password flows */
.bg-teal-soft {
    background-color: rgba(0, 167, 158, 0.1);
}

.text-teal {
    color: #00A79E !important;
}

.btn-teal {
    background-color: #00A79E !important;
    border-color: #00A79E !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn-teal:hover {
    background-color: #008f88 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 167, 158, 0.2);
}

/* Form refinement */
.form-control:focus {
    border-color: #00A79E !important;
    background-color: #f8ffff !important;
}