#wlpeLoginForm input{
    display: block;
}
#wlpeLoginForm{
    min-width: 400px;
}
#wlpeLoginForm .field-holder {

    margin: 12px 0;
}
#wlpeLoginForm h3{
    margin: 0;
}
html{
    margin: 0 auto;
    height: inherit !important;
}
body{
    min-width:200px !important;
    height: inherit !important;
    min-height: inherit !important;
}
.ident-fields{
    min-width: 380px;
    display: inline-block !important;
}
#wlpeLoginForm,#wlpeLogin,body{
    display: inline-block !important;
}
label .required{
    color: red;
}
.wlpeMessage p{
    color: red;
}
#wlpeUserRegisterForm button{
    margin-top: 10px;
}
#wlpeUserRegisterForm .pure-u-1-1{
    margin-bottom: 5px;
 }
.wlpeMessageText{
    max-width: 400px;
    text-align: center;
}


#wlpeLoginForm .field-holder {
    padding: 0 15px;
    margin: 12px 0;
}
#wlpeLoginForm .ident-fields{
    margin: 0 -15px;
}
.pure-u-1-1.checkbox input{
	width:inherit;
}
#wlpeNewUser{
    width: 500px;

}