body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{ font-size: 12px; text-align: left;font-family:"微软雅黑",arial;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none!important;}
b{
    font-weight: normal!important;
}
html,body{
    width:100%;
    height:100%;
    background:#fff;
}
.content{
    width: 100%;
    height: 100%;
}
.bg{
    background: url(http://file.miaofutech.com/file/cdn/bmfpagesv2/bg.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.login{
    width: 450px;
    height: 570px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FFFFFF;
    border-radius: 10px;
}
input::-webkit-input-placeholder{
    color:rgba(211,45,37,0.5);
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:rgba(211,45,37,0.5);
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:rgba(211,45,37,0.5);
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:rgba(211,45,37,0.5);
}
.login_form{

}
.logo{
    padding-left: 20px;
    padding-top: 16px;
}
.sjdl{
    text-align: center;
    padding-top: 22px;
}
.sjdl h2{
    font-size: 30px;
    font-family: "微软雅黑";
    color: #000000;
}
.sjdl p{
    font-size: 12px;
    font-family: "微软雅黑";
    color: #000000;
    /*padding-top: 6px;*/
}
.un,.pw,.dlan{
    padding-left: 66px;
}
.un,.pw{
    padding-top: 54px;
}
.un p,.pw p{
    font-size: 18px;
    font-family: "微软雅黑";
    color: #808080;
    padding-bottom: 18px;
}
.un input,.pw input{
    width: 310px;
    height: 24px;
    line-height: 24px;
    border-top:0px ;
    border-left:0px ;
    border-right: 0px;
    border-bottom:1px solid #808080;
    font-size: 18px;
    color: #d32d25;
    font-family: "微软雅黑";
    caret-color:black;

}
.pw{
    position: relative;
}
.pw input{
    /*background: url(../img/eye-open.png) no-repeat right center;*/
}
.dlan{
    padding-top: 10px;
}
.dlan button{
    width: 310px;
    height: 52px;
    border-radius: 10px;
    color: #ffffff;
    background: #D32D25;
    border: 0;
    font-size: 24px;
    font-family: "微软雅黑";
    cursor: pointer;
}
.dlan .p2{
    font-size: 12px;
    font-family: "微软雅黑";
    color: #c1c1c1;
    padding-top: 30px;
    padding-left: 20px;
}

.eye{
    width: 25px;
    height: 15px;
    /*display: none;*/
    position: absolute;
    top: 100px;
    right: 80px;
    /*background: url(../img/eye-open.png) no-repeat center center;*/
    z-index: 99;
    cursor: pointer;
}
.error{
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #f00;
    font-size: 18px;
    margin-top: 20px;
}