/*@charset 'UTF-8';*/
html,
body,
input {
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.loginDiv {
    background: url(../images/logins/bg_one.png) no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.loginDiv .main {
    width: 95%;
    height: 90%;
    box-sizing: border-box;
    background: url(../images/logins/bg_two.png) no-repeat center;
    background-size: cover;
    margin: 30px auto;
    padding: 0px !important;
    box-sizing: border-box;
    box-shadow: -3px 10px 40px #00274a;
    position: relative;
}
.main  .logo{
   position: absolute;
   left:30px;
   top:30px;
   width:200px;
   height: 80px;
}
.loginForm {
    /* width: 360px; */
    width:27%;
    height: 100%;
    float: right;
    background: #fff;
    position: relative;
}

.head {
    text-align: center;
}

.head span {
    display: block;
}

.head span:nth-child(1) {
    margin-top: 90px;
    font-size: 24px;
    color: #3B92F9;
    font-weight: 700;
    letter-spacing: 2px;
}

.head span:nth-child(2) {
    font-size: 12px;
    color: #3B92F9;
    margin-top: 6px;
    margin-bottom: 50px;
}

/* WebKit browsers*/
input::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 13px;
    font-family: SimSun;
}

/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder {
    color: #C0C0C0;
    font-size: 13px;
    font-family: SimSun;
}

/* Mozilla Firefox 19+*/
input::-moz-placeholder {
    color: #C0C0C0;
    font-size: 13px;
    font-family: SimSun;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #C0C0C0;
    font-size: 13px;
    font-family: SimSun;
}

input::placeholder {
    color: #C0C0C0;
    font-size: 13px;
    font-family: SimSun;
}

.center {
    /* width: 220px; */
    position: absolute;
    top:200px;
    left:50%;
    transform: translate(-50%);
    width:60%;
    margin: 0 auto;
    height: 60%;;
    /* background: pink; */
}

.center .userInput,
.center .secode,
.center .codeinput {
    /* height: 30px; */
    height: 8%;;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #C0C0C0;
    position: relative;
    padding-left: 5px;
    box-sizing: border-box;
}
.center .codeinput{
    border:none;
    padding-left: 0px;
}
.center .secode {
    margin-top: 20px;
    margin-bottom: 20px;
}
.center .userInput img,
.center .secode img,
.center .codeinput img {
    /* width: 15px;
    height: 15px; */
    width:6%;
    height:6%;
    background-color: #fff;
    border-radius: 3px 0px 0px 3px;
    float: left;
    margin-top: 8px;
}
.center .codeinput img {
    width:10%;
    height:10%;
}
.center .codeinput #fresh{
    width:8%;
    height:50%;
}
.center .userInput input,
.center .secode input {
    height: 100%;
    width: 92%;
    float: left;
    border: none;
    background-color: #fff;
    padding-left: 10px;
    color: #8093ac;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.vcode_box {
    width: 60%;
    height: 100%;
    float: left;
    border: 1px solid #C0C0C0;
    padding-left: 5px;
    box-sizing: border-box;
}

.center .codeinput input {
    height: 100%;
    width: 80%;
    outline: none;
    color: #8093ac;
    font-size: 16px;
    padding-left: 10px;
    border: none;
    box-sizing: border-box;
}

.center input:focus {
    outline: none;
}


/*验证码*/
.center .codeinput #captcha {
    width: 30%;
    height: 100%;
    float: left;
    margin-top: 0;
    margin-right: 5%;
    margin-left:5%;
    border: none;
    border-radius: 0;
}
.error{
  margin-top:10px;
  color:#D81E06;
  font-size:12px;
}
.error img{
    width:10px;
    height: 10px;
}
.submit {
    display: inline-block;
    width: 100%;
    height: 10%;
    line-height: 10%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 5px;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: #fff;
    background: rgba(59, 146, 249, 1);
    box-shadow: -3px 4px 18px 0px rgba(56, 145, 255, 0.7);
    border:none;
    margin-top:60px;
}
.copyright {
    position: fixed;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    font-size: 12px;
    width: 100%;
    text-align: center;
}