.imagen_perfil_usuario {
  text-align: center;
}
.imagen_perfil_usuario img {
  width: 100px;
}
input{
  color: white !important;
  background-color: black !important;
}

textarea{
  color: white !important;
  background-color: black !important;
}

select{
  color: white !important;
  background-color: black !important;
}

.contenedor_boton_form{
  text-align: center;
}
