.login{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.login-content{
    box-sizing: border-box;
    padding: 1rem;
    width: 100%;
    max-width: 420px;
    background-color: aliceblue;
    border-radius: 1rem;
}