img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80vh;
}

@media (max-width: 500px) {
    .split-left {
        display: none;
    }

    .split-right {
        width: 100%;
    }
}

.split-right {
  flex-direction: column;
  background-color: #104a58;
  flex: 1;
}

@media (min-width: 850px) {
  .split-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
  }
  .split-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  img {
    width: 70%;
    display: block;
  }
}

form{
  width: 95%;
}

@media (min-width: 500px) {
  form{
    width: 75%;
  }
}

.volver {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.containerr {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 75px;
}


a{
  color: #fce5b9;
}

a:hover {
  color: #fce5b9;
  text-decoration: underline;
}

.logo {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
}

.logo:hover {
  text-decoration: none;
}

p {
  margin: 0;
  font-size: 20px;
}

h4 {
  color: #ffffff;
  font-weight: 600;
}


.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.form-group {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  grid-column: 1/3;
}

.apellido {
  grid-column: 1/2;
}

.apellido2 {
  grid-column: 2/3;
}

@media (min-width: 500px) {
  .password {
    grid-column: 1/2;
  }

  .password2 {
    grid-column: 2/3;
  }
}

.form-style {
  padding: 13px 20px;
  padding-left: 55px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #000000;
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}

.form-style:focus,
.form-style:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}

.input-icon {
  position: absolute;
  top: 0;
  left: 18px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn {
  background-color: #23768c;
  color: #ffffff;
  height: 50px;
  font-size: 20px;
  border-radius: 50px;
  border: 0;
}

.btn:hover {
  transition: 0.5s;
  background-color: #fce5b9;
  color: #000000;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}

.btn-volver {
  height: 40px;
  display: flex;
  width: 75px;
  border-radius: 50px;
  text-decoration: none;
  background-color: #fce5b9;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-weight: bold;
}

.btn-volver:hover {
  background-color: #000000;
  transition: 0.4s;
  color: #ffffff;
  text-decoration: none;
}

.input-2 {
  display: flex;
  gap: 3px;
  position: relative;
  margin: 0;
  padding: 0;
}

@media (min-width: 800px) {
  .footer-login {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;

}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}

.checkbox-wrapper-46 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.2s ease;
}
.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fce5b9;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
}
.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: #000;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #fce5b9;
  border-color: #000;
  animation: wave-46 0.4s ease;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}
