
* {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
}

html,body {
    height: 100%;
    min-width: 320px;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    background-image: url(../image/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

.form-container {
    position: absolute;
    top:0;
    right:10%;
    bottom:0;
    margin:auto;
    width: 353px;
    height: 300px;
    background:rgba(0, 0, 0,0.4);
}

h1{
    /*border:1px solid yellow;*/
    width:100%;
    margin: 0 auto 0 auto;
    line-height: 80px;
    vertical-align: middle;;
    text-align: left;
    font-size:34px;
}
h1 a {
    text-decoration: none;
    color:#dba300;
}
h1 img{
    margin:0 20px;
}

.form {
    padding: 20px  40px
}
h2{
    border:0px solid #f6bb43;
    letter-spacing: 2px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color:#00c1de;;
}
.check_msg {
    height: 18px;
    line-height: 18px;
    color: #e64141;
    width: 280px;
    margin: 6px 0 0 38px
}



.footer{
    position: absolute;
    left:0;
    right:0;
    text-align: center;
    bottom:12px;
    /*border:1px solid red;*/
}
.footer , .footer span , .footer a{
    color:#ddd;
}

input,
button,
select,
textarea {
    outline: none;
    border: 0
}

/*div .login_input:nth-child(1){
    margin-top: 0px !important;
}*/
div .login_input:nth-of-type(n+3) {
    margin-top: 20px
}

.login_input input{
    width: 100%;
    line-height: 32px;
    padding-left:34px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 5px 6px;
    border-radius: 4px;
}
.login_input{
    width:100%;
    height: 32px;
    background-color: #fff;
    border-radius: 4px;
}

.login-input-group {
    margin-top: 10px;
    height:40px;
}
.login-input-group input {
    padding-left:5px;
    width: 50%;
    height: 39px;
    line-height: 39px;
    float:left;
    border-radius: 4px;
}

.login-input-group button {
    width: 46%;
    float:right;
    height: 40px;
    cursor: pointer;
}
.login-input-group button img {
    width: 100%;
    height: 40px;
}

.login_name input{
    background-image: url(../image/logo_name.png);
}
/*.login_pwd{
    margin-top: 20px
}*/
.login_pwd input{
    background-image: url(../image/logo_psw.png);
}
.btn_Login {
    display: block;
    background: #0890ee;
    border-radius: 3px;
    width: 100%;
    height: 36px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    cursor: pointer
}
.login_title img{
    margin:0 10px 0 0;
    height: 50px;vertical-align: middle
}
@media (max-width: 1100px) {
    .login_title{
        text-align: center;
    }
    .form-container {
        left:0;
        right:0;
        margin:auto;
    }
    .footer{
        padding:0 10px;
    }
}
@media (max-width: 600px) {
    .login_title{
        font-size: 24px;
    }
    .login_title img{
        height:34px;
    }
}
@media (max-width: 390px) {
    body{
        padding:0 12px;
    }
    .form-container{
        width:auto;
        left:12px;
        right:12px;
    }
    .form-container .form{
        padding:20px 30px;
    }
}