.notice,
.notice-success,
.update-nag,
div.error,
div.notice-warning,
div.updated {
  border: none;
  border-left: 4px solid;
}
.notice,
.notice-success,
.update-nag,
.wrap .notice-success,
.wrap .update-nag,
.wrap div.error,
.wrap div.notice-warning,
.wrap div.updated,
.wrap .notice,
div.error,
div.notice-warning,
div.updated {
  background: #e3e3e3;
  border-left-color: #2d61bc !important;
}
#gravityforms-update .update-message.notice.inline.notice-warning.notice-alt {
  display: none !important;
}
.plugins .update.active[data-slug="gravityforms"] td,
.plugins .update.active[data-slug="gravityforms"] th {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
}
.dashicons-before:before,
.dashicons:not(.dashicons-facebook-alt):not(.dashicons-twitter) {
  width: 2rem;
  height: 2rem;
  font-size: 20px;
  font-family: "FontAwesome";
}
.login {
  background-color: #2e3337;
  font-family: "Open Sans", sans-serif;
}
.login #login {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
  justify-content: center;
}
.login h1 {
  margin: 0 0 1rem;
}
.login h1 a {
  background: url("../svg/logo.svg") center center no-repeat;
  width: auto;
  height: 80px;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
}
.login h1.admin-email__heading {
  border-bottom-width: 0;
}
.login form {
  padding: 25px;
  border-width: 0;
}
.login form a {
  color: #2d61bc;
}
.login input[type="password"],
.login input[type="text"] {
  padding-left: 10px;
  border-radius: 0;
  border-color: #2e3337;
  font-size: 1rem;
}
.login input[type="password"]:focus,
.login input[type="text"]:focus {
  box-shadow: none;
  border-color: #2d61bc;
}
.login #login_error,
.login .message,
.login .success {
  padding: 15px 18px;
  border: none;
  box-shadow: none;
  color: #fefefe;
}
.login .success {
  background-color: #b01c24;
}
.login .message {
  background-color: rgba(229, 229, 229, 0.2);
}
.login #login_error {
  background-color: #e97451;
}
.login .button:not(.wp-hide-pw) {
  display: block;
  text-shadow: none;
  border-radius: 0;
  border: none;
  margin: 1rem 0 0 !important;
  padding: 0.6rem !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  transition:
    background 500ms ease,
    color 500ms ease;
}
.login .button:not(.wp-hide-pw).button-primary {
  background: #2d61bc;
  color: #fefefe;
  width: 100%;
  font-weight: 700;
}
.login .button:not(.wp-hide-pw).button-primary:active,
.login .button:not(.wp-hide-pw).button-primary:focus,
.login .button:not(.wp-hide-pw).button-primary:hover {
  background: #f8bc1c;
  color: #fefefe;
  box-shadow: none;
}
.login .button:not(.wp-hide-pw).button-secondary {
  color: #777;
}
.login .button:not(.wp-hide-pw).button-large:not(.button-primary) {
  color: #f8bc1c;
}
.login .wp-hide-pw {
  color: #777;
}
.login #nav {
  text-align: center;
}
.login #nav a {
  color: #fefefe;
  display: block;
}
.login #nav a:active,
.login #nav a:focus,
.login #nav a:hover {
  color: #fefefe;
  text-decoration: underline;
}
.login #nav .back-link {
  text-decoration: underline;
  margin-top: 28px;
}
.login #nav .privacy-policy {
  text-decoration: underline;
  margin-top: 40px;
  opacity: 0.75;
}
.login #backtoblog {
  display: none;
}
.auth0-login {
  display: none !important;
}
/*# sourceMappingURL=admin-login-style.css.map */
