@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
html {
    height: 100%;
    overflow: hidden;
}
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    background: url(login_bg.jpg) no-repeat;
    background-size: 100% 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
@media (max-min: 1500px) {
    body {
        background: url(login_bg@2x.jpg) no-repeat;
    }
}
.login_form {
    width: 800px;
    height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -400px;
}
#center{
    margin: 0 auto;
    text-align: center;
}
/*******************提交验证码页面*/
.wrap input{
    display: inline-block;
}
.input-wrap{
    color:#333;
    width: 201px;
    margin: 0 auto;
    text-align: left;
}
.input-wrap [type="text"]{
    width: 130px;
    height: 24px;
    border-radius: 5px;
    margin-bottom: 10px;
    border:1px solid #333;
}
.input-wrap #login_captcha{
    width: 69px;
    height: 24px;
}
.wrap{
    display: none;
    margin: 54px auto;
    text-align: right;
    width: 201px;
}
.wrap label{
    font-weight: 500;
}
#login_captcha_img{
    width: 55px;
    height: 29px;
}
.login_form #center .submit_button,.login_form #center .mail_button{
    width: 78px;
    height: 28px;
    background: #169BD5;
    border-radius:6px;
    outline: none;
    padding-top:4px;
    color:white;
    border:1px;
    margin-top: 40px;
    text-align: center;
}
.login_form #center .submit_button{
    margin-right:12px; 	
}

/*******************提交邮箱页面*/

.input_mail{
    width:302px;
    margin: auto;
    text-align: right;
}
.input_mail [type="text"]{
    width: 243px;
    height: 24px;
    border-radius:6px;
    margin-bottom: 20px;
    border:1px solid #333;
}
.wrap_mail{
    width:390px;
    margin-top:42px;
    text-align: center;
    font-size:14px;
    color:#333;
}
.wrap_mail .text_mail{
    line-height:38px;
    margin-bottom: 28px;
}
/*******************跳转登录页面*/
.wrap_link{
    width:435px;
    font-size: 14px;
    text-align: center;
    margin: 54px auto;
    color:#333;
}
.login_form #center .wrap_link .link_button{
    width: 123px;
    height: 28px;
    background: #169BD5;
    border-radius:6px;
    outline: none;
    color:white;
    padding-top: 4px;
    display: block;
    border:1px;
    margin: 94px auto;
    text-align: center;
    text-decoration: none;
}
