.form-container {
    max-width: 400px;
    margin: 2rem auto;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color:rgb(177, 142, 96);
}

input[type="text"],
input[type="password"],
input[type="number"] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #a98c3b;
    border-radius: 6px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}