
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Inter&family=Poppins:wght@400;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  margin: 0 !important;
  padding: 0 !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}




.modal-content {
  background-color: white !important;
  backdrop-filter: none !important;
  opacity: 1 !important;
  border-radius: 30px !important;
  border: none;
}

.modal-backdrop.show {
  opacity: 0.5 !important;
}

.modal-xl {
  max-width: 60em;
}


.lado-izquierdo {
  background-color: #1E3A5F !important;
  color: white !important;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
}

.lado-izquierdo h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px; 
}


.lado-izquierdo p {
  font-size: 16px;
  color: #dbe6f1;
}

.lado-izquierdo img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}


.lado-derecho {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.lado-derecho form {
  margin-left: 10px;
  margin-right: 10px;
}

.titulo-login {
  font-family: "Poppins", sans-serif;
}

.modal-contenido {
  background-color: white;
  margin: 5% auto;
  border-radius: 25px;
  width: 80%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative;
}

.imgLbl{
  transform: translateY(-50%) !important
}

.candado {
  transform: translateX(-100%);
}

.login-container {
  display: flex;
  width: 100%;
}

.campo-form{
  width: 90%;
  position: relative;
}

.lado-izquierdo {
  background-color: #16325C;
  color: white;
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  text-align: center;
  box-shadow: 4px 0 20px rgba(0,0,0,0.1);
}

.lado-izquierdo h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

.descripcion-login {
  font-family: 'Poppins', sans-serif;
  color: #dcdcdc;
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 20px;
  max-width: 270px;
}

.imagen-personas {
  width: 240px;
  margin-top: 15px;
  margin-bottom: -5px;
}

.imgLog {
  width: 30em;
}


.lado-derecho {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.titulo-login {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}


.campo-form {
  width: 90%;
  margin: 0 auto 20px auto;
}

.input-con-icono {
  position: relative;
  width: 100%;
}

.input-con-icono input {
  width: 100%;
  padding: 10px 45px 10px 15px;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  background-color: #efefef;
  height: 42px;
}

.input-con-icono img {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}


.recordar-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto 20px auto;
  max-width: 330px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
}


.boton-box {
  text-align: center;
}

.boton-box button {
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  background-color: #28a745;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.boton-box button:hover {
  background-color: #218838;
}


.cerrar {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}

.modal-contenido {
  background-color: white;
  margin: 5% auto;
  border-radius: 25px;
  width: 80% !important;
  min-height: 480px !important; 
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative;
}

.link-olvido {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
}

.lado-izquierdo h2, .lado-izquierdo p {
  margin: 5px;
}

.imgLog {
  margin-top: 0px !important;
}

.link-olvido:hover {
  text-decoration: underline;
}

.form-check-input {
  margin-top: 0;
}


.form-check-input {
  margin-top: 0px !important;
}



.input-con-icono {
  position: relative;
  margin: 0 auto; 
}

.input-con-icono input {
  width: 100%;
  padding: 10px 45px 10px 15px;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  background-color: #efefef;
  height: 42px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .modal-xl {
      --bs-modal-width: 1000px !important;
  }
}