﻿:root {
    --button-facebook-bg: #2d4f8b; /* Facebook blue */
    --link-color: #185abc; /* Darker blue for links on login page */
    --form-button-justify: flex-start; /* Align buttons to the left on login page */
    --button-login-onetime-bg: maroon; /* Maroon background for one-time login button */
    --button-login-onetime-color: #ffffff; /* White text for one-time login button */
}

.page-sub-root {
    justify-content: flex-start;
    min-height: 100%;
    padding: 20px 0;
    padding-top: 84px;
}

@media (min-height: 1100px) {
    .page-sub-root {
        justify-content: center;
    }
}

.form-container {
    padding-bottom: 16px;
}

    .form-container button > span:nth-child(2) {
        white-space: nowrap;
        width: 70%;
        text-align: center;
    }

.button-login-onetime {
    background-color: var(--button-login-onetime-bg);
    color: var(--button-login-onetime-color);
}

.alertMessage {
    width: auto;
}
