﻿@charset "UTF-8";
#vertical_box { width: 100%; display: table; height:100%;  *position: relative;text-align:center; /*针对IE的hack*/ }
#vertical_box_sub { display: table-cell; vertical-align: middle; *position: absolute; /*针对IE的hack*/ *top: 50%;text-align:center; }
#vertical_box_container { font-family: "宋体";  *position: relative; /*针对IE的hack*/ *top: -50%;left:-50%; margin: 0 auto;width:500px; text-align:center;}

* { margin: 0; padding: 0; list-style: none;}
/*#cpdom { display: none; }*/
.login_content { width: 500px; height: 500px; margin: auto; }
.login_ { width: 100%; }
.login_ li { position: relative; padding: 3px 0; width: 100%; }
.formcontent { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-image: url(/Resource/Login/1.jpg); background-size: 100% 100%; background-repeat: no-repeat; text-align: center; }
.formcontent .logo { text-align: center; }
.formcontent .title { text-align: center; padding: 20px 0; }
.formcontent .title img { display: block; margin: auto; }
.formcontent .title img:first-child { padding-bottom: 10px; }
.formcontent .title2 { color: #07aee8; text-align: center; letter-spacing: 1px; padding: 20px 0; }
.formcontent .title span { color: #7d7d7d; font-family: 'Myriad Pro Regular'; letter-spacing: 0; font-size: 16px; }
.formcontent .title h1 { color: white; font-family: 华文仿宋; letter-spacing: 5px; font-size: 43px; }

.formcontent .loginname, .formcontent .loginpwd { text-align: center; }

.formcontent .loginname input:active, .formcontent .loginname input:focus { border: 0; }
.formcontent .loginname input:after { display: block; content: ""; width: 20px; height: 100%; background: #ffffff url(/Resource/Login/0516_18.png) no-repeat top; position: absolute; top: 0; right: 0; }
.formcontent .loginname input:before { display: block; content: ""; width: 20px; height: 100%; background: #ffffff url(/Resource/Login/0516_19.png) no-repeat top; position: absolute; top: 0; left: 0; }
.formcontent .loginname input, .formcontent .loginpwd input { height: 35px; width: 300px; border-radius: 30px; padding: 0 15px; outline: none; }
.formcontent .loginname input { }
.formcontent .loginpwd input { margin-top: 8px; }
.formcontent .loginpwd img, .formcontent .loginname img { vertical-align: middle; margin-right: 10px; }

.formcontent .loginbutton { text-align: center; padding-top: 30px; }
.formcontent .loginbutton a { cursor: pointer;text-align: center; width: 300px; height: 40px; display: inline-block; background-color: rgb(0, 117, 193); border-radius: 30px; line-height: 40px; color: white; font-size: 20px; }


html, body { background-image: url(/Resource/Login/1.jpg); background-size: 100% 100%; background-repeat: no-repeat; font: normal 15px "Microsoft YaHei"; overflow: hidden; }

#login_area { width: 100%; height: 433px; position: absolute; top: 22%; }

#login_box { margin: 0 auto; width: 812px; height: 408px; background: url('../../images/login/login.png') 0px 0px no-repeat; position: relative; }

#login_form { width: 370px; height: 320px; position: absolute; top: 10px; right: 20px; }

#login_tip { height: 35px; list-style: none; font-weight: bold; color: red; padding-top: 15px; margin-top: 55px; }

#btn_area { margin-top: 20px; margin-left: 70px; }

.username, .pwd { width: 200px; height: 30px; line-height: 30px; margin-top: 20px; outline: 0; padding: 5px; border: 1px solid; border-color: #C0C0C0 #D9D9D9 #D9D9D9; border-radius: 2px; background: #FFF; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-transition: box-shadow, border-color .5s ease-in-out; -moz-transition: box-shadow, border-color .5s ease-in-out; -o-transition: box-shadow, border-color .5s ease-in-out; }

.login_btn { background: #6eb7ea none repeat scroll 0 0; border: medium none; color: #fff; font-family: "微软雅黑"; font-size: 18px; height: 50px; line-height: 30px; text-align: center; vertical-align: middle; width: 90px; cursor: pointer; border-radius: 5px; }

.login_btn:hover { background: #90c9f2 none repeat scroll 0 0; border: medium none; color: #fff; font-family: "微软雅黑"; font-size: 18px; height: 50px; line-height: 30px; text-align: center; vertical-align: middle; width: 90px; cursor: pointer; border-radius: 5px; }
