

.auth-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
}

.auth-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.btn-primary {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.form-control {
    border-radius: 5px;
}

.form-text {
    font-size: 14px;
    color: #6c757d;
}

.text-center a {
    color: #007bff;
    text-decoration: none;
}

.text-center a:hover {
    text-decoration: underline;
}