/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */

::selection {
  color: #fff;
  text-shadow: none;
  background: #444;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #444;
}

/* Basics */

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  background: #f0f0f0;

}

.cambio_pw_info {
  margin: 10px;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
  line-height: 1.35;
  font-weight: bold;
}

#clave_cambiada {
  color: #3c763d;
  background-color: rgba(223, 240, 215, 0.8);
  border-color: #d6e9c6;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 98%;
  position: absolute;
  top: 2px;
  left: 1px;
  z-index: 10;
}


#cambio_clave_caducada {
  margin: 15px;
  margin-left: 7px;
  color: #a01010;
  font-weight: bold;
  font-size: 1rem;
}

.cabecera_cambio_pw {
  margin: 10px;
  margin-left: 5px;
  font-size: 22px;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}

#cambio_clave_err {
  height: 15px;
}

#login_err {
  margin-right: 19px;
  margin-top: 10px;
  line-height: 1.1;
}

.error {
  color: #a01060;
  font-weight: bold;
  font-size: 1rem;
  text-align: right;
  text-shadow: 1px 1px 15px rgba(231, 231, 111, 1);
  margin-left: 7px;
  margin-bottom: 13px;
}

#container {
  position: fixed;
  width: 340px;
  padding-bottom: 1.35rem;
  top: 40%;
  left: 50%;
  margin-top: -140px;
  margin-left: -170px;
  background: rgba(207, 207, 207, 0.9);
  /*background-color:transparent;*/
  border-radius: 0px;
  border: 0px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-animation-name: bounceIn;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: bounceIn;
  -moz-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  animation-name: bounceIn;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

#container .alert {
  margin: 1rem auto;
  width: 95%;
  line-height: 1.4;
}

strong {
  font-weight: bold;
}

form {
  margin: 0 auto;
  margin-top: 20px;
}

label {
  color: #555;
  /*background: #f0f0f0;*/
  display: inline-block;
  margin-left: 18px;
  padding-top: 0px;
  font-size: 18px;
}

#recuperar_clave,
#cancelar_recuperacion {
  font-size: 14px;
  color: #515151;
  /*background: #f0f0f0;*/
  float: right;
  margin-top: -13px;
  margin-right: 20px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
}

#contenedor_clave {
  height: 100px;
  margin-top: 10px;
}

#recuperar_clave:hover,
#cancelar_recuperacion:hover {
  color: #555;
}

input {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  outline: none;
}

.help-block {
  color: #000;
  margin-left: 18px;
  margin-bottom: 1.7rem;
  margin-top: 1.1rem;
  line-height: 1.35;
}

#contenedor-loader {
  padding-block: 1.5rem;
}

.qr-code {
  display: block;
  margin: 0.5rem auto;
  width: 125px;
}

#redo-2fa-qr {
  font-weight: bold;
  color: #429d31;
  cursor: pointer;
  margin-left: 20px;
  font-size: 0.85rem;
  margin-top: 1rem;
}

#confirm-redo-2fa-qr {
  cursor: pointer;
}

#confirm-redo-2fa-qr.disabled {
  cursor: auto;
}

.redo-2fa-qr-btns {
  margin-left: 15px;
  margin-top: 1rem;
}

.redo-2fa-qr-btns button {
  margin-top: 10px;
  margin-right: 0;
  float: unset;
  width: unset;
  padding-bottom: 25px;
}

.alert p:not(:last-child) {
  margin-bottom: 1.75rem;
}

.alert p:has(#confirm-redo-2fa-qr) {
  margin-bottom: 0.25rem;
}

.alert span {
  font-weight: bold;
}

.alert span.disabled {
  opacity: 0.7;
}

.time-left {
  margin-top: 1rem;
}

#label_clave {
  display: block;
}

.angle-right {
  font-weight: bold;
  margin-right: 3px;
}

#contenedor_2fa #login_2fa_code {
  margin-left: 55px;
}

#contenedor_2fa .login_2fa_code_digit {
  max-width: 35px;
  margin-left: 0;
  margin-right: 1px;
}

small {
  margin-inline: 18px;
  font-size: 0.85rem;
  display: inline-block;
  line-height: 1.3;
}

.warning-sync-time {
  margin-top: 0.5rem;
}

.recuperacion_info {
  margin: 15px;
  margin-top: 3px;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
  line-height: 1.35;
}

input[type=name],
input[type=text],
input[type=password] {
  color: #777;
  padding-left: 10px;
  margin: 10px;
  margin-top: 12px;
  margin-left: 18px;
  width: 290px;
  height: 35px;
  border: 1px solid #c7d0d2;
  border-radius: 2px;
  box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 24px;
}

input[type=name]:hover,
input[type=password]:hover {
  border: 1px solid #b6bfc0;
  box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

input[type=name]:focus,
input[type=password]:focus {
  border: 1px solid #a8c9e4;
  box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#lower {
  background: #ecf2f5;
  background-color: transparent;
  width: 100%;
  height: 69px;
  /* box-shadow: inset 0 1px 1px #fff; */
  border-top: 0px solid #ccc;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

input[type=checkbox] {
  margin-left: 20px;
  margin-top: 30px;
}

.check {
  margin-left: 3px;
  font-size: 11px;
  color: #444;
  text-shadow: 0 1px 0 #fff;
}

.boton_login {
  /*position: relative;*/
  display: inline;
  /*top: -32px;*/
  float: right;
  margin-top: 0px;
}

.boton_signup {
  display: inline;
  float: right;
  margin-top: 0px;
}

.img_logo {
  width: 300px;
  margin-bottom: 10px;
}

.boton_signup:hover {
  opacity: 1;
}

.boton_login:hover {
  opacity: 1;
}

#reintentarSubmit {
  opacity: 0.8;
}

#reintentarSubmit:hover {
  opacity: 1;
}

#emailSubmit {
  width: 110px;
}

#reintentarSubmit {
  width: 95px;
}

#codigoSubmit {
  float: unset;
  margin-left: 12px;
}

#login_codigo {
  width: 110px;
  display: block;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 3rem;
  margin: 0 auto;
  padding: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #44a033;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

input[type=submit],
button {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  width: 80px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
  background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
  background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
  border-radius: 30px;
  border: 1px solid #66add6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
  cursor: pointer;
  outline: 0;
}

input[type=submit]:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
  background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
  background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

input[type=submit]:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
  background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
  background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}

#regenerarCodigo {
  margin-top: 1rem;
}