* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}
:root {
  --primary1: #185c91;
}
.container-login {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 20px;
  background-color: #00233dae;
}
.login-btn{
  background-color: #0d1772a3;
}
.form-container {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 30px;
}

.title {
  text-align: left;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: 10px 0 30px 0;
  font-size: 20px;
  font-weight: 800;
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 15px;
}

.input {
  border-radius: 20px;
  border: 1px solid #c0c0c0;
  outline: 0 !important;
  box-sizing: border-box;
  padding: 12px 15px;
}
.form-control {
  border-radius: 10px;
  border: 1px solid #c0c0c0;
  outline: 0 !important;
  box-sizing: border-box;
  padding: 5px 15px;
}

.page-links {
  text-decoration: underline;
  background-color: transparent;
  margin: 0;
  border: none;
  text-align: center;
  color: #747474;
}

.page-link-label {
  cursor: pointer;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.page-link-label:hover {
  color: #000;
}

.form-btn {
  padding: 10px 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 20px;
  border: 0 !important;
  outline: 0 !important;
  background: #0d1772a3;
  color: white;
  text-align: center;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.form-btn:hover{
    color: rgb(153, 153, 153);
}
.form-btn:active {
  box-shadow: none;
}

.sign-up-label {
  margin: 0;
  font-size: 10px;
  color: #747474;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.sign-up-link {
  margin-left: 1px;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-color: rgb(114, 114, 114);
  color: rgb(0, 72, 255);
  cursor: pointer;
  font-weight: 800;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.buttons-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  gap: 15px;
}

.apple-login-button,
.google-login-button {
  border-radius: 20px;
  box-sizing: border-box;
  padding: 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 11px;
  gap: 5px;
}

.apple-login-button {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.google-login-button {
  border: 2px solid #747474;
}

.apple-icon,
.google-icon {
  font-size: 25px;
}
.cont1 {
  border-radius: 20px 0 0 20px;
}
.backs{
  z-index: 2;
  position: absolute;
  top: 5px;
  right: 18px;
  font-size: 25px;
}
.cont2 {
  border-radius: 0 20px 20px 0;
}
.lrdms{
  font-family:Fantasy; font-size:4vw;
}
.puto{
  color: black;
}
.puto:hover{
  filter: drop-shadow(2px 2px 1px);
  cursor: pointer;
  color: black;
}
.selects{
  font-weight: 1000;
  font-size: 30px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
  "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.index-pepe{
  position: relative;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .container-login {
    top: 50%;
  }
  .cont1 {
    border-radius: 20px 20px 0 0;
  }
  .cont2 {
    border-radius: 0 0 0 0;
    height: auto;
  }
  .lrdms{
    font-size: 30px;
  }
  .container-login{
    height: 100%;
    background-color: transparent;
  }
  .index-pepe{
    position: relative;
    height: 50%;
  }
  .log-cont{
    height: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .cont1 {
    border-radius: 0 0 0 0;
  }

}
