.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}
.authentication-wrapper .authentication-inner {
  width: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}
.authentication-wrapper.authentication-basic .card-body {
  padding: 2rem;
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100%;
  margin: auto 0;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
  width: 100%;
  margin: 2rem 0 2rem 2rem;
  height: calc(100vh - 4rem);
  border-radius: 1.125rem;
  position: relative;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
  max-height: 65%;
  z-index: 1;
}
.authentication-wrapper.authentication-cover .authentication-inner .platform-bg {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0%;
  height: 35%;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
  height: 100vh;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height > img:first-child {
  z-index: 1;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 400px;
  position: relative;
}
.authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 238px;
  height: 233px;
  content: " ";
  position: absolute;
  top: -55px;
  left: -40px;
  background-image: url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A");
}
@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .authentication-inner:before {
    display: none;
  }
}
.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 180px;
  height: 180px;
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: -56px;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E");
}
@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .authentication-inner:after {
    display: none;
  }
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

@media (max-width:900px) {
  .info-box  { display: none !important; }
  .login-box { height: 100vh; }
}

@media (max-height: 636px) {
  .auth-multisteps-bg-height {
    height: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-color: #ea5455;
}

.light-style .authentication-wrapper.authentication-bg {
  background-color: #fff;
}
.light-style .auth-cover-bg-color {
  background-color: #f8f7fa;
}

.dark-style .authentication-wrapper.authentication-bg {
  background-color: #2f3349;
}
.dark-style .auth-cover-bg-color {
  background-color: #25293c;
}

.bgLoginRem{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #40465e, #0a0b66);
}

.foterLoginrem{
  color: #000000;
  margin-top: 20px;
  font-size: 0.9rem;
}

.login-Rem-container {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 350px;
  width: 100%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Contenedor principal */
.containerRemLog{
    display: flex;
    height: 100vh;
}

/* Sección Izquierda - Formulario */


.logo img {
    width: 100%;
    margin-bottom: 15%;
}

h2 {
    margin-bottom: 20px;
    color: #333;
}

.contenedorLoginRem {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}



.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    font-size: 14px;
}

button {
    background-color: #00225c ;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px;
}

button:hover {
    background-color: #1E40AF;
}

/* Enlaces */
a {
    color: #1b62fb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.register-link {
    margin-top: 15px;
}

/* Sección Derecha - Imagen e Información */
.info-box {
  width: 50%;
  background: linear-gradient(to right, #0044ff, #001e93);
  display: flex;
  flex-direction: column;
  justify-content: center; 
  color: lavender;
  padding: 5rem 8rem;
  position: relative;
  height: 100vh;
}

.img-bottom {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.icon-background {
  background: rgba(255, 255, 255, 0.114);
  border-radius: 6px;
  padding: 0.4rem;
}

.login-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: relative; /* Necesario para que ::before se posicione correctamente */
  z-index: 1; /* Asegura que el contenido esté encima del fondo */
}

.login-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../../img/illustrations/Vector_2640.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1; /* Aplica opacidad solo al fondo */
  z-index: -1; /* Coloca el fondo detrás del contenido */
}


.info-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 14px;
    max-width: 400px;
}

/* Responsividad */
@media (max-width: 900px) {
    .containerRemLog {
        flex-direction: column;
    }
    .login-box, .info-box {
        width: 100%;

    }
    .info-box img {
        width: 60%;
    }
}

.features {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-top: 20px;
}

.features li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  color: #666;
  padding: 20px;
}

.footer img {
  width: 170px; /* Ajusta según el tamaño deseado */
  height: 30px;
  margin-bottom: 10px;
}

.divider1 {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 1.5rem 0;
}

.divider1::before,
.divider1::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #0d6efd !important; /* gris corporativo más visible que #E0E0E0 */
}
.divider1 span {
  padding: 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
}

.divider2 {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1.5rem 0;
}

.divider2::before,
.divider2::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #c7c7c7 !important; /* gris corporativo más visible que #E0E0E0 */
}
.divider2 span {
  padding: 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
}

