.titulo_form-content{
    border-bottom: #0030b0 solid 4px;
    margin-top: 15px;
} 
.titulo_form-content h1{
    margin: auto;
    background-color: rgb(233, 233, 233);
    text-align: center;
    font-size: 15px; 
    padding: 5px;
    font-weight: bold;
    width: 100%;
    color: #0030b0;
}
.user-contr{
    margin-top:10px;
}
.form-group-input  {
    margin: auto;
    width: 90%;
    border-radius: 10px;
    height: 40px;
    font-size: 12px; 
}
.modify-input input{
    /* background-color: #f1f2f3; */
    border-radius: 10px;
    height: 30px;
    color: black;
}
.field-wrapper input{
    border: black solid 1px !important;
    border-radius: 10px !important;
    height: 10px !important;
    padding: 5px 0px 5px 15px !important;
}
.field-wrapper button{
    background-color: #f59d18 !important;
    border: none;
    color: white !important;
    font-weight: bold;
}

.form-formss{
    padding-left: 150px !important;

}
.form-content img{
    width:  35%; height:  15%;
}
.form-content p{
    text-align: center;
}
.nuevo_usuario {
text-align: center;
margin: 5px;
}
.nuevo_usuario a{
    color: #0030b0;
    font-weight: bold;
}
.nuevo_usuario span{
    margin: 0;
    padding: 0;
    color: black;
    font-weight: bold;
}
.field-wrapper i{
    color: #0030b0;
    font-size: 35px;
    position: absolute;
    top: 15%;
    left: -1%;
}
.text-info{
    margin-top: 5px;
    font-size: 10px;
    color: rgb(121, 121, 121) !important;
}
.text-info strong{
    color: rgb(0, 0, 0);
}
/* .sign-up-divider{ 
    text-align: center;
    color: #0030b0;
    font-size: .8rem;
    letter-spacing: .5px;
    padding: 24px 0;  }
    
    .sign-up-divider::before{
    content: '';
    display: inline-block;
    width: 27%;
    margin-right: 5%;
    height: 1px;
    background: #0030b0;
    vertical-align: middle;
  }
  
    .sign-up-divider::after{
      content: '';
      display: inline-block;
      width: 27%;
      margin-left: 5%;
      height: 1px;
      background: #0030b0;
      vertical-align: middle;
    } */
    .text-infres p{
        position: absolute; 
        bottom:0 ; 
        margin-left:50px;
    }
  /* Cuando la pantalla es menor a 900px  (tablets y teléfonos inteligentes)*/
@media only screen and (max-width: 900px) {
    .text-infres p{
        margin-left:0px;  
        left: 0;
        width: 100%;
        display: none;
    }
    .form-formss{
        padding-left: 00px !important;
    
    }
  }
    