.form-login {
    width:100dvw;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-login .form-area {
    width:min(600px,90%);
    height:min(400px,90%);
    padding:2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:15px;

    > form {
        width: 100%;
    }
}