
.registro-container {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}
.registro-container label {
    display: block;
    margin-top: 10px;
}



.registro-container input {
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc !important; 
}
.form-group {
    display: flex;
    justify-content: space-between;
}
.form-group div {
    width: 48%;
}
.full-width {
    width: 100%;
}

.submit-btn {
    width: 100%;
    border: 2px solid #355F2E;
    background:  #355F2E !important;
}

.submit-btn:hover {
    background-color: green !important;
    color: white; 
    
}


.input {
    border: 2px solid #355F2E !important;
  
}
label {
color: #355F2E;
}

.terminos-container {
    /*display: inline-flex;*/
    display: flex; 
    align-items: center; 
    /*gap: 5px;*/ 
}




/*para formulario escondido*/
.form-field {
    display: flex; 
    align-items: center; 
    margin-bottom: 10px; 
}

.form-field label {
    width: 100px;
    margin-right: 10px; 
    text-align: right; 
}

.form-field input[type="text"] {
    flex-grow: 1; 
    padding: 8px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
}

.boton-krl { 
    width: 150px;
    height: 40px;
    color: white;
    border-radius: 5px;
}

.contenedor-botones_ {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center; 
    width: 100%; 
  }

.submit-btn-r {
    border: 2px solid red;
    background:   red;
}

.submit-btn-r:hover {
    background-color: rgba(255, 0, 0, 0.377);
    color: white; 
    
}


.boton-izq-krl {
    margin-right: 10px; 
  }
  

  
  .boton-der-krl {
    margin-left: 10px; 
  }

  .caja-input {
    border: 1px dashed red;
  }

  .contenedor-botones-fuera {
    display: flex;
    justify-content: center; 
    gap: 10px; 
}

/* formulario login*/
          
.login-form-container3 {
    /*width: 80%;*/
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid #ccc;
    padding: 20px;
}

.form-group3 {
    
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.form-group3 label {
    display: inline-block;
    margin-bottom: 5px;
    width: 200px !important; 
    box-sizing: border-box; 
}

.form-group3 input {
    width: 50%;
    padding: 8px;
    border: 2px solid #ccc !important;
 
}

.remember-me-container3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me-container3 label {
    margin-left: 5px;
}

.button-f {
    padding: 10px 20px;
    background-color:#355F2E;
    color: white;
    border: none;
    cursor: pointer;
}

.div-f {
    display: flex; 
    text-align: center;
    margin-top: 20px;
}

.div-f p{
    
  margin-right: 50px;
}

.loading {
    font-size: 0.9rem;
    color: #888;
    margin-top: 5px;
}
