.configuration-page-background {
 /* ---- Poner color de fondo ---- */
 /*background: red;*/

 /* ---- Poner imagen de fondo ---- */
 
 background-image: url("https://s3.amazonaws.com/uvoice360.com/public/images/fondo.jpg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
  
}

.configuration-form-background {
 /* ---- Cambiar el fondo del bloque del formulario ---- */
 /*
 background-color: black;
 */
}

.configuration-title {
 /* ---- Cambiar el color del título: Gana 2000 USD Registrate y Gana... ---- */
 /*
 color: green;
  */
}

.configuration-form-icon {
 /* ---- Cambiar el color del icono de éxito o fracaso cuando se finaliza el formulario ---- */
 /*
 filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
  */
}

.configuration-form-text {
 /* ---- Cambiar el color de los textos del formulario y de las pantallas de éxito y fracaso ---- */
 /*
 color: yellow;
  */
}

.configuration-button {
 /* ---- Cambiar el color del botón "Participar" y "Finalizar" ---- */
 /*
 background-color: orange !important;
 color: black !important;
  */
}