body{
    background: url("../images/login-bg.jpg") no-repeat center;
}
.loginform{
    width: 380px;
    height: 420px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -190px;
    margin-top: -170px;
    background-color: #fff;
    padding: 0 1.2rem;

}
.loginform h2{
    text-align: center;
    font-size: .66rem;
    padding: .88rem 0;
}

.loginform .btn{
    display: block;
    background-color: #d61314;
    border: 0;
    color: #fff;
    font-size: .44rem;
    height: 1.06rem;
    margin-top: 1.28rem;
}
.form-control{
    border-radius: 0;
    background-color: #f5f6fa!important;
    border: 0;
    height: 1.22rem;
    box-shadow: none;
}
.form-group {
    margin-bottom: .73rem;
}

#exampleInputEmail1{
    background: url("../images/icon-zh.png") no-repeat 90% center;
}
#exampleInputPassword1{
    background: url("../images/icon-pwd.png") no-repeat 90% center;
}


@media (max-width: 480px){
    .loginform{
        width: 310px;
        height: 290px;
        margin-top: -145px;
        margin-left: -155px;
        
    }
}