html {
    height: 100%;
    background: url(../images/login_bg.png) no-repeat center center;
    background-size: cover;
}
body {
    position: relative;
}
.container {
    width: 6.88rem;
    height: 9.97rem;
    margin: 1.8rem auto 0;
    padding:1rem 0;
    background: url(../images/form_bg.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.container .logobox {
    text-align: center;
}
.container .logobox img {
    height: .84rem;
    display: block;
    margin: auto;
}

.container form {
    margin-top: .8rem;
    padding: 0 1rem;
}

.inp-group {
    height: 0.38rem;
    line-height: 0.38rem;
    padding: 0.3rem 0.1rem;
    border-bottom: solid 1px #cecccd;
}


.inp-group input {
    width: 75%;
    height: 0.4rem;
    border: none;
    background: none;
    color: #333;
    font-size: 0.3rem;
    line-height: 0.4rem;
    -webkit-appearance: none;
}
.inp-group input::-webkit-input-placeholder {
    color: #999;
    font-size: 0.3rem;
}
.inp-group input::-moz-placeholder {
    color: #999;
    font-size: 0.3rem;
}
.inp-group input:-ms-input-placeholder {
    color: #999;
    font-size: 0.3rem;
}

.inp-yzm{
    display: flex;
    align-items: center;
}
#verifyCode{
    height: .66rem;
}

.forgetpwd {
    color: #fff;
    font-size: 0.24rem;
    text-align: right;
    margin: 0.16rem 0 0.21rem;
    display: block;
    margin-right: 0.4rem;
}
.container a.btn_login {
    display: block;
    height: .73rem;
    text-align: center;
    line-height: .73rem;
    font-size: 0.32rem;
    border-radius: .44rem;
    background:url(../images/btn_login_bg.png) no-repeat center;
    box-shadow: 0px .18rem .24rem 0px rgba(255, 77, 77, 0.5);
    background-size: 100%;
    color: #fff;
    margin-top: 1.5rem;
}
.container p.no {
    margin-top: 0.3rem;
    text-align: center;
    font-size: 0.24rem;
    color: #666;
}
.container p.no a.go_reg {
    color: #666;
}

/* 第三方登陆 */
.other {
    text-align: center;
    margin-top: 1.2rem;
}
.other a {
    display: inline-block;
    width: 0.71rem;
    height: 0.71rem;
    margin: 0 0.36rem;
}
.other a img {
    width: 100%;
    height: 100%;
    display: block;
}
