.login__buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    gap: 1rem;
    flex-shrink: 0;
}

