/* Font */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Body Styles */
body {
  margin: 0;
  height: auto;
  min-height: 100vh;
  background-color: #f3f6f9;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

/* Login Page Styles */
body.login div#login h1 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

body.login div#login h1 a {
  margin: 0 auto;
  height: 80px;
  background-size: contain;
}

.login form {
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
  padding: 0 0 20px 0;
  border: none;
  overflow: visible;
}

.login form > p,
.login form > div {
  position: relative;
  margin: 4px 0;
}

.login form > p label,
.login form > div label {
  padding: 12px 10px 8px 10px;
  display: block;
  color: #888;
  background-color: #fff;
  border-radius: 4px;
  min-height: 24px;
}

.login form .wp-pwd,
.login form .input:focus,
.login form .input:active,
.login form .input.active,
.login form .input.has-value {
  background: #fff !important;
}

.login form .forgetmenot,
.login form .submit {
  float: none;
  padding: 10px 0;
}

.login form .forgetmenot label,
.login form .submit label {
  color: #888;
  display: inline;
  background-color: transparent;
}

#login {
  background-size: cover;
  background-position: center center;
  width: auto;
  padding: 5% 0 1% 0;
}

#login_error, .message {
  color: #444;
  border-radius: 0;
  margin-left: -4px;
  box-shadow: none;
  padding: 12px 24px;
}

#nav {
  text-align: center;
  color: transparent;
}

#nav a {
  padding: 6px 10px;
  border-radius: 3px;
}

#nav a + a {
  margin-left: -6px;
}

.login-subtitle {
  text-align: center;
  font-size: 1.1em;
  margin-top: 1rem;
}

.login-subtitle:empty {
  display: none;
}

.login-footer {
  margin: 30px 10px 10px 10px;
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
}

#nav {
  margin: 0px !important;
  padding: 0px !important;
}

#login-form {
  color: #222;
  padding: 1% 4%;
  margin: 0 auto;
}

#login-form p.submit {
  margin: 0;
}

#backtoblog {
  display: none;
}

#lostpasswordform p.submit {
  margin-top: 20px;
}

@media screen and (min-width: 783px) {
  #login-form {
	max-width: 320px;
  }
}

#loginform {
  position: relative !important;
}

.wp-social-login-widget ~ p.submit {
  padding-bottom: 65px;
}

.wp-social-login-widget {
  border-top: 1px solid #f0f0f0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  text-align: center;
  padding-top: 5px;
  width: 100%;
}

.wp-social-login-connect-with {
  color: #999;
  display: inline-block;
  background-color: #fff;
  position: relative;
  top: -14px;
  padding: 0 5px;
}

.wp-social-login-provider-list {
  padding: 0;
}

.wp-social-login-provider {
  border-radius: 20px;
  padding: 6px 12px;
  display: inline-block;
  color: #fff !important;
  background-color: #999;
}

.wp-social-login-provider:before {
  font-family: "dashicons";
  content: '';
  font-size: 18px;
  vertical-align: -4px;
  margin-right: 4px;
}

.wp-social-login-provider-google {
  background-color: #db4437;
}

.wp-social-login-provider-google:before {
  content: "\f18b";
}

.wp-social-login-provider-twitter {
  background-color: #55acee;
}

.wp-social-login-provider-twitter:before {
  content: "\f301";
}

.wp-social-login-provider-facebook {
  background-color: #3b5998;
}

.wp-social-login-provider-facebook:before {
  content: "\f305";
}

div#login {
  display: none;
}

body.login.js.login-action-login.wp-core-ui.locale-en-us {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form {
  background: #fff;
  padding: 25px 0px;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 1.267198085784912px 1.267198085784912px #666d8014, 0 5.068792343139648px 10.137584686279297px #666d8014;
}

div#login-form {
  z-index: 1;
}

form#loginform {
  min-width: 75%;
  max-width: 75%;
}

.login-form:before {
  content: url(https://wearelunar.design/crater/personal.png) !important;
  padding-bottom: 10px;
}

.login form .submit .button {
  font-size: 16px !important;
  background-color: #000 !important;
  border: 0px !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 5px 20px 5px 20px !important;
}

p.submit {
  display: flex;
  justify-content: center;
}

.forgetmenot {
  display: none;
}

.login-form-title {
  color: #202830;
  text-align: center;
  font-size: 22px;
  font-weight: 600;

}

.login-form-sub-title {
  color: #6e6e73;
  font-size: 13px;
  margin-bottom: 20px;
  
}

.login form .wp-pwd,
.login form .input {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  height: 44px;
  background: #f1f4f8 !important;
  border-width: 0;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  color: #fff !important;
  font-family: 'Inter', sans-serif;
}

.login form > p label,
.login form > div label {
  display: block;
  color: #353849;
  background-color: rgba(57, 61, 70, 0);
  border-radius: 10px;
  font-weight: 700;
  height: 37px;
  position: absolute;
  pointer-events: none;
  z-index: 9999;
  font-family: 'Inter', sans-serif;
}

.user-pass-wrap > label {
  height: unset !important;
}

.login form .input:focus,
.login form .input:active,
.login form .input.active,
.login form .input.has-value {
  padding: 12px 10px 13px 10px;
  display: block;
  color: #353849 !important;
  background-color: #f1f4f8 !important;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
  border: 1px solid #69727d;
  position: inherit;
  font-family: 'Inter', sans-serif;
}

.user-pass-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

p {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.login #login_error {
  width: 68%;
  border-width: 0px !important;
  background-color: #ffc5c5 !important;
  text-align: center !important;
  color: #7f0000 !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
}

.login .message,
.login .success {
  width: 68%;
  border-width: 0px !important;
  background-color: #000;
  text-align: center !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-radius: 3px;
  font-family: 'Inter', sans-serif;
}

.privacy-policy-page-link {
  display: none !important;
}

form#loginform {
  padding: 0px 20px;
  color: #fff !important;
}

.login-form:before {
  padding: 25px 0px !important;
}

input#sgc2facode {
  padding: 12px 10px 8px 10px;
  display: block;
  color: #fff !important;
  background-color: #393d46 !important;
  border-radius: 10px;
  min-height: 24px;
  font-size: 14px;
  position: unset !important;
}

body.login.js.login-action-login.wp-core-ui.locale-en-gb {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.login form .input,
.login input[type=password],
.login input[type=text] {
  margin: 0 0px 16px 0 !important;
}

button.button.button-secondary.wp-hide-pw.hide-if-no-js {
  display: none;
}

div#jetpack-sso-wrap__action p {
  display: none;
}

.jetpack-sso-or:before {
  display: none;
}

.jetpack-sso-or span {
  display: none;
}