html,
body {
  height: 100%;
  width: 100%;
  background-color: #f5f5f5 !important;
  display: flex;
  align-items: center !important;
}

.panel {
  background-color: #fff;
}

.panel__left-title {
  font-size: 2rem;
  color: #bb3b0e;
}
.panel__left-title-logo {
  width: 40px;
  height: auto;
  padding-right: 5px;
}

.panel__left-body {
  padding: 30px 0px;
}
.form-group label {
  font-weight: 400;
  font-size: 0.9rem;
}
input::placeholder {
  font-weight: 400;
  font-size: 0.9rem;
}
.btn-primary {
  background-color: #085db2 !important;
  border: #085db2 !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}

.panel__left-footer a {
  font-size: 0.9rem;
  font-weight: 300;
}
.panel__right {
  background-color: #085db2;
}

.panel__right-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-top: 25%;
}

.panel__left-img {
  position: absolute;
  bottom: 1.8rem;
  left: 0;
}
.panel__left-img img {
  width: 100%;
  height: auto;
}

.form-row-custom {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.password-input-group {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 52px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
}

.password-toggle:hover {
  color: #085db2;
}

/* Asegurar que los inputs de contraseña tengan espacio para el icono */
.password-input-group input {
  padding-right: 35px;
}
