﻿body {
    background-image: url('/Image/General/Login/bg.jpg');
    background-repeat: repeat;
}

/* 页面上中下布局 */
div.login-top {
    padding-top: 85px;
    width: 950px;
    height: 52px;
    margin: auto;
    
    background-image: url('/Image/CustomLogo/logo_image.png');
    background-repeat: no-repeat;

    background-position-y: 85px;
}
div.login-middle {
    margin-top: 60px;
    height: 520px;
    background-color: #6db9b8;
}
div.login-bottom {
    margin: auto;
    margin-top: 85px;
    color: #a0a0a0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
div.login-hospital{
    width: 350px;
    height:56px;
    background-image: url('/Image/CustomLogo/logo_hospital.png');
    background-repeat: no-repeat;
}
/* 页面上中下布局 */
div.top-small {
    width: 950px;
    height: 52px;
    margin: auto;
}
div.middle-small {
    height: 520px;
    background-color: #6db9b8;
}
div.bottom-small {
    margin: auto;
    color: #a0a0a0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

/* 中间部分样式 */
div.middle div.content {
    margin: auto;
    width: 950px;
    height: 520px;
    /*background-image: url('/Image/General/Login/pic.png');*/
     background-image: url('/Image/General/Login/pic_new.png');
    background-repeat: no-repeat;
    background-position-x: -30px;
    /*background-position-y: 158px;*/
}
div.middle-small div.content {
    margin: auto;
    width: 950px;
    height: 520px;
    /*background-image: url('/Image/General/Login/pic.png');*/
    background-image: url('/Image/General/Login/pic_new.png');
    background-repeat: no-repeat;
    background-position-x: -30px;
    /*background-position-y: 158px;*/
}
/* 登录部分样式 */
div.content div.login {
    margin-left: 490px;
    padding-top: 40px;
    width: 460px;
    height: 452px; /* 412 + div.login[padding-top] */
    background-image: url('/Image/General/Login/login_bg.png');
    background-repeat: no-repeat;
    background-position-y: 40px;
    text-align: center;
    *text-align:left;
}

/* 登录部分表单区域样式 */
div.login div.form {
    margin-left: 25px;
    margin-top: 120px; /* 80 + div.login[padding-top] */
    *margin-top: 160px;
    width: 350px;
    height: 280px;
}
div.login div.form-loading {
    background-image: url('/Image/General/Login/loading.gif');
    background-repeat: no-repeat;
    background-position: 155px 105px;
}

/* 登录部分块样式 */
div.form div.info {
    width: 340px; /* div.form[width] - div.info[padding-left] */
    height: 24px; /* 28 - div.info[padding-top] */
    padding-left: 10px;
    padding-top: 4px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
}
div.form div.input {
    margin-top: 10px;
    width: 350px;
    height: 103px;
    background-color: #e4e6e9;
    border: 1px solid #c5c8cc;
    border-radius: 5px;
}
div.form div.option {
    margin-top: 10px;
    width: 350px;
    text-align: left;
}
div.form div.button {
    margin: auto;
    width: 350px;
    margin-top: 20px;
}

div.form div.normal-info {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #ff9a2e;
}
div.form div.error-info {
    border-color: #ff0000;
    background-color: #f9e1e1;
    color: #ff0000;
}

div.input input.element {
    padding-left: 50px;
    *padding-top: 14px;
    width: 299px;
    height: 49px;
    *height: 35px;
    background-repeat: no-repeat;
    background-position: 11px 11px;
    border: 0px;
    border-bottom: 1px solid #c5c8cc;
    color: #6d6d6d;
    font-size: 18px !important;
}
div.input input.username {
    background-image: url('/Image/General/Login/user.png');
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
div.input input.password {
    background-image: url('/Image/General/Login/password.png');
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


div.option span.check {
    display: inline-block;
    width: 175px;
    text-align: left;
    height: 19px;
}
div.option span.link {
    display: inline-block;
    padding-top: 3px;
    width: 170px;
    height: 16px;
    text-align: right;
}

span.check input.remember-username-checkbox {
    float: left;
    cursor: pointer;
}
span.check label.remember-username {
    float: left; 
    margin-top: 3px; 
    margin-left: 3px;
    color: #6d6d6d;
    font-size: 12px !important;
    cursor: pointer;
}
span.link span.forget-password {
    float: right; 
    color: #6d6d6d;
    font-size: 12px !important;
    cursor: pointer;
}

div.button input.button {
    width: 350px;
    height: 59px;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #128480;
    background-image: url('/Image/General/Login/btn_bg.jpg');
    background-repeat: repeat-x;
}

/* 登录部分表单区域样式 */
div.login div.form2 {
    margin-left: 25px;
    margin-top: 110px; /* 80 + div.login[padding-top] */
    width: 350px;
    height: 280px;
}
div.form2 div.normal-info {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #ff9a2e;
}
div.form2 div.error-info {
    border-color: #ff0000;
    background-color: #f9e1e1;
    color: #ff0000;
}
div.form2 div.info {
    width: 340px; /* div.form[width] - div.info[padding-left] */
    height: 24px; /* 28 - div.info[padding-top] */
    padding-left: 10px;
    padding-top: 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
}
div.form2 div.input2 {
    margin-top: 10px;
    width: 350px;
    height: 129px;
    background-color: #e4e6e9;
    border: 1px solid #c5c8cc;
    border-radius: 5px;
}
div.form2 div.button2 {
    margin: auto;
    width: 350px;
    margin-top: 15px;
}
div.input2 input.element2 {
    padding-left: 50px;
    *padding-top: 14px;
    width: 299px;
    height: 40px;
    *height: 32px;
    background-repeat: no-repeat;
    background-position:  11px;
    border: 0px;
    border-bottom: 1px solid #c5c8cc;
    color: #6d6d6d;
    font-size: 16px !important;
}
div.input2 input.element_v {
    padding-left: 50px;
    *padding-top: 14px;
    width: 230px;
    height: 40px;
    *height: 32px;
    background-repeat: no-repeat;
    background-position:  11px;
    border: 0px;
    *border-bottom: 1px solid #c5c8cc;
    color: #6d6d6d;
    font-size: 16px !important;
}
div.input2 img.verification_img {
      width: 68px;
      height: 43px;
}
div.input2 input.verification {
    background-image: url('/Image/General/Login/verification.png');
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
div.input2 input.username {
    background-image: url('/Image/General/Login/user.png');
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
div.input2 input.password {
    background-image: url('/Image/General/Login/password.png');
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.button2 input.button {
    width: 350px;
    height: 59px;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #128480;
    background-image: url('/Image/General/Login/btn_bg.jpg');
    background-repeat: repeat-x;
}