/******************************************************************

Stylesheet: Login Stylesheet

This stylesheet is loaded is only on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

Make sure functions/admin.php is activated in your functions.php file.

This stylesheet is turned off by default.

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}


body.login {
  background: url("wp-login-bg.png"); }

body {
  background: #f0f0f1;
  min-width: 0;
  color: #3c434a;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 22px;
  line-height: 1.7;
}

.login h1 a {
  background: url(logo.png) no-repeat top center;
  /* width: 170px; */
  height: 100px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block; 
}

.login h1, .login p
{
  text-align: center;
}

#login {
  width: 320px;
  padding: 5% 0 0;
  margin: auto;
}