.auth-form {
    background: #8f3228;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0.4rem 1.5rem rgba(255, 255, 255, 0.2);
    text-align: center;
}

.auth-form label {
    display: block;
    margin: 0.5rem 0;
    font-size: 1rem;
}

.auth-form input {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0.3rem;
}

.auth-button {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.auth-button img {
    width: 30%;
    height: auto;
}

.error {
    color: red;
    margin-bottom: 1rem;
}

.timer {
    color: white;
    font-size: 1.2rem;
    margin-top: 1rem;
}
