
.form-container {
    max-width: 500px;
    margin: 2rem auto;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.form-toggle {
    text-align: center;
    margin-top: 1rem;
    font-size: .9rem;
}
.form-toggle a {
    color: #0d6efd;
    cursor: pointer;
    text-decoration: none;
}
.form-toggle a:hover {
    text-decoration: underline;
}