.container {
  text-align: center;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-icon {
  margin-right: 8px;
}

.form-validate {
  width: 100%;
}

.card {
  background: #fff;
  padding: 2rem;
  border: none;
  /* border-radius: 12px; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  /* max-width: 400px; */
  width: 100%;
}

.card h2 {
  margin-top: 0;
  color: #04235b;
  font-size: 27px;
  font-weight: bold;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px;
  margin: 0.5rem 0 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.forgot {
  text-align: right;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.forgot a {
  color: #04235b;
  text-decoration: none;
}

.forgot a:hover {
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
}

button {
  width: 100%;
  /* background: #007bff; */
  border: none;
  color: white;
  padding: 12px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.divider {
  margin: 1.5rem 0;
  text-align: center;
  position: relative;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background: #ccc;
}

.divider::before {
  left: 0;
}

.divider::after {
  right: 0;
}

.divider span {
  background: white;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.soporte-btn {
  width: 100%;
  background: #0bc081; /* rgb(7, 176, 117);*/
  color: #fff !important;
  border: 1px solid #0bc081;
  padding: 12px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soporte-btn:hover {
  text-decoration: none;
}

.signup {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #a5a4a4;
}

.signup a {
  color: #04235b;
  text-decoration: none;
}

.btn-login-submit {
  background-color: #04235b;
}

@media (max-width: 500px) {
  .card {
    /* margin: 1rem; */
    padding: 1.5rem;
  }
}

@media (min-width: 764px) and (max-width: 1102.98px) {
  .col-md-8 {
    display: none;
  }
  .col-md-4 {
    width: 100% !important;
    margin: 0 auto;
  }

  .card {
    width: 450px;
    /* max-width: 460px; */
    padding: 20px;
    background: #fff;
  }

  .card h2 {
    font-size: 24px;
  }

  .sub-main-w3 {
    padding: 0;
  }
}

@media (max-width: 1214.98px) {
  .col-md-8 {
    display: none;
  }
  .col-md-4 {
    width: 100% !important;
    margin: 0 auto;
  }

  .right-form-agiles,
  .sub-main-w3,
  .container,
  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .card {
    width: 350px;
    max-width: 360px;
    padding: 20px;
    background: #fff;
  }

  .card h2 {
    font-size: 24px;
  }

  .sub-main-w3 {
    padding: 0;
    /* background: #fff; */
    min-height: 0vh;
  }
}

@media (max-width: 900px) {
  .sub-main-w3 {
    padding: 0;
  }
  /* .card {
    width: 100%;
  } */
}

.sub-main-w3 {
  background-color: transparent;
}

/*

.col-md-4 {
  background-color: #04235b0f;
} */

.input-wrapper {
  position: relative;
}

.input-wrapper .toggle-eye {
  position: absolute;
  right: 14px;
  top: 44%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  color: #04235b;
}

.input-wrapper .toggle-eye:hover {
  font-size: 20px;
}

input:focus {
  outline: none;
  box-shadow: none;
}

/* para el texto de agregar seleccion de sucursal */
.text-sucursal {
  float: inline-start;
  color: #04235b !important;
  font-family: sans-serif;
  font-weight: bold;
}
.text-success-new {
  color: #0bc081;
}
