body {
  font-family: sans-serif;
  background-image: url("/web_images/Fondo-03.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

header {
  background-color: #3330;
  color: #efb810;
  padding: 10px;
  width: 95%;
  border-radius: 40px;
  border: 3px solid #3330;
}

.container {
  background-color: #3330;
  max-width: 485px;
  margin: 0px auto;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding: 18px;
  border: 3px solid #efb810;
  border-radius: 33px;
  backdrop-filter: blur(30px);
  /*width: 95%;*/
}

img {
  max-width: 400px;
}

div.login_title {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 23px auto;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h1 {
  text-shadow: 0px 0px 10px #efb810, 0px 0px 20px #efb810;
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 24px;
  margin-inline-end: 0px;
  font-weight: bold;
}

h2 {
  color: #efb810;
  display: flex;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  justify-content: center;
}

h4 {
  color: #efb810;
  display: block;
  margin-block-start: 0.4em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 700;
}

input {
  display: block;
  width: 90%;
  margin-bottom: 15px;
  margin-top: 0px;
  padding: 12px;
}

input[type="checkbox"] {
  margin-inline-start: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  width: 4%;
}

div label {
  margin-inline-start: 0px;
  display: flex;
  align-items: center;
  margin-left: 0px;
  color: #efb810;
}

.label {
  width: max-content;
  /*margin: 90px auto;*/
  display: grid;
  grid-template-areas: "input";
}

.input {
  grid-area: input;
  width: 300px;
  font: inherit;
  border-radius: 10px;
  border: 1px solid #efb810;
  padding: 0.7rem 1.5rem;
}

.label_name {
  color: #000;
  grid-area: input;
  z-index: 100;
  width: max-content;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 0 0.5rem;
  align-self: center;
  /*height: 100%;*/
  display: flex;
  align-items: center;
}

.input:where(:focus, :not(:placeholder-shown)) + .label_name {
  transform: translateY(-120%) scale(0.9);
  background-color: #333;
  color: #efb810;
}

button {
  display: block;
  width: 100%;
  margin-bottom: 7px;
  margin-top: 15px;
  padding: 12px;
  color: #efb810;
  background-color: #000000;
}

p {
  text-align: center;
  color: #efb810;
}

.g-recaptcha {
  text-align: -webkit-center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-card-input {
  all: unset;
}

.form-card-input-wrapper {
  margin-top: 55px;
  position: relative;
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.form-card-input {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2rem;
  text-align: start;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  position: absolute;
  z-index: 3;
  background-color: transparent;
}

.form-card-input-bg {
  content: "";
  width: 340px;
  height: 60px;
  margin: auto;
  inset: 0;
  bottom: 10px;
  position: absolute;
  z-index: 1;
  border-radius: 12px;
  background-color: rgba(206, 206, 206, 0.664);
}

.reSend-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #efb810;
}

.reSend {
  display: flex;
  width: 30px;
  padding: 1px;
  align-items: stretch;
  justify-content: space-around;
  cursor: pointer;
}

.reSend ion-icon {
  font-size: 20px;
}

button {
  cursor: pointer;
}

.urlRP {
  text-align: -webkit-center;
  margin-top: 20px;
}

.ver {
  color: #efb810;
  text-decoration: unset;
  font-size: clamp(11px, 2vw, 15px);
}

.ver:hover {
  text-decoration: underline;
}

.ver::after {
  content: "";
}

.timeInput {
  width: auto;
  margin-bottom: 0px;
}

.mi-popup-alert {
  background-color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 3px solid #efb810;
  border-radius: 10px;
  color: rgb(255, 255, 255);
}

.mi-titulo-alert {
  color: #efb810;
  font-size: 20px;
  font-weight: bold;
}
.mi-contenido-alert {
  color: rgb(255, 255, 255);
  font-size: 15px;
}
.mi-boton-confirmar-alert {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.mi-boton-confirmar-alert:hover {
  background-color: #efb810;
  color: rgb(0, 0, 0);
}
