/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2024 | 18:31:43 */
/* Cambiar el fondo del formulario a negro */
.wpforms-form {
    background-color: #000000 !important;
    padding: 20px;
}

/* Cambiar el color de las letras a blanco */
.wpforms-form label, 
.wpforms-form input, 
.wpforms-form textarea {
    color: #ffffff !important;
}

/* Cambiar el color de los campos de entrada */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form textarea {
    background-color: #333333 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

/* Cambiar el color del botón de envío */
.wpforms-submit {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none;
}

/* Cambiar el color del botón al pasar el mouse */
.wpforms-submit:hover {
    background-color: #cccccc !important;
    color: #000000 !important;
}
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

