*{
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}
img{display: block;}
html,body{
    width:100%;
    height:100%;
}
a{
    color:#27A9E3;
    text-decoration:none;
    cursor:pointer;
}
.span{
    display:block;
    color:red;
    font-size:12px;
    height:25px;
    line-height:15px;
    margin-top:-15px;
    margin-bottom:10px;
}
.login{
    position: fixed;
    top: 40%;
    /* right: 15%; */
    left:50%;
    margin-left: -210px;
    margin-top: -210px;
    min-height: 420px;
    width: 420px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
}
a.logo{
    display: block;
    height: 58px;
    width: 567px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
   margin: 0 0 0 -58px;
    padding: 15px 10px 15px 60px;
    background: #1AA094;
    position: relative;
    color: #fff;
    font-size: 20px;
}
#darkbannerwrap {
    background: url(../imgs/bg/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    background: #fff;
    border-radius: 3px;
    height: 50px;
    line-height:50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,select:focus {
    border: 1px solid #1AA094;
}
input[type=submit],
input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #1AA094;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.copyright{
    font-size:14px;
    color:rgba(255,255,255,0.85);
    display:block;
    position:absolute;
    bottom:15px;
    right:15px;
}
#span{
    display:inline-block;
    /*width:100px;*/
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:16px;
    background:#CCCCCC;
    text-align:center;
    position:absolute;
    right:6px;
    bottom:12px;
}
.msg_div{
	min-height: 30px;
	
}
.code{
	float: left;
    width: 180px;
    height: 50px;
    margin-left: 5px;
    border-radius: 2px;
}