/******************************************************************
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

******************************************************************/
/* 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 27, ../../../../../Users/jonathanford/Sites/Republic2019/html/wp-content/themes/republictheme/library/scss/login.scss */
.login h1 a {
  background: url(../images/logo.svg) no-repeat top center;
  /* make sure to replace this! */
  width: 326px;
  height: 120px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}

/* line 37, ../../../../../Users/jonathanford/Sites/Republic2019/html/wp-content/themes/republictheme/library/scss/login.scss */
form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 1px;
  box-shadow: none;
}

/* line 47, ../../../../../Users/jonathanford/Sites/Republic2019/html/wp-content/themes/republictheme/library/scss/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;
  background: #FBFBFB;
  outline: none;
  box-shadow: none;
}

/*
You'll have to override some of the default styles
but since we're referencing the id, it should be easy.
*/
/* line 66, ../../../../../Users/jonathanford/Sites/Republic2019/html/wp-content/themes/republictheme/library/scss/login.scss */
#wp-submit {
  background: #ffc847;
  background-image: -webkit-linear-gradient(top, #ffc847, #e8b743);
  background-image: -moz-linear-gradient(top, #ffc847, #e8b743);
  background-image: -ms-linear-gradient(top, #ffc847, #e8b743);
  background-image: -o-linear-gradient(top, #ffc847, #e8b743);
  background-image: linear-gradient(to bottom, #ffc847, #e8b743);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  border-color: #e8b743;
  text-shadow: none;
  box-shadow: none;
}

/* login button*/
/* line 81, ../../../../../Users/jonathanford/Sites/Republic2019/html/wp-content/themes/republictheme/library/scss/login.scss */
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, .login .message {
  border-color: #ffc947;
  box-shadow: none;
}

/*
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 93, ../../../../../Users/jonathanford/Sites/Republic2019/html/wp-content/themes/republictheme/library/scss/login.scss */
  .login h1 a {
    background: url(../images/logo.svg) no-repeat top center;
    /* make sure to replace this! */
  }
}

/*# sourceMappingURL=login.css.map */