/* Styling for custom login page---------------------------- */
/* SCSS variables ---------------- */
/* inputs */
/* Button */
/* Fonts ------------------------ */
/*@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-regular.eot'); /!* IE9 Compat Modes *!/
  src: local('Noto Sans'), local('NotoSans'),
  url('../fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /!* IE6-IE8 *!/
  url('../fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /!* Super Modern Browsers *!/
  url('../fonts/pt-sans-v9-latin-regular.woff') format('woff'), /!* Modern Browsers *!/
  url('../fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /!* Safari, Android, iOS *!/
  url('../fonts/pt-sans-v9-latin-regular.svg#NotoSans') format('svg'); /!* Legacy iOS *!/
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v9-latin-700.eot'); /!* IE9 Compat Modes *!/
  src: local('Noto Sans Bold'), local('NotoSans-Bold'),
  url('../fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /!* IE6-IE8 *!/
  url('../fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /!* Super Modern Browsers *!/
  url('../fonts/pt-sans-v9-latin-700.woff') format('woff'), /!* Modern Browsers *!/
  url('../fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /!* Safari, Android, iOS *!/
  url('../fonts/pt-sans-v9-latin-700.svg#NotoSans') format('svg'); /!* Legacy iOS *!/
}*/
html, body {
  height: auto;
  min-height: 100%; }

body {
  background: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.1rem; }

/* Change Width and Height of Logo Image
 + File is added via functions.php */
.login h1 a {
  width: 200px;
  height: 70px;
  background-size: 100%;
  background-position: center;
  margin-bottom: 0; }

/* Add custom styling to the form itself */
#login {
  width: 300px; }

.login form {
  position: relative !important;
  color: #53575a;
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(83, 87, 90, 0.6);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin-top: 0; }
.login label {
  color: #53575a;
  display: block;
  font-size: 1.05rem; }
.login input.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  margin: 5px 0;
  padding: 11px 10px;
  color: #53575a;
  line-height: 1em;
  border: 1px solid #aeaeae;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .login input.input:hover, .login input.input:focus {
    background: #fff;
    border: 1px solid #c04234 !important; }
.login .button.wp-hide-pw {
  outline: none; }
  .login .button.wp-hide-pw:hover, .login .button.wp-hide-pw:focus, .login .button.wp-hide-pw:active {
    border: none; }
  .login .button.wp-hide-pw .dashicons {
    color: #53575a;
    top: -2px;
    line-height: 50px;
    outline: none !important;
    border: none !important; }
.login p.submit input[type="submit"] {
  width: 100%;
  margin: 20px auto 40px;
  padding: 12px 25px;
  border: #c04234;
  background-color: #c04234;
  border-radius: 3px;
  font: inherit;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .login p.submit input[type="submit"]:hover, .login p.submit input[type="submit"]:focus {
    color: #fff;
    background: #c04234;
    border: #c04234;
    opacity: 0.5; }
.login .forgetmenot {
  position: absolute;
  float: none !important;
  display: table;
  bottom: 40px; }
  .login .forgetmenot input[type="checkbox"] {
    /*display: table-cell;*/
    width: 19px !important;
    height: 19px !important;
    vertical-align: middle;
    border: 1px solid #aeaeae;
    border-radius: 0; }
    .login .forgetmenot input[type="checkbox"]:hover, .login .forgetmenot input[type="checkbox"]:focus, .login .forgetmenot input[type="checkbox"]:active {
      border: 1px solid #c04234;
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .login .forgetmenot input[type="checkbox"]:checked::before {
      content: '';
      width: 17px;
      height: 17px;
      margin: 0;
      background: #c04234;
      -webkit-box-shadow: inset 0 0 1px 1px #fff;
      -moz-box-shadow: inset 0 0 1px 1px #fff;
      box-shadow: inset 0 0 1px 1px #fff; }
  .login .forgetmenot label {
    position: relative;
    display: table-cell;
    top: 12px;
    vertical-align: middle;
    line-height: 1;
    /*padding-left: 10px;*/ }
.login #backtoblog, .login #nav {
  font-size: 1.1rem;
  text-align: center; }
.login #backtoblog {
  /*margin-top: 5px;*/ }

/* Disable WP default privacy link */
.login .privacy-policy-page-link {
  display: none !important; }

.jurlinks, .footnote {
  font-size: 0.9rem;
  text-align: center; }
  .jurlinks a, .jurlinks a:visited, .footnote a, .footnote a:visited {
    color: #53575a; }
    .jurlinks a:hover, .jurlinks a:focus, .jurlinks a:visited:hover, .jurlinks a:visited:focus, .footnote a:hover, .footnote a:focus, .footnote a:visited:hover, .footnote a:visited:focus {
      color: #006799; }

.footnote {
  margin-bottom: 50px; }

/*# sourceMappingURL=px-login.css.map */
