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

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 {
  background: #ff5800;
}
#login #backtoblog a, #login #nav a {
  color: #FFFFFF !important;
}
#login #loginform {
  background: #EEEEEE;
}
#login h1 a {
  background-image: url(../images/logo-white.svg) !important;
  background-size: contain !important;
  display: block !important;
  height: 110px !important;
  margin-bottom: 20px !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
  width: 100% !important;
}
input[type="submit"] {
  background: #0096FF !important;
  box-shadow: none !important;
  border-color: transparent !important;
  text-shadow: none !important;
  color: white !important;
}
