@import url("https://use.typekit.net/fxm6sfk.css");

.login {
  background-color: #7ac143;
}

.login form {
  margin-top: 0;
  box-shadow: unset;
}

#registerform > p:first-child {
  display: none;
}

.login input[type="submit"] {
  font-weight: 700;
  color: white;
  background: #7ac143;
  border-radius: 28.5px;
  padding: 15px 30px !important;
  transition: all 0.12s ease-out;
  display: inline-block;
  border: none !important;
  height: unset !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.login p.submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.login input[type="submit"]:hover {
  background: #5e9732;
}

.login input[type="submit"]:focus {
  background: #5e9732;
}

.login #reg_passmail {
  display: none;
}

#login {
  width: 600px;
  max-width: 100%;
}

#nav,
#backtoblog {
  color: white !important;
}

#nav a,
#backtoblog a {
  color: white !important;
  text-shadow: 1px 1px 3px #888;
}

.login-notice {
  border-left: 4px solid #00a0d2;
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.login-notice.error {
  border-left-color: #dc3232;
}

.login-notice.success {
  border-left-color: #00ce38;
}

.login-notice.warning {
  border-left-color: #dbd600;
}

.custom-login-header {
  background-color: #fff;
  padding: 24px 24px 0 24px;
}

.custom-login-header p {
  font-weight: 700;
}

.custom-login-header a {
  color: #7ac143;
  text-decoration: underline;
}

.login .custom-login-header h1 {
  text-align: left;
  font-family: "co-headline", sans-serif;
  margin-bottom: 20px;
  display: inline-block;
}
