.login-button {
    width: 150px;
}

.footer {
    display: flex;
    justify-content: flex-end;
}

.actions {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

