﻿.authentication-container {
    display: flex;
    width: 300px;
    flex-direction: column;
    margin: 1em 2em;
    justify-content: center;
    gap: 8px;
}

.form-row {
    display: flex;
    gap: 1em;
    align-items: center;
}

    .form-row label {
        width: auto;
        min-width: 50px;
        font-size: 13px;
    }


.remember-me-row {
    justify-content: space-between;
}

.remember-me-group {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

    .remember-me-group label {
        flex-basis: auto;
    }

.recaptcha-row {
    justify-content: center;
}

.login-button-row {
    justify-content: space-between;
}

.failure-text-row {
    justify-content: center;
    text-align: center;
}

.failureNotification {
    font-size: 11px;
    color: Red;
    font-weight: bold;
    text-align: center;
}
