/******************************************************************
Site Name: BDS Digital Base 2016
Author: BDS Digital
Version: 0.2 


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

******************************************************************/
/* line 19, ../BDSAlice/login.scss */
body.login {
  background: #003367;
  background: -webkit-linear-gradient(#003367, #014b9c);
  background: -o-linear-gradient(#003367, #014b9c);
  background: -moz-linear-gradient(#003367, #014b9c);
  background: linear-gradient(#003367, #014b9c);
  color: #ffffff;
}
/* line 27, ../BDSAlice/login.scss */
body.login #login_error,
body.login .message {
  color: #72777c;
}

/* 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 41, ../BDSAlice/login.scss */
.login h1 a {
  background: url(../images/BDS_Digital-light.png) no-repeat top center/300px auto;
  /* make sure to replace this! */
  width: 300px;
  height: 66px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}

/* line 51, ../BDSAlice/login.scss */
form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: none;
}

/* line 61, ../BDSAlice/login.scss */
body form .input {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

/* line 76, ../BDSAlice/login.scss */
body p.message {
  color: #72777c;
}

/* line 80, ../BDSAlice/login.scss */
.login #backtoblog a,
.login #nav a {
  color: #ffffff;
}

/*
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 100, ../BDSAlice/login.scss */
  .login h1 a {
    background: url(../images/bds-logo-dark.png) no-repeat top center;
    /* make sure to replace this! */
  }
}
