/*
  Login Styles
*/

body {
  background: #F3F4FA !important;
  font-size: 1rem;
  height: auto;
}
#login {
  padding: 0 !important;
  width: 385px;
}
#login h1 a { display: none; }
p#backtoblog { display: none; }
#loginform, #lostpasswordform, #resetpassform {
  border: none;
  box-shadow: none;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  border-radius: .25rem;
  margin-top: 2rem;
}
#loginform label,  #lostpasswordform label, #resetpassform label {
  font-size: inherit !important;
  margin-bottom: .5rem;
}
#loginform .input,  #lostpasswordform .input, #resetpassform .input {
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  background-color: white;
  font-size: 1rem;
}
#loginform .input:focus,  #lostpasswordform .input:focus, #resetpassform .input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255, .25);
  outline: none;
  border-color: #80bdff;
}
p.message { box-shadow: none !important; }
button.wp-hide-pw { display: none !important; }
p.forgetmenot { display: none; }
#loginform #wp-submit,  #lostpasswordform #wp-submit, #resetpassform .button  {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #0d6efd;
  font-weight: 400;
  border: 1px solid transparent;
  border-color: #0d6efd;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}
#loginform #wp-submit:focus,  #lostpasswordform #wp-submit:focus, #resetpassform .button:focus {
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, .5);
}
.login #nav {
  margin: 0;
  padding: 0;
  font-size: .85rem;
  text-align: center;
  margin-top: 10px;
}
.login #nav a:hover { color: #007bff; }

#login .message {
  color: #004085;
  background-color: #cce5ff;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-color: #b8daff;
  border-radius: .25rem;
  margin-top: 1rem;
  font-size: .85rem;
  text-align: center;
  margin-bottom: -1rem;
}

/*#lostpasswordform, #resetpassform { margin-top: 1rem; }*/

.pw-weak { display: none !important; }

p.indicator-hint { font-size: 14px; text-align: center; }

.login #login_error {
  border: none;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: .25rem;
  margin-top: 1rem;
  font-size: .85rem;
  text-align: center;
  margin-bottom: -1rem;
}

.dashboard-footer {
  padding: 15px;
  color: #979696;
  font-size: 12px;
  text-align: center;
}
.dashboard-footer a {
  color: #979696;
}

@media only screen and (max-width: 600px) {
  #login {
    max-width: 90%;
  }
}
