.form_login {
  color: #fff;
}

.card_card {


  background-color: #1E8449;
}

.i_text {
  border-radius: 2px;
}

fieldset {

  padding: 20px;
  margin: 10px;
  background-image: url('http://localhost:8080/ambiente/images/capturaa.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 30% 90%;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  border-radius: 9px;

}

legend {

  font-weight: bold;
  margin-left: 15px;
}

.i_form {
  border-radius: 7px;
  border: 2px solid #fff;

}

.i_form:focus {
  border-color: #1b6505;
  outline: none;
}

.i_form:hover {
  border-color: #1d0676;
}





.dropzonee .dz-message {
  font-size: 18px;
  color: #00ff08;
}

.dropzonee .dz-message:hover {
  color: #b30000;
}

.archivos_agarr {
  background-color: #b30000;
  width: 80%;
  padding: 0;

}

.content-wrapper p {
  font-size: 12px !important;
}

.menuuu li:hover {
  
  background-color: #44bd32;

}

.menuuu a:hover{
  color: #ece8e8 !important;
}

.toogle_file{
margin: 10px !important;
  background-color: #e0f2f1 !important;
 border: 1px solid #00796b !important;
}

.card-header{
  background-color: #66bb6a !important;
  color: #fff ;
  font-weight: 200;
}

.s_title{
  margin-top: 20px;
  font-size: 20px !important;
  font-weight: 1000 !important;
  font-family: "Lucida Handwriting", cursive;
}

.fixed-height {
  height: 120px;
}

.img-fluid {
  max-width: 10%;
  height: auto;
}
.img-left {
  align-self: flex-start;
}
.img-right {
  align-self: flex-end;
}

.nav-item-fixed-width {
  width: 250px; /* Ajusta el ancho deseado */
}


.nav_select{
  cursor: pointer;
}

.m_title{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  text-transform: uppercase;
  
}

.input-container {
  display: flex;
  align-items: center;
  /* Alinea verticalmente al centro */
  margin-bottom: 0px;
  /* Espacio entre los campos */
}

.input-container img {
  width: 30px;
  /* Ajusta el tamaño de la imagen */
  height: 30px;
  /* Ajusta el tamaño de la imagen */
  margin-right: 10px;
  /* Espacio entre la imagen y el input */
}

.i_form {
  width: 100%;
  /* Hace que el input ocupe el 100% del ancho */
  padding: 8px;
  /* Espaciado interno del input */
  box-sizing: border-box;
  /* Incluye el padding en el ancho total */
}