body {
    background: rgb(246, 248, 251);
    font-family: 'Roboto', ;
}

.login-box {
    margin-top: 75px;
    height: auto;
    background: #1A2226;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 1;
}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: #ECF0F5;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

/* input[type=email] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #ECF0F5;
}

input[type=password] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #ECF0F5;
} */

.form-group {
    margin-bottom: 40px;
    outline: 0px;
}

/* .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #0DB8DE;
    outline: 0;
    background-color: #1A2226;
    color: #ECF0F5;
} */

/* input:focus {
    outline: none;
    box-shadow: 0 0 0;
} */

/* label {
    margin-bottom: 0px;
} */

.form-control-label {
    font-size: 10px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #0DB8DE;
    color: #0DB8DE;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
    background-color: #0DB8DE;
    right: 0px;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}

/* Estilos generales para el cintillo */
.bienvenida {
    background-color: rgb(21, 101, 192);
    color: #ffffff;
    padding: 2% 20px;
}

/* Estilo y tamaño del logo */
.bienvenida img {
    min-width: 100px; /* Ajusta este tamaño según lo necesario */
}

/* Estilo de texto */
.bienvenida .unem-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    text-align: right;
}

/* Responsividad */
@media (max-width: 768px) {
    .bienvenida .unem-text {
        font-size: 1rem;
    }
    .bienvenida img {
        max-width: 80px;
    }
}

@media (max-width: 576px) {
    .bienvenida .unem-text {
        font-size: 0.9rem;
        text-align: center;
    }
    .bienvenida img {
        max-width: 70px;
        margin-bottom: 5px;
    }
}


/* Estilo básico y centrado para el pie de página */
#footer {
    background-color: rgb(21, 101, 192);
    color: #fff;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 14px;
}

#footer .copyright p {
    margin: 5px 0;
}

#footer .credits strong {
    font-weight: bolder;
    color: orange;
}

/* Ajuste de texto en pantallas más pequeñas */
@media (max-width: 576px) {
    #footer {
        font-size: 12px;
    }
}

/* .load-more {
    background-color: #e1e1e1;
    color: #444;
    display: block;
    font-family: sans-serif;
    height: 3em;
    line-height: 3em;
    margin: 10em auto;
    overflow: hidden;
    padding: 0 3em;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease, background-color 0.01s ease, color 0.01s ease;
    width: 10em;
  } */
  .load-more.load-more--loading {
    -webkit-animation: rotate 1.5s linear infinite;
            animation: rotate 1.5s linear infinite;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    background-color: transparent;
    border: 0.3em solid #e1e1e1;
    border-radius: 1.5em;
    border-top-color: #444;
    box-sizing: border-box;
    height: 3em;
    color: transparent;
    padding: 0;
    pointer-events: none;
    width: 3em;
  }
  
  @-webkit-keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }




  /*OTRO STYLO*/

  .component-login{
    border: 1px solid rgb(235, 235, 235);
    max-width: 30em;
    margin: auto;
    border-radius: 10px;
  }

  .btn{
    cursor: pointer;
  }

  .form-control{
    border: 1px solid rgb(235, 235, 235);
  }

  label{
    font-weight: 700 !important;
  }

  .footer{
    border-top: 1px solid rgb(236, 236, 236);
  }

  .page-body{
    
  }