/* Login Page */
/*--------------------------------------------------------------
## Breakpoints
--------------------------------------------------------------*/
#login h1 a, .login h1 a {
  height: 5em;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-bottom: 2em;
  margin-top: 1em; }

.login form {
  border: none !important; }

#login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    #login {
      width: 100%;
      height: 100%; } }

body.login {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    body.login {
      background-image: none !important; } }
  body.login .privacy-policy-page-link {
    display: none; }

body.login, #login {
  border-top: 10px solid #008c8c; }

#login {
  border-bottom: 10px solid #008c8c;
  padding: 0 !important;
  background-color: white; }
  #login form {
    box-shadow: none !important;
    padding: 0 2em;
    margin-top: 0px; }
  #login label {
    color: #008c8c;
    font-size: 1em; }
    @media (max-width: 767px) {
      #login label {
        font-size: 1.2em; } }
  #login .pw-weak {
    display: none !important; }
  #login .forgetmenot label {
    padding: 1em;
    display: block; }
  #login .submit, #login .button-primary, #login .button-large {
    text-align: center;
    background: #f1eeea;
    padding: 1em;
    line-height: 1em;
    height: auto;
    text-decoration: none;
    color: #6e6e6e;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
    #login .submit:disabled, #login .button-primary:disabled, #login .button-large:disabled {
      background: #d7d7d7; }
  #login .message {
    margin: 0 2em !important;
    border-left: none;
    text-align: center;
    font-size: 1.1em;
    border-top: 5px solid #008c8c; }
    #login .message .reset-pass a {
      display: block; }

.login #nav {
  /* Forgot Password Link */
  font-size: 1em;
  text-align: center !important;
  text-decoration: underline !important;
  padding-bottom: 1em; }
  .login #nav a, .login #nav a:visited, .login #nav a:active {
    padding: 0.5em 1em;
    color: #008c8c;
    font-size: 1.2em; }

#backtoblog {
  display: none; }
