﻿body
{
    color: #b11218; /*red*/
    font-family: 'Proxima Nova W02', sans-serif;
    font-size: 13px !important;
    text-decoration-line: none;
}

.stdLink:hover {
    color: #5494ea; /*blue*/
    text-decoration-line: none;
}

.sso-button-container {
    display: block;
    margin-left: 12.5%;
    margin-right: 30%;
    width: 300px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.sso-login-button {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #A6A8A8;
    color: #BC2026;
    cursor: pointer;
    font-family: "Segoe UI", "HelveticaNeue", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    padding: 0 12px;
    text-decoration: none;
    transition: background-color 0.33s ease;
}

    .sso-login-button:hover {
        background-color: #f2f2f2;
    }

.accs-logo {
    width: 45px;
    height: 45px;
    margin-right: 12px;
}

.sso-error-container {
    margin-bottom: 12px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-wrap-style: balance;
    width: 75%;
}

.sso-error-label {
    font-weight: bold;
    color: red;
}

.login-base-button {
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    background-color: #BC2026;
    color: #fff;
    cursor: pointer;
    font-family: "Segoe UI", "HelveticaNeue", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 38px;
    width: 280px;
    background-image: none;
    transition: background-color 0.33s ease;
}

    .login-base-button:hover {
        background-color: #CC2530;
    }

.login-link-button {
    color: #BC2026;
    justify-self: auto;
    background: none;
    border: none;
}

    .login-link-button:hover {
        color: #CC2530;
        text-decoration: underline;
    }
