.auth-container, .register-container, .reset-container {
    width: 100%;
    max-width: 360px;
    padding: 24px 28px;
    border-radius: 12px;
    background-color: #383838;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin: 40px auto;
    text-align: center;
    box-sizing: border-box;
}

.auth-title, .register-title, .reset-title {
    font-size: 22px;
    font-weight: bold;
    color: #c89c00;
    margin-bottom: 20px;
}

.reset-container p {
    margin-top: 6px;
    line-height: 1.55;
}

.password-link {
    color: #c89c00;
    font-size: 14px;
}

.password-link:hover, .reset-link:hover {
    text-decoration: underline;
}

.reset-link {
    color: #c89c00;
    background-color: #383838;
    border: none;
    cursor: pointer;
}
