body {
  background-color: #EEEEEE !important; 

  /* background-color:#FF5733; */
}

.container-fluid{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.main-rectangle {
  display: flex;
  text-align: center;
  width: 30%;    
  padding: 8% 8px 6% 8px;
  background: #ffffff;
  border-radius: 12px; 
  align-content: center;
  justify-content: center;
  margin: 20vh 0;
  flex-direction: column;
  z-index: 2;
}

.logo-rectangle {
  display: flex;
  text-align: center;
  align-content: center;
  /* background: #b5111a; */
  width: 8%;
  height: 12vh;    
  position: absolute;
  top: 22%;
  left: 46%;
  border-radius: 12px 0px 12px 0px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 3;
}

.logo-rectangle-reset {
  display: flex;
  text-align: center;
  align-content: center;
  /* background: #b5111a; */
  width: 8%;
  height: 12vh;    
  position: absolute;
  top: 20%;
  left: 46%;
  border-radius: 12px 0px 12px 0px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 3;
}

.btn-submit {
  width: 60%;
  height: 38px;
  padding: 0px 10px 0px 10px;
  background: #b5111a;
  color: #ffffff;
  border-color: #b5111a;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px 10px 10px 10px;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.form-check {
  display: flex;
  flex-direction: row;
}

.check-ldap {
  align-self: flex-start;
  width: 3%;
}
.check-label-ldap {
  margin-left: 5px;
  font-weight: normal
}


.login-help-block {
  display: flex;   
  color: #b94a48; 
  font-size: x-small
}
@media (max-width: 1024px) { 
  .main-rectangle {
      width: 95%; /* Más ancho en pantallas pequeñas */
      margin: 20vh auto;
      padding: 11vh 4vh;
  }

  .logo-rectangle {
      width: 30%;
      height: 20%;
      top: 19%;
      left: 35%;
  }

  .input-group {
    width: 60% !important;
  }

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

  .btn-submit {
      font-size: 12px;
  } 
}
@media (max-width: 768px) { 
  
  .main-rectangle {
      width: 95%; /* Más ancho en pantallas pequeñas */
      margin: 20vh auto;
      padding: 11vh 4vh;
  }

  .logo-rectangle {
      width: 30%;
      height: 20%;
      top: 19%;
      left: 35%;
  }

  .input-group {
    width: 75% !important;
  }

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

  .btn-submit {
      font-size: 12px;
  } 
}

@media (max-width: 480px) {
  .main-rectangle {
      margin: 10vh auto;
  }

  .logo-rectangle {    
    top: 15%;
  } 

  .input-group {
    width: 100% !important;
  }

  .fg-login {
    margin-left: 0px !important;
  }

 .btn-submit {
   width: 100%;
  }
/*
  .check-label-ldap {
      font-size: small;
  } */
}

.reset-rectangle {
    display: flex;
    text-align: center;
    width: 30%;
    /* height: 40vh; */
    padding: 8px 8px 8px 8px;
    background: #ffffff;
    border-radius: 12px; 
    align-content: center;
    margin: 20vh 0;    
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10vh;
}


.panel-heading {
   font-weight: 600;
   font-size: medium; 
}