﻿/*@import "common.css"*/
@import "base.css";
html, body {
    height: 100%;
}
body {
    /* background-image: url(../images/login_Bg.png); */
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main {
    height: 100%;
    position: relative;
    /* background-image: url(../images/login_Bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
}
a {
    color: #409EFF;
}
header {
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 15px;
}
form .error {
    display: block;
    color: #f26334;
    font-size: 12px;
}
form .form-item {
    /* overflow: hidden; */
    min-height: 60px;
}
form .form-item .form-name {
    width: 100px;
    text-align: right;
    flex: 0 0 auto;
    margin-top: 10px;
    color: #606266;
}
.login-page{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.login-text{
    float: left;
    padding-top: 50px;
    padding-left: 50px;
}
.login-text h2{
    color: #fff;
    font-size: 36px;
    line-height: 60px;
    position: relative;
}
.login-text .line{
    background-color: #F06334;
    height: 5px;
    margin-top: 30px;
    overflow: hidden;
    width: 100px;
}
.login-text p{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
}
.login-form{
    background-color: rgba(137, 170, 219, .6);
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    min-width: 450px;
    /* right: 10%; */
    
    /* overflow: hidden; */
    
}
.login {
    padding: 30px 45px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    color: #0d3b70;
    font-size: 14px;
    /* border: 1px solid #4786e0; */
    border-radius: 10px;
    position: relative;
    top: 50%;
    width: 430px;
    transform: translateY(-50%);
    /* box-shadow: 0 0 9px 0px rgba(101, 173, 218, 0.7); */
    
}
.login h2{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    position: absolute;
    top: -70px;
    left: 0px;
    width: 430px;
}
 /* .login:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0; 
    bottom: 0;
    background: rgba(89,131, 213, 0.7);
    -webkit-filter: blur(15px);
            -moz-filter: blur(5px);
            -ms-filter: blur(5px);
            -o-filter: blur(5px);
            filter: blur(15px);
            filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=14, MakeShadow=false);

    z-index: -1;
}  */

.login .login_header {
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.login .login_header img {
    vertical-align: middle;
}
.login .tab{
    margin-top: 30px;
}
.login .tab a{
    color: #A6B0BB;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}
.login .tab a.cur{
    color: #0d3b70;
}
.login .tab a:hover{
    text-decoration: none;
}
.login .login_body {
    margin-top: 30px;
    /* margin-bottom: 70px; */
}
.login .login_footer  {
    margin-top: 15px;
    overflow: hidden;
}
.login .login_footer a{
    background-color: #89AADB;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 7px 20px;
    text-align: center;
    width: 48%;
}
@media screen and (max-width: 768px) {
    .login {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 85%;
        transform: translate(-50%, -48%);
    }
}
.login .inputIcon {
    height: 34px;
    width: 30px;
    float: left;
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.login .inputBox {
    margin-left: 30px;
    margin-right: 0;
}
.login input[type="text"], .login input[type="password"] {
    background-color: #E5F0FC;
    width: 100%;
    height: 40px;
    padding-left: 4px;
    padding-right: 4px;
    border: none;
    outline: none;
    font-size: 14px;
    /* border-bottom: 1px solid #83a0dc; */
}

.login input::-webkit-input-placeholder {
    color: #ccc;
}
.login input::-moz-input-placeholder {
    color: #ccc;
}
.login input::-ms-input-placeholder {
    color: #ccc;
}
.login input::-input-placeholder {
    color: #ccc;
}

.login .sms-btn{
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    background: #3A70BF;
    border-radius: 4px;
}
.login button.submitBtn, .login button[type="button"] {
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    background: #f26334;
    border-radius: 4px;
}
.login button.submitBtn:hover, .login button[type="button"]:hover {
    color: #fff;
    background: #f26334;
}


.login #errorTip {
    color: red;
    font-size: 14px;
    background-color: #ffe1e1;
    line-height: 24px;
    display: none;
}
.login #errorTip:before {
    content: "\2013";
    display: inline-block;
    background-color: red;
    height: 18px;
    width: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    margin: 2px;
}
