/* line 1, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
html {
  height: 100%;
  background: #444444 !important; }

/* line 5, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
body {
  background: #444444 !important;
  color: #fff;
  height: 100%; }
  /* line 10, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
  body #loginform {
    background: #fff !important;
    box-shadow: none;
    color: #444;
    -webkit-box-shadow: none; }
    /* line 17, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
    body #loginform .login label {
      color: #444; }
    /* line 20, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
    .login #login_error {
      background: #fff !important; color: #444 !important; }
    /* line 23, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
    body.login .message {
      background: #fff !important;
      box-shadow: none; 
      color: #444 !important;
    }

/* line 31, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
#login h1 a {
  background: transparent url("images/logo.png") top no-repeat !important;
  width: 280px !important;
  height: 65px !important;
  margin: 0 auto;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

/* line 32, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
#login h1 a:hover {
  opacity: 0.8; }

/* line 33, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
.login #nav a:hover, .login p#backtoblog a:hover {
  text-decoration: none  !important;
  color: #444 !important; }

/* line 34, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
.login p#nav a, .login p#backtoblog a {
  text-decoration: none !important;
  color: #fff !important;
  text-shadow: none !important; }

/* line 35, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
form {
  box-shadow: none; }

/* line 36, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
.wp-core-ui .button-primary {
  background: #ed1d47 !important;
  border: none !important;
  text-shadow: none !important;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none; }

/* line 37, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
  background: #c1183a !important;
  border: none !important;
  text-shadow: none;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none; }

/* line 38, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
input[type=checkbox]:checked:before, input[type=text]:focus, input[type=search]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, select:focus, textarea:focus {
  color: #444 !important;
  border-color: #444;
  box-shadow: none; }

/* line 39, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
a, input[type=submit] {
  transition: all 0.5s ease; }

/* line 40, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
#wp-auth-check-wrap #wp-auth-check {
  background-color: #444 !important; }

/* line 41, /Applications/MAMP/htdocs/github/branding/wp-content/themes/branding/scss/login.scss */
input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
  border: 1px solid #444;
  box-shadow: none;
  background: #fff !important; }
