#form-container {
    width: 100%;
    height: 100dvh;

}

#demo-auth-form {
    font-size: max(2rem, 12pt);
    width: min(500px, 100%);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#demo-auth-form p {
    width: 100%;
    text-align: center;
}

#demo-auth-form input {
    min-height: max(2rem, 50px);
    min-width: 200px;
}

#demo-auth-form button {
    border-radius: 15px;
    padding: 0.5rem;
}