body {
    margin:0;
    font-family:"Arimo",Helvetica,Arial,sans-serif;
    background:#eef0f2;
    /*overflow:hidden;*/
}

body.login-body {
    margin:0;
    font-family:"Arimo",Helvetica,Arial,sans-serif;
    background:#eef0f2;
    height: 100vh;
    overflow: hidden;
}

/* =========== Head Content ========== */
#logo-title {
    margin:0 auto;
    padding:20px 0 15px;
    width:580px;
    height:50px;
    background:url("../images/login/glow.png") no-repeat scroll 50% 0 transparent;
}
#logo-title a {
    display:block;
    margin:0 auto;
    width:175px;
    text-align:center;
}
.login-body #logo-title a {
    width:190px;
}
#logo-title a img {
    border:none;
}

/* =========== Main Content ========== */
#logincontainer {
    position:relative;
    width:580px;
    margin:0 auto;
    padding:0 0 20px 0;
    font:normal 12px "Arimo",Helvetica,Arial,sans-serif;
    background:#FFFFFF;
    border:1px solid #c6ccd6;
    border-radius:15px;
    box-shadow:0 3px 10px rgba(0, 0, 0, 0.25), 0 0 100px rgba(255, 255, 255, 0.7);
}
#logincontainer #loginLeft {
    position:relative;
    float:left;
    margin:0 auto;
    padding:20px;
    width:230px;
    height:auto;
    font:normal 9px "Arimo",Helvetica,Arial,sans-serif;
}
#login-loginContainer {
    height: 100%;
}
#login-loginContainer #loginLeft {
    display: inline-block;
    width:49%;
    font:normal 9px "Arimo",Helvetica,Arial,sans-serif;
    height: 100%;
    vertical-align: top;
}
#login-loginContainer .loginLeft-container, #login-loginContainer .loginRight-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
#login-loginContainer .loginLeft-container > div {
    width: 100%;
}
#logincontainer .loginTitle {
    margin: 5px 0 30px;
    padding:0;
    font:bold 20px/26px "Arimo",Helvetica,Arial,sans-serif;
    color:#555555;
    text-align:left;
    width: 250px;
}
#login-loginContainer .loginUserInfo{
    margin: 0 auto;
    background-color: #ffffff;
    width: 225px;
    padding: 20px 40px;
}
#logincontainer #loginLeft .ui-hidden, #login-loginContainer #loginLeft .ui-hidden {
    display:none;
}
#logincontainer #loginLeft #login_box, #login-loginContainer #loginLeft #login_box {
    position:relative;
    margin:0;
    padding:0;
    width:230px;
    height:auto;
    min-height:200px;
    color:#4D4D4D;
}
#logincontainer #loginLeft #login_box p {
    font:normal 12px/18px "Arimo",Helvetica,Arial,sans-serif;
}
#logincontainer #loginLeft #login_box a, #logincontainer #loginLeft #login_box a:visited,
#login-loginContainer #loginLeft #login_box a, #logincontainer #loginLeft #login_box a:visited {
    font:bold 12px/18px "Arimo",Helvetica,Arial,sans-serif;
    color:#186A93;
}
#logincontainer #loginLeft #login_box a:hover, #logincontainer #loginLeft #login_box a:active,
#login-loginContainer #loginLeft #login_box a:hover, #logincontainer #loginLeft #login_box a:active {
    color:#FF7D55;
}
#logincontainer #loginRight {
    position: relative;
    float: left;
    height: 382px;
    width: 290px;
    text-align: center;
    background: transparent;
    top: 9px;
    margin-left: 15px;
}
#login-loginContainer #loginRight {
    display: inline-block;
    width: 50%;
    text-align: center;
    background: transparent;
    height: 100%;
    vertical-align: top;
}
#msgLogin {
    height: 382px;
    width: 280px;
    border: none;
}
#imgLogin {
    margin-top: 60px;
}
#login-loginContainer #msgLogin {
    height: 100%;
    width: 100%;
    border: none;
}
#logincontainer .clear {
    clear:both;
}

/*Following Stops img tags inheriting the bordercolor on IE9+ */
#logincontainer a img {
    border:0;
}

/* =========== Alert Content ========== */
.alertbox {
    padding:5px;
    width:214px;
    height:auto;
    min-height:28px;
    color:#BB2122;
    text-align:left;
    background:#FFCCCC;
    border:1px solid #BB2122;
    border-radius:5px;
}
.alertbox IMG {
    position:relative;
    padding:0 5px 0 0;
}
.alertbox .alertBoxText {
    position:relative;
    padding-left:0;
    font:bold 12px/16px "Arimo",Helvetica,Arial,sans-serif;
    color:#BB2122;
}
.alertbox a, .alertbox a:visited {
    color:#BB2122;
}
.alertbox a:active, .alertbox a:hover {
    color:#C65152;
}
 
/* =========== Form Content ========== */
#loginForm {
    min-height:180px;
}
.login-body #loginForm {
    min-height:215px;
}
#loginForm p {
    float:left;
    margin:12px 0 0 0;
    width:230px;
    color:#4D4D4D;
}
#loginForm p input {
    padding:6px;
    width:210px;
    font:normal 13px "Arimo",Helvetica,Arial,sans-serif;
    color:#333333;
    background-color:#E8F0F6;
    -moz-transition:opacity 1s ease 0s;
    border:1px solid #DDE9F2;
    border-radius:5px;
    box-shadow:0 -1px 0 rgba(0, 0, 0, -0.7), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    opacity:0.7;
}

#loginForm p input[type="checkbox"]{
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-left: 12px;
}

#loginForm p input:hover {
    background-color:#DCE8F1;
    box-shadow:0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(73, 184, 230, 0.7);
    border:1px solid #c4d8e7;
    opacity:1;
}
#loginForm p input:focus {
    background-color:#DCE8F1;
    box-shadow:0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 6px rgba(73, 184, 230, 0.9);
    border:1px solid #c4d8e7;
    opacity:1;
}
#loginForm .forgot_password, #loginForm .create_account {
    position:relative;
    float:left;
    margin:2px 0 0;
    padding:0;
    height:18px;
    font:bold 9px/20px "Arimo",Helvetica,Arial,sans-serif;
}
#loginForm .backtologin {
    position:relative;
    float:right;
    margin:0;
    padding:0;
    width:100px;
    height:18px;
    font:bold 9px/20px "Arimo",Helvetica,Arial,sans-serif;
}
#loginForm .forgot_password a, #loginForm .backtologin a, #loginForm .create_account a {
    font-size:10px !important;
}
#loginForm input.Btn {
    margin:8px 0;
    padding:6px 18px;
    width:auto;
    font:normal 18px Arial,Helvetica,Verdana,sans-serif;
    color:#555555;
    text-shadow:0 1px 0 #FFEE66;
    background:url("../images/login/bg-btn-signin.png") repeat-x 0 -10px #FFAA22;
    border:1px solid #BBBBBB;
    border-radius:10px;
    cursor:pointer;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    opacity:1;
}
#loginForm input.Btn:hover, #loginForm input.Btn:focus {
    background:url("../images/login/bg-btn-signin.png") repeat-x 0 -5px #FFAA22;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}

#social {
    display:none;
}

/* =========== Footer Content ========== */
#footer {
    margin:0 auto;
    width:580px;
    height:40px;
}
#footer p {
    margin:0 5px;
    padding:10px 0;
    font:normal 12px/16px "Arimo",Helvetica,Arial,sans-serif;
    color:#535353;
    text-align:center;
}
#footer p.footer-left {float:left;}
#footer p.footer-right, #footer-login .footer-right {float:right}

#footer-login {
    font:normal 11px/16px "Arimo",Helvetica,Arial,sans-serif;
    color:#535353;
    width:300px;
    margin:0 auto;
    padding:5px 0 40px;
}

#footer-login > div {
    line-height: 14px;
}

#footer-login p {
    margin: 0;
}
#footer a, #footer-login a {
    color:#535353;
    font-weight:bold;
    text-decoration:none;
}
#footer a:hover, #footer-login a:hover {text-decoration:underline;}
#footer-login .footer-left, #footer-login .footer-right {display:inline-block;}

/* =========== 404-page =================== */
#logincontainer #error404Left {
    position:relative;
    float:left;
    margin:0 auto;
    padding:20px;
    width:230px;
    height:auto;
    font:normal 9px "Arimo",Helvetica,Arial,sans-serif;
    top:50px;
}

#logincontainer #error404Left #404_box {
    position:relative;
    margin:0;
    padding:0;
    width:230px;
    height:auto;
    min-height:200px;
    color:#4D4D4D;
}
#logincontainer #error404Left #error404_box .error404-message {
    font:bold 14px/18px "Arimo",Helvetica,Arial,sans-serif;
}
#logincontainer #error404Left #error404_box .error404-message .sub-message {
    font:normal 12px/18px "Arimo",Helvetica,Arial,sans-serif;
}
#logincontainer #error404Left #error404_box a, #logincontainer #error404Left #error404_box a:visited {
    font:bold 12px/18px "Arimo",Helvetica,Arial,sans-serif;
    color:#186A93;
}

/* =========== Browser Alert =================== */
.browserWarning {
    display:none;
    padding:8px 0;
    font:normal 14px/20px "Arimo",Helvetica,Arial,sans-serif;
    color:#555555;
    text-align:center;
    background:#ffec8b;
    border-bottom:1px solid #fed22f;
}
.browserWarning-login {
    display:none;
    padding:8px 0;
    font:normal 14px/20px "Arimo",Helvetica,Arial,sans-serif;
    color:#555555;
    text-align:center;
    background:#ffec8b;
    border-bottom:1px solid #fed22f;
    position: absolute;
    width: 100%;
}
.browserWarning a {
    display:inline-block;
    width:20px;
    height:20px;
    text-decoration:none;
    text-indent:-9999px;
}
.browserWarning a.chrome-icon {
    background:url("images/spr_tor_login.png") no-repeat -4px -3px;
}
.browserWarning a.firefox-icon {
    background:url("images/spr_tor_login.png") no-repeat -33px -3px;
}
.browserWarning a.ie-icon {
    background:url("images/spr_tor_login.png") no-repeat -59px -3px;
}

/* =========== Browser Dialog =================== */

#IESupportdialog{
    display : none;
    text-align: center;
    background-color: #efefef;
}


#IESupportdialog h1 {
    color : #898989;
    margin-bottom: 12px;
    margin-top: -8px;
}


#IESupportdialog > div {
    font-size: 13px;
    margin: 16px 0;
}

#IESupportdialog a {
    display:inline-block;
    width:80px;
    height:80px;
    text-decoration:none;
}

#IESupportdialog a.chrome-icon {
    background:url("images/spr_tor_login.png") no-repeat 0 -26px;
}
#IESupportdialog a.firefox-icon {
    background:url("images/spr_tor_login.png") no-repeat 0 -110px;
}
#IESupportdialog a.ie-icon {
    background:url("images/spr_tor_login.png") no-repeat 0 -194px;
}

.ui-dialog-titlebar{
    background-color: #efefef;
}

.ui-dialog .ui-dialog-titlebar-close{
    height: 50px;
    width: 45px;
}

.ui-dialog .ui-dialog-titlebar-close span.ui-button-text{
    display: none;
}
/*
#noticeBox {
    padding:5px;
    width:214px;
    height:auto;
    min-height:28px;
    color:#667e94;
    text-align:left;
    background:#FFF;
    border:1px solid #667e94;
    border-radius:5px;
}
*/

#noticeBoxText {
    font-weight: bold;
    font-size: 13px;
    font-family:"Arimo","Helvetica,Arial","sans-serif";
    color: #667e94;
}

/* Login Page for small screen (mobile) */
@media (max-width: 600px) {
    #logo-title, #logincontainer, #footer {
        width: 280px;
    }
    
    #logincontainer #loginRight, #login-loginContainer #loginRight {
        display: none;
    }

    #login-loginContainer #loginLeft {
        width: 100%;
    }

    #footer {
        margin-top: 5px;
    }
    
    #footer p {
        padding: 5px 0 0;
    }

    #footer p.footer-left, #footer p.footer-right {
        float: none;
    }
}