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

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.login {
  background: #22242a; }

#login #nav a,
#login #backtoblog a {
  color: #9fba5f; }

#login .g-recaptcha {
  margin-bottom: 1rem; }

.login h1 a {
  background: url(../images/multipix-logo.svg) no-repeat top center;
  width: 300px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block; }
