@CHARSET "ISO-8859-1";

body {
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
  background-color: #f4f6fb;
}

.form-signin {
  /* max-width: 330px; */
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.control-label {
  margin-left: 25px;
  color: black;
  font-weight: 500;
  line-height: 40px;
}

.form-control {
  margin-bottom: 20px;
  border: 1px solid #303030;
  border-radius: 1px;
}

.div-btnLogin {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.div-btnObtenerAcceso {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.div-btnCrearCuenta {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn-login,
.btn-obtenerAcceso {
  padding: 8px 0px;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 500;
  background-color: #03488F;
  border-color: #013970;
  color: white;
  width: 100%;
}

.btn-crearCuenta {
  padding: 8px 0px;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 500;
  background-color: #0789f4;
  border-color: #0789f4;
  color: white;
  width: 100%;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}

a:hover {
  text-decoration: none;
  color: #022F5B;
}

.div-a-forgotten {
  padding-top: 10px;
  text-align: center;
}

.a-forgotten {
  text-align: center;
  color: #0789f4;
  font-weight: 500;
}

.remember-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.div-container-login {
  width: 80%;
  padding: 2rem;
  border-radius: 0.3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.7rem #cdcdcd;
  box-shadow: 0 0 0.7rem #cdcdcd;
}

.div-Acceso {
  width: 50%;
  padding-right: 2.3rem;
  border-right: 0.1rem solid #e2e2e2;
}

.div-ObtenerAcceso {
  width: 50%;
  position: relative;
  padding-left: 2.3rem;
}

.div-crearCuenta {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* ESTILO PARA HACER QUE LOS LABELS SE MUEVAN -> JUNTO A LOGIN.JS */
.form-login {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: inline-block;
  font-size: 15px;
}

.div-form-labelinput {
  display: flex;
  flex-direction: column;
}

.label-login {
  margin-left: 0.75rem;
  transition: all 0.15s ease-in;
  transform: translateY(38px);
  pointer-events: none;
}

.moveUp {
  transform: translateY(17px);
  background-color: white;
}

/* FIN ESTILO PARA HACER QUE LOS LABELS SE MUEVAN */

.label-login {
  padding-right: 6px;
  padding-left: 6px;
  /*color: #03488f;*/
  color: #949494;
  font-size: 14px;
  font-weight: 400;
}

.input-login {
  /*border-color: #005296;*/
  border: 1px solid black;
  border-color: #949494;
  border-radius: 3px;
  border-width: 1px;
  height: 2.5rem;
  background: #fff;
  padding: 0.5rem 1rem;
  outline: none;
}

.imgIconPassword {
  cursor: pointer;
  z-index: 2;
  transform: translateY(-125%);
  margin-left: auto;
  margin-right: 15px;
}

.label-recordarPassword,
.input-recordarPassword {
  cursor: pointer;
}

.li-ventajas {
  list-style-type: none;
  text-align: left;
}