html {
  scroll-behavior: smooth;
  font-size: 20px;
}

body {
  background: #242729;
  font: 400 1rem/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  color: #fff;
}

.login h1 a {
  margin: 0rem 0rem 1rem;
  width: 100%;
  height: auto;
  background: none;
  font-size: 2.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  text-indent: initial;
  color: #fff;
}
.login h1 a:hover {
  color: inherit;
}

#login form {
  margin: 0rem;
  padding: 0rem;
  box-shadow: none;
  border: none;
  background: none;
}
#login form label {
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
}
#login form .input,
#login form input[type=text],
#login form input[type=email],
#login form input[type=password] {
  box-shadow: none;
  margin: 0 0 0.7rem 0;
  border: none;
  border-radius: 0;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
}
#login form .input:focus,
#login form input[type=text]:focus,
#login form input[type=email]:focus,
#login form input[type=password]:focus {
  outline: none;
  background-color: #e4e6e7;
}
#login form input[type=password] {
  margin-bottom: 1rem;
}
#login form .button.wp-hide-pw {
  border: none;
  height: auto;
  min-height: 46px;
  border-radius: 0;
  color: #242729;
  line-height: 2.3;
}
#login form .button.wp-hide-pw:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #e4e6e7;
}
#login form p.forgetmenot {
  width: 100%;
  margin-top: 0.2rem;
}
#login form p.submit {
  text-align: center;
}
#login form p.submit input[type=submit] {
  float: inherit;
  margin-top: 1.6rem;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0.2rem 1rem;
  background-color: #60686d;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
#login form p.submit input[type=submit]:hover {
  background: #cc3366;
}

.login #nav {
  text-align: center;
  margin: 0.9rem 0 1.9rem;
  padding: 0;
  font-size: 0.8rem;
}
.login #nav a {
  color: #fff;
}
.login #nav a:hover {
  color: #cc3366;
}
.login #nav a:focus {
  box-shadow: none;
  color: inherit;
}

.cf-turnstile-br {
  display: none;
}

.cf-turnstile {
  margin-left: 0 !important;
  width: 320px !important;
}
.cf-turnstile iframe {
  width: 320px !important;
}

.language-switcher {
  display: block;
  margin: auto;
  width: 320px;
}
.language-switcher label,
.language-switcher select {
  float: left;
}
.language-switcher label .dashicons {
  line-height: 1.4;
}
.language-switcher select#language-switcher-locales {
  max-width: 9rem;
  border: none;
  border-radius: 0;
  font-size: 0.8rem;
  color: #242729;
}
.language-switcher select#language-switcher-locales:hover {
  color: #cc3366;
}
.language-switcher input[type=submit] {
  float: right;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0.17rem 0.8rem;
  background-color: #60686d;
  font-size: 0.6rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.language-switcher input[type=submit]:hover {
  color: #fff;
  background: #cc3366;
}

input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type=checkbox] + label {
  position: relative;
  padding-left: 1.5rem;
}

input[type=checkbox] + label:before,
input[type=checkbox] + label:after {
  box-sizing: content-box;
  content: "";
  color: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  text-align: center;
  transition: all 0.05s ease;
}

input[type=checkbox] + label:after {
  background-color: #242729;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 5px;
  border: 5pt solid #fff;
  border-width: 0 0 2px 2px;
  box-shadow: 3px 0 0 3px #242729;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}

input[type=checkbox]:checked + label:after {
  content: "";
  transform: rotate(-45deg) scale(1);
}

.login p.message {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.8rem;
  color: #fff;
  border: 0;
  background-color: #1e70a1;
  margin-bottom: 1.4rem;
}

.login .notice {
  box-shadow: none;
  padding: 12px;
  font-family: inherit;
  font-size: 0.8rem;
  border: none;
  background: none;
}
.login .notice.notice-error {
  border: none;
  background-color: #e13c2e;
}
.login .notice.notice-info {
  background-color: #1e70a1;
}

/* Mensaje login */
