/**
 *  login.scss
 *
 *  Stylesheet for the theme's customized WordPress login page
 */
/**
 *  settings.scss
 *
 *  Settings and variables for this theme
 */
body.login {
  background: white;
  position: relative;
}

/* the form box */
.login h1 a {
  background: url(../images/login-logo.svg) no-repeat top center;
  width: 325px;
  height: 56px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}

form {
  margin: 0;
  padding: 26px 0 46px !important;
  font-weight: normal;
  background: none !important;
  border: none;
  box-shadow: none !important;
}

body form .input {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 24px;
  padding: 3px;
  margin-top: 2px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

#wp-submit {
  background: #bf1e2e;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  text-shadow: none !important;
}
#wp-submit:hover, #wp-submit:focus {
  background: #a01927;
}

p#nav {
  text-align: center;
}
p#nav a {
  display: inline-block;
  padding: 5px 0;
}

p#backtoblog {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #bf1e2e;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0 10px 15px !important;
}
p#backtoblog a {
  display: inline-block;
  padding: 5px 0;
  color: #fff !important;
  text-transform: uppercase;
}
