@charset "UTF-8";
html,body{height: 100%;}
body{max-width: 1920px;margin: 0 auto}
.banner{width: 100%;height: calc(100% - 368px);max-height: 460px;background: url(../images/login_banner.jpg) center bottom no-repeat;background-size: cover;}

.formbox{margin: 50px auto;width: 690px}
.logobox{padding-right: 120px;margin-top: 40px}
.logobox img{margin: 40px 0 22px}
.logobox p{font-size: 22px}
.formbox form{display: block;}
.inputbox{margin-bottom: 24px;border-radius: 2px;overflow: hidden;}
.inputbox .imgbox{background: #e7f0f4;width: 46px;height: 46px;position: relative;}
.inputbox input{height: 46px;line-height: 46px;width: 234px;padding: 0 10px;font-size: 14px}
.cue{font-size: 14px;color: #999999;position: fixed;bottom: 15px;left: 0;right: 0;}
.submit{background: #52a0f0;width: 100%;line-height: 46px;font-size: 16px;margin-top: 10px;color: #fff;border-radius: 2px;margin-bottom: 10px}
.submit:hover{background: #72b2f4}

.rightbox{padding-left: 80px;border-left: 1px solid #cccccc;}
.formbox li{width: 100%;line-height: 40px;font-size: 16px;color: #52a0f0;border-bottom: 2px solid #f5f5f5;margin-bottom: 20px;cursor: default;border-bottom: 2px solid #52a0f0;}
