.auth-links {
    margin-top: 20px;
    text-align: center;
}

.auth-links a {
    color: #8b7355;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.auth-links a:hover {
    text-decoration: underline;
    color: #6d5a43;
}