.modal_forms_select_auth .modal-card{
    width: 100%;
    height: 100vh;
    max-height: none;
    position: fixed;
    top: 0;
    left: 0;
}

.select_auth_buttons_container {
    width: 100%;
    height: calc(100% - 115px);
    gap: 5rem;
}

.select_auth_buttons_container > .select_auth_card {
    gap: 1rem;
    border: 1px solid rgb(27, 27, 27);
    border-radius: 8px;
}