.login_wrapper {
    width: 100dvw;
    height: 100dvh;
    display: grid;
    place-items: center;
}

.login {
    width: 60%;
    padding: 1em;
    border-radius: 1em;
    background-color: var(--light);
    box-shadow: 0 0 4px 0 rgba(0, 38, 36, .1);
}

.login form {
    display: flex;
    flex-direction: column;
    gap: 1em;
}