﻿.spa-auth .load-mask {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 900px;
    background: white;
    z-index: 100;
}

.site_header .site-header-logo {
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

.site_header .site-header-logo:hover,
.site_header .site-header-logo:focus {
    background-color: #eee;
}

.centered-content {
    text-align: center;
}

.auth-error,
.shw-input-error {
    color: rgb(236,9,140) !important;
}

.spa-auth a {
    text-decoration: none;
}

.spa-auth a:focus,
.spa-auth a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.spa-auth .logged-out-page {
    margin-top: 20px;
}

.spa-auth h1 {
    font-size: 20px;
    line-height: 1.2;
    color: #363636;
    margin-top: 0;
    font-weight: 400;
}

.logged-out-page-error h1 {
    font-size: 2.25em;
    font-weight: lighter;
}

.spa-auth p {
    font-size: 14px;
    line-height: 1.4;
    color: #707070;
    font-weight: 400;
}

.spa-auth .client-content h1 {
    font-size: initial;
    line-height: initial;
    font-weight: initial;
}

.spa-auth .client-content p {
    font-size: initial;
    line-height: initial;
    font-weight: initial;
}

.spa-auth .client-content li {
    font-size: initial;
    line-height: 1.3em;
    font-weight: initial;
}

.spa-auth .shw-submit-button {
    margin: 0;
}

.spa-auth .layout__content-left-large-lead-graphic--graphic img {
    bottom: 88px;
}

.spa-auth shw-entry-date-picker .input-group {
    width: 100%;
}

.spa-auth #show-password-btn {
    font-size: 12px;
    text-transform: none;
    color: #155A92;
    min-height: 24px;
    height: 24px;
    line-height: 16px;
    min-width: 40px;
    position: absolute;
    right: 6px;
    top: -6px;
}

.spa-auth #show-password-btn md-icon {
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    color: #155A92;
}

.spa-auth .password-req-block {
    margin-top: -5px;
    font-size: 14px;
    color: #7d7d7d;
    padding: 0;
}

.spa-auth .password-req-row {
    display: inline-block;
    margin: 5px 0;
    width: 49%;
    list-style: none;
}

.spa-auth .password-req-row md-icon {
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    padding-bottom: 2px;
}

.spa-auth .password-req-row.passes {
    color: #000000;
}

.spa-auth .password-req-row.passes md-icon {
    color: #007a00;
}

.spa-auth .landing-button {
    font-weight: 400;
    text-transform: none !important;
    font-size: .87em;
    padding: 15px;
    margin: 0 10px;
    flex: 1;
    margin-top: 20px;
}

.spa-auth .login-button:focus,
.spa-auth .login-button:hover {
    background-color: #e1e1e1;
}

.spa-auth .start-now-button-wrap .md-button {
    height: 50px;
    line-height: 18px;
}

.spa-auth .portal-landing-page .tile-wrapper h3 {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 0;
}

.spa-auth .portal-landing-page .tile-wrapper .tile-img-logo img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}

.spa-auth .phone-icon {
    color: #36b73e;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
}

.spa-auth .phone .shw-input-error {
    margin-left: 6px;
}

.spa-auth .phone {
    display: block;
    margin-top: 8px;
    margin-left: -8px;
}

.password-form-submitted {
    padding-left: 46px;
    position: relative;
}

.password-form-submitted md-icon {
    color: #36b73e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

.shw-password-validation {
    margin: 0.25em 0;
}

.shw-password-validation.valid md-icon {
    color: #39B54A;
}

.shw-password-validation.valid span {
    color: black;
}

.shw-password-validation.invalid md-icon,
.shw-password-validation.invalid span {
    color: #707070;
}


@media (max-height: 900px) {
    .spa-auth .layout__content-left-large-lead-graphic--graphic img {
        width: 30%;
    }
}

.portal-landing-page .start-now-button-wrap.fr button,
.portal-landing-page .start-now-button-wrap.fr-ca button,
.portal-landing-page .start-now-button-wrap.es button {
    white-space: normal;
    height: 64px;
}

@media (max-width: 850px) {
    .portal-landing-page .start-now-button-wrap.hi button {
        white-space: normal;
        height: 64px;
    }

    .portal-landing-page .start-now-button-wrap button {
        font-size: 0.75em;
    }
}

/*the H1 styling should be default here*/
.spa-auth .client-content h1 {
    font-size: 2em !important;
    line-height: 1.1 !important;
    color: initial !important;
    margin: 0.67em 0 !important;
    font-weight: 500 !important;
}

@media (max-width: 500px) {
    .spa-auth p {
        font-size: 16px;
        line-height: 1.5;
    }

    .spa-auth .client-content p {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .spa-auth .client-content li {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .portal-landing-page .start-now-button-wrap {
        display: block;
    }

    .portal-landing-page .start-now-button-wrap button {
        width: 100%;
        font-size: 1.1em;
    }
}

.client-content img {
    max-width: 100%;
    height: auto;
}

/*special classes set by the admin custom content*/

.shwcc-fs-8 {
    font-size: 8px;
}

.shwcc-fs-9 {
    font-size: 9px;
}

.shwcc-fs-10 {
    font-size: 10px;
}

.shwcc-fs-11 {
    font-size: 11px;
}

.shwcc-fs-12 {
    font-size: 12px;
}

.shwcc-fs-14 {
    font-size: 14px;
}

.shwcc-fs-18 {
    font-size: 18px;
}

.shwcc-fs-24 {
    font-size: 24px;
}

.shwcc-fs-36 {
    font-size: 36px;
}

.shwcc-lh-1_0 {
    line-height: 1.0;
}

.shwcc-lh-1_2 {
    line-height: 1.2;
}

.shwcc-lh-1_4 {
    line-height: 1.4;
}

.shwcc-lh-1_6 {
    line-height: 1.6;
}

.shwcc-lh-1_8 {
    line-height: 1.8;
}

.shwcc-lh-2_0 {
    line-height: 2.0;
}

.shwcc-lh-3_0 {
    line-height: 3.0;
}

.shwcc-ta-center {
    text-align: center;
}

.shwcc-ta-right {
    text-align: right;
}

.shwcc-ta-left {
    text-align: left;
}

.shwcc-ta-justify {
    text-align: justify;
}

.shwcc-mr {
    margin-right: 25px;
}

.shwcc-ml {
    margin-left: 25px;
}
