body #login {
    background-color: rgba(255, 255, 255, 1);
    border-radius: unset;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
body .ml-form-container #login > h1 {
    top: 20px;
}
body #loginform,
body #registerform,
body #lostpasswordform {
    height: auto;
    background: none;
    border: 0;
    box-shadow: none;
}
body.login .ml-form-container #backtoblog {
    bottom: 80px;
}
body.login .ml-form-container #nav {
    bottom: 65px;
}
body.login .privacy-policy-page-link {
    margin: 3em 0 3em;
}
body.login-action-register .ml-form-container #login > h1 {
    top: 70px;
}
body.login-action-lostpassword .ml-form-container #login > h1 {
        top: 100px;
}
body #login-message {
    display: none;
}