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

 /* ---- Poner imagen de fondo ---- */
 
 background-image: url("https://s3.amazonaws.com/staging.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: rgba(255, 255, 255, 1) !important;
 */
}

.register-form {
  background-color: rgba(255, 255, 255, 1) !important;
}

.question-answer-radio {
  accent-color: rgba(100, 0, 125, 1) !important;
}

.question-number, .question-data-title {
  color: rgba(100, 0, 125, 1) !important;
}

.question-data-answer {
  margin-bottom: 20px;
}

.question-title, .question-answer-text, .question-data-terms {
  color: rgba(50, 50, 50, 1) !important;
}

.form-button {
  background-color: rgba(100, 0, 125, 1) !important;
  box-shadow: none !important;
}

.validation-feedback {
  width: 100%;
  margin-top: -1rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
  margin-bottom: 20px;
}

.content-background {
  background-color: rgba(255, 255, 255, 1);
}

.content-modal-notification {
  max-width: 95%;
}

.msg-description {
  color: rgba(50, 50, 50, 1);
}

footer {
  background-color: rgba(26, 0, 36, 1) !important;
}

.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%);
  */
  max-width: 106px;
}

.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;
  */
}