:root {
  --main-font: sans-serif;
  --font-size: 1.5vw;
}

html {
  box-sizing: border-box;
  font-family: var(--main-font);
  font-size: var(--font-size);
  scroll-behavior: smooth;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.body_main {
  background-image: url(../img/bck_gdn_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mainreg {
  background-color: #ffffffd8;
  max-width: 70%;
  min-height: 90vh;
  margin: 30px auto;
  border-radius: 4px;
}

.imgreg {
  display: block;
  width: 30%;
  margin: auto;
}

.titlereg {
  padding-top: 15%;
  text-align: center;
}

.acceder {
  text-align: center;
}

.access {
  width: 100%;
  height: 20px;
  text-align: center;
  margin-top: 20px;
}

.btn-access {
  background-color: azure;
  color: #46abd3;
  border: 1px solid #005070;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.btn-access:hover {
  color: #0cbaff;
  background-color: #410000;
  border: 1px solid #0cbaff;
  box-shadow: 3px 3px 5px #012d3f;
}

/* ----------------- Page Registro ---------------- */
.body-reg {
  background-image: url(../img/bck_gdn_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.primera {
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding-top: 30px;
  width: 50%;
  margin: 0 auto;
  padding: 15px;
}

.formul {
  background-color: #0cbaff87;
  border-radius: 7px;
  margin: 30px auto;
  width: 50%;
  height: 70%;
  backdrop-filter: blur(10px);
}

.form-inputs {
  margin: 0 auto;
  width: 90%;
}

.inputs {
  width: 100%;
  height: 5vh;
  font-size: 1.1em;
  border-radius: 5px;
}

.form-btns {
  width: 100%;
  text-align: center;
  margin: 15px auto;
  padding-bottom: 10px;
}

.btn-env,
.btn-rst {
  margin: 0 auto;
  font-size: 1.5vw;
  width: 15%;
  border-radius: 5px;
}

.error-get {
  /* background-color: #fbe201; */
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
  height: 5vh;
  width: 50%;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 7px;
  text-shadow: 0px 0px 15px #5a5a5a;
  padding: 3px;
  margin-top: 5vh;
}

/* -------------------- registrado ---------------------- */

.img-bnr {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 50px;
}

.imgsz {
  width: 25%;
}

.regsucces {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.img-reg {
  display: block;
  margin: auto;
  text-align: center;
}

.img-inst {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}

.txt-clr {
  color: blue;
}
