html,body{
    height: 100%;
}
#layout_outer_box{
    display: flex;
    justify-content: center;
    flex-flow: column;
    overflow-y: auto;
}
/*登录中间*/
#layout_body{
}
.login_layout{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.login_body{
    background-size: 100% 100%; 
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
}
#layout_footer .footer{
    padding: 20px 0;
}
/*左边canvas*/
.login_left {
    padding: 10px 0; 
    width: 57%; 
    float: left;  
}
/*canvas*/
#myCanvasContainer{
    float: left;
    width: 50%;
    text-align: center;
}
/*canvas 右边的login*/
#canvas_right_login{
    float: left;
    width: 50%;
    text-align: right;
}
#canvas_right_login img{
    max-width: 100%;
    max-height: 240px;
    padding-top: 20px;
}
/*表单*/
.login_right {
    padding: 20px 0px 20px 20px;
    float: left; 
}
/*清楚浮动*/
.login_body:after,.login_left:after,.login_body:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*topright */
#layout_header .vertival_line{
    color: #cfcfcf;
}
#layout_header .top_right_nav_area{
    color: #262626;
}
#div_toolbar_right .select{
    color: #4c4c4c;
}
/*footer 字体色*/
.footer div,.footer div a,.footer div .copyright_text{
    color: #424242;
}
/*查看密码的小图片*/
#showpassword{
    height: 20px;
    position: absolute;
    top: 38px;
    right: 10px;
    cursor: pointer;
}

input.textEntry,input.passwordEntry{
    width: 180px;
    border: 1px solid #ccc;
    padding: 8px 8px 8px 25px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 17px;
}
.loginDisplay a:link,.loginDisplay a:visited,.loginDisplay a:hover{
    color: white;
}
.failureNotification {
    padding: 15px 5px 5px 5px;
    position: relative;
    color: Red;
    width: 118px;
    height: 45px;
    text-align: left;
    vertical-align: middle;
    z-index: 20;
    font-size: 12px;
}
.failureNotification_confirm{
    padding: 15px 5px 5px 5px;
    position: relative;
    color: Red;
    width: 190px;
    height: 45px;
    text-align: left;
    vertical-align: middle;
    z-index: 20;
    font-size: 12px;
}
.failureNotification_msg,.failureNotification{
    color: Red;
}