/******************************************************************
Site Name:
Author:

Stylesheet: Login Stylesheet

This stylesheet is loaded (if admin.php is setup in your
functions file) on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

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

******************************************************************/
#login {
  padding: 5% 0 0;
}

/* line 17, ../scss/login.scss */
body.login {
  background: #C5CCF8;
}

/* the form box */
/*
This is the Wordpress logo in the admin area.
You'll have to load your own images and mess
with the width and height.
*/
/* line 33, ../scss/login.scss */
.login h1 a,
.login .wp-login-logo a {
  background: url(/wp-content/themes/uscma/login/login-logo.png) no-repeat top center !important;
  /* make sure to replace this! */
  background-size: contain !important;
  width: 100%;
  height: 240px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}

/* line 43, ../scss/login.scss */
.login form {
  margin-left: 8px;
  padding: 16px 24px 46px;
  font-weight: normal;
  background: rgba(255,255,255,0.4);
  border: 0;
  border-radius: 3px;
  box-shadow: none;
}

/* line 53, ../scss/login.scss */
body form .input {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #d9d9d9;
  background: #FBFBFB;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

/* line 68, ../scss/login.scss */
.login #login_error, .login .message {
  border-left: 4px solid #cc0000;
}

/* line 72, ../scss/login.scss */
.login #backtoblog a, .login #nav a {
  color: #0C025A !important;
}

/* line 76, ../scss/login.scss */
.login label {
  font-size: 14px;
  color: #0C025A;
}

/* line 81, ../scss/login.scss */
.login input[type="text"] {
  background-color: #ffffff;
  border-color: #dddddd;
  -webkit-border-radius: 4px;
}

/* line 87, ../scss/login.scss */
.login input[type="password"] {
  background-color: #ffffff;
  border-color: #dddddd;
  -webkit-border-radius: 4px;
}

/* line 93, ../scss/login.scss */
.wp-core-ui .button-primary {
  text-shadow: 0 -1px 1px #0C025A, 1px 0 1px #0C025A, 0 1px 1px #0C025A, -1px 0 1px #0C025A;
}

/* line 97, ../scss/login.scss */
.login .button-primary {
  /*width: 120px;
  float: right;*/
  background-color: #0C025A;
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #0C025A;
  text-shadow: none;
}

/* line 114, ../scss/login.scss */
.login .button-primary:hover {
  background-color: #8090F0;
  color: #0C025A;
  -webkit-border-radius: 4px;
  border: 1px solid #8090F0;
  text-shadow: none;
}

/* line 129, ../scss/login.scss */
.login .button-primary:active {
  background-color: #8090F0; 
  color: #0C025A;
  -webkit-border-radius: 4px;
  border: 1px solid #8090F0;
  text-shadow: none;
}

/*
You'll have to override some of the default styles
but since we're referencing the id, it should be easy.
*/
/* login button*/
/*
retina login logo
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 159, ../scss/login.scss */
  .login h1 a,
  .login .wp-login-logo a {
    background: url(/wp-content/themes/uscma/login/login-logo.png) no-repeat top center !important;
    /* make sure to replace this! */
    background-size: contain !important;
  }
}
