.loginContainer {
    position: absolute;
    height: 450px;
    width: 423px;
    border: 1px solid #A7A8AA;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .loginContainer::after {
        content: "";
        display: block;
        width: 15px;
        background-color: #1B1EC6;
        height: 436px;
        position: absolute;
        right: -15px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        box-shadow: inset 4px 0px rgba(83,86,90,0.3);
    }

.loginContainer_Error {
    height: 525px;
}

    .loginContainer_Error::after {
        height: 514px;
    }

.loginContainer .loginHeader {
    margin-top: 105px;
    margin-left: 59px;
}

    .loginContainer .loginHeader.cloud{
        margin-top: 100px;
    }

    .loginContainer .loginHeader .headerText {
        color: #53565A;
        font-family: Arial;
        font-size: 20px;
        margin-top: 10px;
    }

        .loginContainer .loginHeader .headerText.cloud {
            margin-top: 15px;
        }

        .loginContainer .loginHeader .headerText.ext-only {
            margin-top: 15px;
        }

    .loginContainer .loginHeader.ext-only {
        margin-top: 141px;
    }

.loginFormContainer {
    margin-top:26px;
    margin-left: 59px;
}

    .loginFormContainer.ext-only {
        margin-top: 45px;
    }

.signInText {
    color: #53565A;
    font-family: Arial;
    font-size: 14px;
}

.loginButton {
    background-color: #0072CE;
    color: white;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    width: 306px;
    margin-top: 17px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #0072CE;
}

    .loginButton.cloud{
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .loginButton:hover {
        background-color: #003C71;
        border-color: #53565A;
    }

    .loginButton.ext-only {
        margin-top: 20px;
    }

.errorMessage {
    font-size: 14px;
    font-family: Arial;
    color: #C8102E;
    margin-top: 20px;
    width: 306px;
}

    .errorMessage.cloud{
        margin-top: 5px;
    }

.horizontalLine {
    overflow: hidden;
    text-align: center;
    width: 306px;
    font-size: 14px;
    font-family: Arial;
    color: #53565A;
    font-weight: normal;
    margin: 20px 0px;
}

    .horizontalLine:before,
    .horizontalLine:after {
        background-color: #A7A8AA;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .horizontalLine:before {
        right: 12px;
        margin-left: -50%;
    }

    .horizontalLine:after {
        left: 12px;
        margin-right: -50%;
    }

.loginFormContainer .textbox {
    font-size: 14px;
    font-family: Arial;
    color: #53565A;
    border: 1px solid #A7A8AA;
    width: 274px;
    height: 40px;
    margin-top: 18px;
    padding: 0px 15px !important;
}

.textbox::-moz-placeholder {
    color: #A7A8AA;
}

.textbox:-ms-input-placeholder {
    color: #A7A8AA;
}

.textbox::-webkit-input-placeholder {
    color: #A7A8AA;
}

.MainBody {
    background: #cccccc;
}

.Switch_site_container .LoginHeader {
    width: 100%;
    background-color: #1B1EC6;
    height: 5px;
    overflow: hidden;
}

    .Switch_site_container .LoginHeader .left {
        width: 5px;
        overflow: hidden;
        float: left;
        background: url(../Images/LoginHeaderLeft.png) no-repeat;
    }

    .Switch_site_container .LoginHeader .right {
        width: 5px;
        overflow: hidden;
        float: right;
        background: url(../Images/LoginHeaderRight.png) no-repeat;
    }

.Switch_site_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 470px;
    height: 380px;
    margin-top: -165px;
    margin-left: -235px; /*border: 1px #999 solid;*/
    background-color: #fff;
}

.loginHeaderText {
    background-color: #C8102E;
    width: 100%;
    color: #fff;
    height: 50px;
}

    .loginHeaderText .headerTop {
        margin-left: 30px;
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
    }

    .loginHeaderText .headerBottom {
        margin-left: 30px;
        font-size: 13px;
        line-height: 25px;
        margin-top: -5px;
    }

.Switch_site_HeaderText {
    background-color: #1B1EC6;
    width: 100%;
    color: #fff;
    height: 55px;
}

    .Switch_site_HeaderText .headerTop {
        font-size: 16px;
        font-weight: bold;
        line-height: 21px;
    }

    .Switch_site_HeaderText .headerBottom {
        font-size: 13px;
        line-height: 21px;
    }

.Switch_site_Content {
    padding: 30px 20px;
    font-weight: bold;
    color: #333333;
}

.S_Common {
    line-height: 35px;
    text-align: left;
    vertical-align: middle;
    background: url(../Images/u11_normal.png) no-repeat;
    background-position: -10px 1px;
    padding-left: 30px;
}

    .S_Common a:hover, a:link, a:visited, a:active {
        text-decoration: none;
        color: #333333;
    }

.S_HUDS {
    margin-top: 15px;
}

.Switch_site_container .logo {
    padding-left: 20px;
    padding-right: 20px;
}

    .Switch_site_container .logo img {
        float: right;
        width: 200px;
    }

.clearFix {
    clear: both;
}