/* tiempos-fine-web-medium -------------- */
@font-face {
  font-family: "tiempos-fine-web-medium";
  src: url("../font/tiempos-fine-web-medium.eot"); /* IE9 Compat Modes */
  src: url("../font/tiempos-fine-web-medium.eot?#iefix") format("embedded-opentype"), url("../font/tiempos-fine-web-medium.woff") format("woff"); /* Modern Browsers */
}
/* tiempos-headline-web-regular -------------- */
@font-face {
  font-family: "tiempos-headline-web-regular";
  src: url("../font/tiempos-headline-web-regular.eot"); /* IE9 Compat Modes */
  src: url("../font/tiempos-headline-web-regular.eot?#iefix") format("embedded-opentype"), url("../font/tiempos-headline-web-regular.woff") format("woff"); /* Modern Browsers */
}
/* tiempos-headline-web-regular-italic -------------- */
@font-face {
  font-family: "tiempos-headline-web-regular-italic";
  src: url("../font/tiempos-headline-web-regular-italic.eot"); /* IE9 Compat Modes */
  src: url("../font/tiempos-headline-web-regular-italic.eot?#iefix") format("embedded-opentype"), url("../font/tiempos-headline-web-regular-italic.woff") format("woff"); /* Modern Browsers */
}
/* tiempos-headline-web-light -------------- */
@font-face {
  font-family: "tiempos-headline-web-light";
  src: url("../font/tiempos-headline-web-light.eot"); /* IE9 Compat Modes */
  src: url("../font/tiempos-headline-web-light.eot?#iefix") format("embedded-opentype"), url("../font/tiempos-headline-web-light.woff") format("woff"); /* Modern Browsers */
}
/* tiempos-headline-web-light-italic -------------- */
@font-face {
  font-family: "tiempos-headline-web-light-italic";
  src: url("../font/tiempos-headline-web-light-italic.eot"); /* IE9 Compat Modes */
  src: url("../font/tiempos-headline-web-light-italic.eot?#iefix") format("embedded-opentype"), url("../font/tiempos-headline-web-light-italic.woff") format("woff"); /* Modern Browsers */
}
body {
  background: #000;
  font-family: tiempos-headline-web-light, serif;
  padding: 20px;
}

#login {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  padding: 0;
}
#login .header-text {
  background: #fff;
  padding: 1em;
}
#login .header-text p {
  padding: 1em 2em;
  background: #f1f1f1;
  border-radius: 40px;
  color: #000;
}

#loginform {
  margin-top: 0;
  border: none;
  background: #fff;
}

.login h1 a {
  background-image: url(../img/logo-gmr-white.png);
  background-size: 48px;
  width: 48px;
  height: 48px;
}
.login label {
  display: block;
  margin-bottom: 1em;
  font-size: 16px;
  color: #000;
}
.login form .input {
  font-weight: normal;
}
.login input[type=text], .login input[type=password] {
  width: 100%;
  padding: 1em;
  border-radius: 0;
  border: solid 1px #cecece;
  background: #fff;
  font-family: tiempos-headline-web-light, serif;
  font-size: 22px;
  color: rgb(102, 102, 102);
}
.login input[type=text]:focus, .login input[type=password]:focus {
  box-shadow: none;
  background: #fff;
  border: solid 1px rgb(255, 144, 21);
}
.login .button-primary {
  float: unset;
}
.login #wp-submit {
  margin-top: 1em;
  border-radius: 0;
  border: none;
  background: #000;
  padding: 1em 2em;
  font-family: ff-good-headline-web-pro-con, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.login #wp-submit:hover {
  background: rgb(255, 81, 0);
}
.login .dashicons-visibility::before, .login .dashicons-hidden::before {
  color: #000;
}
.login .forgetmenot {
  display: none;
}
.login #nav, .login #backtoblog {
  display: none;
}

.privacy-policy-page-link a {
  display: none;
  color: #fff;
}

.wp-core-ui .button-primary {
  background: #000;
}/*# sourceMappingURL=login.css.map */