/******************************************************************
Stylesheet: Login Stylesheet
******************************************************************/
body.login {
  background: url(../images/bg-pattern.jpg) repeat center center;
  font-family: 'Rubik', 'Helvetica Neue', Roboto, Arial, sans-serif; }

.login h1 a {
  background: url(../images/logo.png) no-repeat top center;
  background-size: 190px;
  width: 326px;
  height: 180px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block; }

.login #nav a:hover, .login #backtoblog a:hover {
  color: #e32537; }

.login #nav {
  background: #fff;
  margin: 0; }

.login #backtoblog {
  background: #fff;
  margin: 0;
  padding: 1rem; }

#wp-submit {
  background: #e32537;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  margin-top: 1rem;
  text-shadow: none;
  width: 100%; }
