html,body,ul,p,h2,h5{
    margin:0;
    padding:0;
}
button:focus{
    outline: none;
}

body{
    background: url('../image/loginBg.jpg') no-repeat left top;
    background-size: cover;
}

.loginForm, .registerForm, .findPwdForm{
    width:400px;
    padding: 15px;
    background: #fbe5e0;
    border-radius: 20px;
    margin: 270px auto;
    text-align: center;
}
.loginForm header, .registerForm header, .findPwdForm header{
    font-size:25px;
    line-height: 50px;
}
.loginForm div, .registerForm div, .findPwdForm div{
    font-size:18px;
    line-height: 26px;
}
.loginForm label, .registerForm label, .findPwdForm label{
    display: inline-block;
    width:80px;
    vertical-align: top;
    text-align-last:justify;
    text-align:justify;
}
label::after{
    content:" ";
    display:inline-block;
    width:100%;
}
.loginForm button, .registerForm button, .findPwdForm button{
    width:86px;
    height:35px;
    border-radius: 15px;
    background: rosybrown;
    border: none;
}
a{
    display: inline-block;
    color:#000;
    text-decoration: none;
}