.login{
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;

    .field{
        margin-top: 1rem;
    }
}

.login-actions{
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}

.shared-links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}