#header {
  background:none;
}

@font-face {
  font-family: Montserrat;
  src: url('/autenticacion/module.php/themeujaen3/assets/Montserrat-Regular.woff2?tag=a2fe3') format('woff2');
}

a:hover {
  color: #636466;
	text-decoration: underline;
  background-color: initial;
}
a {
	color: #006D38;
	text-decoration: none;
}
.boton_login{
  outline: 0;
  background: #006D38;
  width: 50%;
  border: 0;
  padding: 15px;
  color: #F5F6F6;
  font-size: 14px;
  cursor: pointer;	
  margin-left: 25%;
  font-weight: 700;
  text-transform: uppercase;
}
.siduja_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;  
}
.siduja-pagina {
  width: 510px;
  margin: auto;
}
input[type='text'], input[type='password'] {
  font-family: 'Montserrat', sans-serif;
  outline: 0;
  background: #F5F6F6;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
body {
font-family: "Montserrat", sans-serif;    
}

.vl-verde {
  background-color: #006D38; height: 400px; width: 6px; margin-right: 20px; margin-left: 20px;
}
.siduja-box {
  flex-grow: 1;
  flex-direction: column; 
}
.clave-box {
  display: flex;
  flex-grow: 0;
  flex-direction: column; 
}
.clave-box ul li {
  cursor: pointer;
}
@media all and (max-width: 1100px) {
  .vl-verde {
      height: 6px;
      flex-basis: 100%;
      margin-top: 20px;
      margin-right: 20px;
  }
  .siduja-box {
      flex-basis: 100%;
      flex-direction: column;
  }
  .clave-box {
      flex-basis: 100%;
  }
}
@media all and (max-width: 510px) {
  .siduja_logo {
      width: 100%;
  }
}

#flex-container-dual {
  display: flex; 
  justify-content: space-around; 
  flex-flow: row wrap; 
  align-items: center; 
  width: 100%
}

#submit_button {
  background: #006D38; 
  color: #F5F6F6; 
  text-transform: uppercase; 
  font-weight: 700;
}

#submit_button:disabled {
    cursor: not-allowed;
    opacity: 0.7; /* Hace que el botón deshabilitado se vea un poco transparente */
}

#loadingSpinner {
  display: none;
}

#img-clave2 {
  padding: 10px;
}

.div-error {
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; 
  background: #f5f5f5
}

.div-error p img {
  margin: 15px; 
  vertical-align: middle;
}

#loadingSpinner {
    height: 20px; /* Ajusta el tamaño del spinner */
    width: 20px; /* Asegura que sea cuadrado si es un spinner circular */
    margin-left: 8px; /* Espacio entre el texto del botón y el spinner */
    vertical-align: middle; /* Alinea verticalmente con el texto (aunque flexbox ya ayuda) */
}

