* {
}

::-webkit-scrollbar { 
    display: none; 
}


body {
    background-color: #6699cc; /*GHX Supporting Blue*/
    font-family: Arial;
    margin: 0px;
    -ms-overflow-style: -ms-autohiding-scrollbar;


}

#contentnav {
    display: none;
}

/*Header Content*/
.ghxHeader {

    width: 100%;
    height: 100px;
    background-color: #666666 /*GHX Supporting Grey*/
}

.ghxLogo {
    padding: 15px;
    image-rendering: -webkit-optimize-contrast;
}

.ghxBody {

    min-height:100%;
}

/*Main Body Content*/

.mainLogin {

    min-height: 800px;
}

.loginBox {
    position: relative;
    padding: 5px 35px 35px 35px;
    width: 300px;
    margin: 0 auto;
    background-color: #eae9e9;
    margin-top: 70px;
    height: 350px;


}

.ssoBox {
    position: relative;
    padding: 5px 15px 15px 15px;
    width: 400px;
    margin: 0 auto;
    background-color: #eae9e9;
    margin-top: 70px;
    height: 150px;
}

.ssoBox_center {
    position: relative;
    padding: 25px 25px 25px 25px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    background-color: #eae9e9;
    margin-top: 70px;
}

.loginForm {

    margin: 0 auto;
}

#login-form {

    height: 400px;

    position: relative;
}

#loginFields {

    margin: 0 auto;
    text-align: center;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
    border: none;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
} 

.loginField {

    padding: 3px;
    margin: 7px;
    width: 60%;
    height: 35px;

}

.loginField-password {
    padding: 3px;
    margin: 7px;
    width: 53%;
    height: 35px;
    padding-right: 8%
}

.eye-icon {
    cursor: pointer;
    color: #555;
    position: absolute;
    right: 70px;
    margin-top: 22px;
}

.loginOptions {

    text-align: center;
}

.loginErrorColor {
    z-index: 10;
    position: absolute;
    top: 250px;
    width: 300px;
    text-align: center;
    color: red;
}

.maintenance {
    background-color: #FFcc00;
    padding: 0px 1px 6px;
    min-height: 50px;
    font-size: 11px;
    width:100%;
    text-align: center;
    display: block;
} 

.maintenance p {

    margin: 0px;
    font-size: 11.5px;
    padding: 3px;
    text-align: center;
    margin-left: -15px;

}

.alertImage {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    position: absolute;
}

.subMainHeader {
    font-weight: bold;
    color: #666666;
    text-align: center;
    font-size: 20px;
}

p {
    font-size: 13px;
    text-align: center;
   
}

.ghxButton {

    background-color: #00467F;
    color: white;
    padding: 5px;
    border: none;
    height: 30px;
    width: 100px;
    cursor: pointer;

}

.ui-button {

    background-color: #00467F;
    width: 60px;
    color: white;
}

.ghxButton:hover {
    color: #FFCC00; /*GHX Yellow*/
    border: 1px solid #FFCC00; /*GHX Yellow*/
    transition: .2s ease;
}

.customerService {

    position: absolute;
    width: 300px;
    font-size: 11px;
    bottom: 50px;
}

.forgot {

    font-size: 11px;
    font-style:italic;
    text-decoration: underline;
    cursor: pointer;
}

.forgot:hover{

    color: #00467F;
}



.footer {

    padding: 1em;
    background-color: #303030; /*GHX Supporting Grey*/
}

.footerList {
    list-style: none;
    color: white;
    text-align: center;
}

.footerList li {

    text-align: center;
    padding: 0px 10px 0px 10px;
    display: inline;
        font-size: 12px;
}

.footer a {

    color: white;
}

.EnvironmentHeader {

    position: absolute;
    right: 15px;
    top: 35px;
    color: red;
    font-size: 16px;
    font-weight: bold;

}

.footerLink, .footer a {
    color: #428bca;
}

html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -50px;
    overflow: hidden;
    overflow-y:hidden;
}

.bannerParagraph {

    margin-left: 50px;
    margin-right: 50px;
}

.footer,
.push {
    height: 50px;
}

.loginBody {

    margin-bottom: 100px;
}

.lblMfaErrorMessage {
    color: red;
}

.lblInvalidMfaCode {
    color: red;
}

.lblInvalidMfaCode + .lblMfaEmailAddress {
    visibility: hidden;
}
