#loginform::after {
  content: "* This site is optimized for desktop screens";
  margin-top: 105px;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #666 !important;
}

#loginform {
  margin-top: 0px;
}

#wp-submit {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #2F7BE0 !important;
  border: 1px solid #2F7BE0 !important;
  background-color: #fff !important;
  border-radius: 4px;
  margin-bottom: 0px;
  font-weight: normal !important;
  font-size: 18px !important;
  margin-top: 30px;
}

#wp-submit:hover {
  color: #fff !important;
  background-color: #2F7BE0 !important;
}

.wp-core-ui .button-primary {
  text-shadow: none !important;
}

#login h1,
#login h2 {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

#login h1 {
  font-size: 56px;
  margin-bottom: 0px;
}

#login h2 {
  opacity: .5;
  letter-spacing: 1px;
  margin-top: -10px;
}

#login {
  padding-top: 7%;
}

#login > br {
  display: none !important;
}

/* LOGIN */
body.login .message {
  margin-top: 20px !important;
  border-left: 10px solid #ffa958; 
}

body.login .message-empty {
  height: 30px;
}

body.login #login_error  {
  margin-top: 20px !important;
  margin-bottom: -12px !important;
}

@media screen and (max-width: 550px) {

  div#login,
  #login form#loginform,
  #login form#registerform {
    max-width: 100% !important;
    height: auto !important;
  }

  /**/
}

@media screen and (max-width: 350px) {

  #wp-submit {
    margin-top: 20px;
  }

  /**/

}

@media screen and (max-width: 320px) {

  div#login,
  #login form#loginform,
  #login form#registerform {
    max-width: 320px !important;
    height: auto !important;
  }

  #login form#loginform {
    padding: 60px 20px;
  }

  #wp-submit {
    padding: 0px 20px;
    margin-top: 30px;
  }

  /**/
}