.rounded-input {
    border-radius: 12px;
    padding: 12px 15px;
    border: 2px solid #3699FF;
}

.rounded-btn {
    border-radius: 12px;
    padding: 12px 25px;
    font-weight: bold;
}

.toggle-password:hover {
    color: #007bff;
}

.fa {
    color: #007bff;
}

.gradient-btn {
    background: linear-gradient(90deg, #3699FF, #6EB7FF);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: bold;
    padding: 12px 25px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.gradient-btn:hover {
    background: linear-gradient(90deg, #6EB7FF, #3699FF);
}

.footer {
    color: #007bff !important;
    font-weight: bolder !important;
}