﻿.authentication-index-page-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    gap: 32px;
}

.authentication-index-page-form-input-container {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 16px;
}

@media (min-width: 710px) {
    .authentication-index-page-form {
        align-items: start;
    }
}