html body.login {position: relative;
    color: #fff;
    padding:0;
    background: url(/wp-content/uploads/2018/10/logbg.jpg) no-repeat scroll 0 100%;
    background-size:cover
}
html body.login::before {content:'';background:#000;width:100%;height:100%;position:absolute;opacity:.2;z-index:-1;}



html body.login #nav a, body.login #backtoblog a { color:#222!important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important;
  text-shadow:none;
}
html body.login #nav { margin-top:0}
#login { padding:4% 0 0 0; width:100%!important; max-width:460px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#login .login-wrapper::before {background:#fff;width:100%;height:100%;position:absolute;content:'';left:0;top:0;z-index: -1;}
#login .login-wrapper { /*background:#fff;*/
  position:relative;
  overflow:hidden;
  padding:30px;
  color:#222!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    border-radius: 15px;
}
#login .login-wrapper a { color:#000!important;
  
}
.login form { padding:0; color:#000!important; margin-top:0; background:0!important; border:0!important; border-radius:0!important; box-shadow:none!important}
#loginform > .forgetmenot#forgetmenot_input > label { color:#000!important; font-size:13px!important; }
.login input[type=text],
.login input[type=password]{ font-size: 13px!important;
    padding:10px 10px 10px 35px!important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13)!important;;
    box-shadow: 0 0 10px rgba(0,0,0,.13)!important;
}
.login .icon-ph {font-size:14px!important;color: #097dcb;line-height:30px!important;}
#login > .login-wrapper #wp-submit { display:block!important;
  text-shadow:none!important;
  padding:5px 20px;
  height:inherit;
  cursor:pointer;
  color:#fff;
  font-size:14px;
  letter-spacing:1px;
  background:#097dcb!important;
  box-shadow:none!important;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#login > .login-wrapper #wp-submit:hover { background:#5dcaff!important}
#copy {background:#171717; position: absolute;width:100%;left:0;bottom:0;color:#fff;padding:20px 0; text-align:center;line-height:1.5em;font-size:13px; border-top:5px solid #111;}
#copy a { color:#fff; text-decoration:none}
#copy a:hover {text-decoration:underline}
.txt-center { text-align:center;}
.privacy-policy-page-link,
.divfooter { display: none}
#login #backtoblog,
#login #nav { padding:0!important}
.divsocial { display:none}

/* for 520px or less */
@media screen and (max-width: 520px) {
  body.login #login { width:auto!important; margin:0 4%}
  body.login div#login h1 a { background-size:100%; width:200px; height:100px}
  /*#copy { padding: 5%}*/
  #copy a { display: block}
}