:root {
  --primario: #ff2770;
  --primarioOscuro: #d61153;
  --primarioClaro: #ff4f8a;
  --secundario: #45f3ff;
  --secundarioOscuro: #45f3ff;
  --blanco: #FFF;
  --negro: #000;

  --fuentePrincipal: "Poppins", sans-serif;

  
}
@property --a {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

html {
  box-sizing: border-box;
  font-size: 62.5%; 
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  font-family: var(--fuentePrincipal);
  font-size: 1.8rem;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #25252b;
    display: flex;
    justify-content: center;
    align-items: center;

}
.box {
  position: relative;
  width: 90%;
  max-width: 400px;
  height: 200px;
  background: repeating-conic-gradient(from var(--a),
      var(--primario) 0%,
      var(--primario) 5%,
      transparent 5%,
      transparent 40%,
      var(--primario) 50%);
      filter: drop-shadow(0 15px 50px #000);
      border-radius: 20px;
      animation: rotating 4s linear infinite;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.5s;
}

@media (min-width: 768px) {
  .box {
    max-width: 700px;
  }
}

@keyframes rotating {
  0% {
      --a: 0deg
  }
  0% {
      --a: 360deg
  }
}

.box::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 100%;
  background: repeating-conic-gradient(from var(--a),
  var(--secundario) 0%,
  var(--secundario) 5%,
  transparent 5%,
  transparent 40%,
  var(--secundario) 50%);
  /* filter: drop-shadow(0 15px 50px #646464); */
  border-radius: 20px;
  animation: rotating 4s linear infinite;
  animation-delay: -1s;
}

.box::after {
  content: '';
  position: absolute;
  inset: 1px;
  background: #2d2d39;
  border-radius: 15px;
  border: 8px solid #25252b;
}

.box:hover {
  width: 90%;
  max-width: 450px;
  height: 400px;
}
@media (min-width: 768px) {
  .box:hover {
    max-width: 700px;
  }
}

.box:hover .login {
  inset : 40px
}

.box:hover .loginBx {
  transform: translateY(0px);
}

.login {
  position: absolute;
  inset: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  background: #00000033;
  color: #fff;
  z-index: 10;
  box-shadow: inset 0 10px 20px #00000080;
  border-bottom: 2px solid #ffffff80;
  transition: 0.5s;
  overflow: hidden;
}

.loginBx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 70%;
  transform: translateY(90px);
  transition: 0.5s;
}
@media (min-width: 768px) {
  .loginBx {
    transform: translateY(62px);
  }
}

h2 {
  
  font-weight: 600;
  font-size: 2.1rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

h2 i {
  color: #ff2770;
  text-shadow: 
  0 0 5px #ff2770
  0 0 20px #ff2770;
}

.botonGps,
select,
input {
  width: 100%;
  padding: 10px 20px;
  outline: none;
  border: none;
  font-size: 1rem;
  color: #fff;
  background: #0000001a;
  border: 2px solid #fff;
  border-radius: 30px;
}

input::placeholder {
  color: #686868;
  font-size: 1.3rem;
}
.botonGps,
input[type="submit"] {
  background: #45f3ff;
  border: none;
  font-weight: 600;
  font-size: 1.3rem;
  color: #111;
  cursor: pointer;
  transition: 0.5s;
}

.botonGps:hover,
input[type="submit"]:hover {
  
  box-shadow:
  0 0 5px #45f3ff,
  0 0 30px #45f3ff;
  
}

.toast-body {
  font-size: 2rem;
}

/* .container {
    background-color: white;
    border: 1px solid #000;
    padding: 30px;
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: 11px 14px 14px -2px rgba(0,0,0,0.75);
} */

.sk-circle {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}