﻿@charset "utf-8";

* {
margin: 0;
padding: 0
}

a {
text-decoration: none
}

html {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto
}

body {
width: 100%;
min-height: 100%
}

.fr {
float: right
}

.font16 {
font-size: 16px
}

.login-bg {
background: url(../images/loginbg.png) no-repeat center;
background-size: cover;
overflow: hidden
}

.login {
margin: 120px auto 0 auto;
min-height: 420px;
max-width: 420px;
padding: 40px;
background-color: #fff;
margin-left: auto;
margin-right: auto;
border-radius: 4px;
box-sizing: border-box
}

.login a.logo {
display: block;
height: 58px;
width: 167px;
margin: 0 auto 30px auto;
background-size: 167px 42px
}

.login .message {
margin: 10px 0 0 -58px;
padding: 18px 10px 18px 60px;
background: #189f92;
position: relative;
color: #fff;
font-size: 16px
}

.login #darkbannerwrap {
background: url(../images/aiwrap.png);
width: 18px;
height: 10px;
margin: 0 0 20px -58px;
position: relative
}

.login input[type=email], .login input[type=file], .login input[type=password], .login input[type=text], .login select {
border: 1px solid #dcdee0;
vertical-align: middle;
border-radius: 3px;
height: 50px;
padding: 0 16px;
font-size: 14px;
color: #555;
outline: 0;
width: 100%;
box-sizing: border-box
}

.login input[type=email]:focus, .login input[type=file]:focus, .login input[type=password]:focus, .login input[type=text]:focus, .login select:focus {
border: 1px solid #27a9e3
}

.login input[type=button], .login input[type=submit] {
display: inline-block;
padding: 12px 24px;
margin: 0;
font-size: 18px;
line-height: 24px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
color: #fff;
background-color: #189f92;
border-radius: 3px;
border: none;
-webkit-appearance: none;
outline: 0;
width: 100%
}

.login hr {
background: #fff 0 0 no-repeat
}

.login hr.hr15 {
height: 15px;
border: none;
margin: 0;
padding: 0;
width: 100%
}
.login hr.hr20 {
height: 20px;
border: none;
margin: 0;
padding: 0;
width: 100%
}
#pop {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    text-align: center
}

#captchaTop {
    position: fixed;
    top: 27%;
    left: 35%;
    overflow: auto;
    width: 260px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}

#captcha {
    /*position: fixed;*/
    top: 30%;
    left: 30%;
    overflow: auto;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    width: 30%;
    min-width: 340px
}