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

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: white;
  font-family: Cabin, sans-serif;
  -webkit-font-smoothing: antialiased; }

#login {
  width: 500px;
  max-width: 100%; }

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

.login form {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0; }
  .login form p {
    margin-top: -16px; }
  .login form label {
    color: white; }
  .login form .input[type="text"], .login form .input[type="password"] {
    border-radius: 24px;
    padding: 10px 15px;
    font-size: 18px;
    background-color: white; }
    .login form .input[type="text"]::-webkit-input-placeholder, .login form .input[type="password"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #7c8990; }
    .login form .input[type="text"]::-moz-placeholder, .login form .input[type="password"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #7c8990; }
    .login form .input[type="text"]:-ms-input-placeholder, .login form .input[type="password"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #7c8990; }
    .login form .input[type="text"]:-moz-placeholder, .login form .input[type="password"]:-moz-placeholder {
      /* Firefox 18- */
      color: #7c8990; }

.login #nav {
  text-align: center;
  font-size: 18px; }
  .login #nav a:hover {
    text-decoration: underline; }

.login-action-login #nav a {
  color: #000; }

.login #git-status {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center; 
  color: #ccc; }

.forgetmenot, #backtoblog {
  display: none; }

#wp-submit {
  border-radius: 24px;
  padding: 10px 15px;
  font-size: 18px;
  width: 100%;
  height: 44px;
  margin-top: 7px;
  background: #0a0a0a;
  border: none;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: 0 -1px 1px #555555, 1px 0 1px #555555, 0 1px 1px #555555, -1px 0 1px #555555; }

.login .message, #login_error {
  font-size: 1.3em; }
