﻿body {
    background-image: url("../img/bg_login_01.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: Roboto, Arial, Helvetica, "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top:30px;
}

body.modal-open {
    overflow:auto;
}

body .loginContainer a {
    text-decoration: underline;
    cursor: pointer;
}

.loginContainer .footer-text, #background-cover, .modal-footer {
    display: none;
}

.loginContainer {
    position: relative;
    background-color: #fff;
    border-width: 4px 0 1px 0;
    border-style: solid;
    border-color: #eee;
    border-top: 4px solid #015bd9;
    border-radius: 2px;
    outline: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    padding: 19px 19px 4px 19px;
    min-height: 550px;
}

.loginContainer ul {
    padding-inline-start: 22px;
    margin-bottom: 18px;
}

.loginContainer li {
    margin-bottom: 5px;
    margin-top: 12px;
}

.loginPanel {
    justify-content: center;
    display: flex;
}

.day1 {
    width: 504px;
}

.escalation {
    width: 504px;
}

.officeBasedBtn a {
    color: #014CB5;
}

.countdown {
    font-weight: 600;
    margin: 25px;
}

.escalation2 .countdown {
    color: #C93636;
}

.escalation3 h3, .escalation3 p, .escalation3 svg, .escalation3 .countdown, .escalation3 .officeBasedBtn  {
    display: none;
}

.officeBasedBtn {
    text-align:center;
}


.escalation3 .loginContainer {
    min-height:auto;
}

.backBtn, .btn {
    cursor: pointer;
}

.backBtn svg {
    position: relative;
    left: 0px;
    top: 5px;
}

.loginContainer .highlight, .loginContainer .form-parent a, div .loginContainer .message a {
    color: #015bd9;
}

.loginContainer label {
    font-weight: normal;
    color: #202020;
}

.loginContainer label.form-half {
    width: 190px;
    height: 43px;
}

.loginContainer label.form-half input {
    margin-left: 12px;
    margin-right: 10px;
}

.loginContainer input {
    font-size: 16px;
}

.loginContainer label.form-half-right {
    float: right;
    text-align: right;
}

.loginContainer label.form-half-left {
    float: left;
}

.loginContainer .logo {
    margin: 22px 0px 35px 10px;
}

.loginContainer .logo img {
    width: 185px;
}

.loginContainer .form-parent, .loginContainer .message p {
    line-height: 1.5em;
}

.loginContainer .form-parent, .loginContainer .message {
    width: 100%;
    display: block;
    padding: 12px;
    padding-bottom: 6px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.loginContainer .form-parent {
    border: 1px solid #CCCCCC;
    background-color: #DDDDDD;
    
}

.loginContainer .form-group {
    margin-bottom: 10px;
    height: auto;
}

.loginContainer .btn {
    text-transform: none;
    font-size: 17px;
    line-height: 1.3333333;
    padding: 6px 15px 6px 15px;
    border-radius: 3px;
    width: 100%;
    font-weight: 400;
    color: #fff;
    border-color: #2a6692;
    background-color: #015bd9;
}

.loginContainer .pronounced {
    font-weight: 500;
}

.loginContainer strong a {
    text-decoration:none;
}

.loginContainer .message {
    border:1px solid #CCCCCC;
    position: relative;
}

.loginContainer .message h3, .form-parent h3 {
    margin-top: 5px;
    margin-bottom: 15px;
    align-items: center;
    justify-items: center;
}

.loginContainer h3 {
    font-family: Roboto, Arial, Helvetica, "Open Sans", sans-serif;
    color: #202020;
    text-transform: none;
    font-size: 19px;
}

.loginContainer .contact {
    padding:16px 0px 4px 0px;
}

.loginContainer .officebased .contact {
    padding: 0px 0px 13px 0px;
}


body #moreInfoContainer {
    font-family: Roboto, Arial, Helvetica, "Open Sans", sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9000;
    background-color: rgba(255,255,255,0.6);
}

body #moreInfoContainer h2, body #moreInfoContainer p {
    font-family: Roboto, Arial, Helvetica, "Open Sans", sans-serif;
    color: #000000;
    text-transform: none;
    line-height: 1.4em;
    font-weight: normal;
}

body #moreInfoContainer .inner {
    position: relative;
    top: 200px;
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 7px;
    width: 800px;
    height: 600px;
    box-shadow: 0 4px 8px rgba(128, 128, 128, 0.8);
    color: #000000;
}

body #moreInfoContainer .inner .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#loadingDiv, #waitingDiv {
    align-items: normal;
    z-index: 9000;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

#waitingDiv {
    padding-top: 250px;
    background-color: rgba(255, 255, 255, 0.6);
}

#loadingDiv .inner {
    padding-left: 50%;
    padding-right: 50%;
}

.loadingSpinner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: rotateSpinner 1s linear infinite;
}

@keyframes rotateSpinner {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

#inboundLoadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
}

#inboundLoadingDiv div {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}
