
/*= MC Contactform ============ */

/** MC Contactform >> Label **/
.et_pb_code_inner > p:nth-of-type(2) > label {
	color: rgb(255, 255, 255) !important;
}

/** MC Contactform >> Label Copy 1 **/
.et_pb_code_inner > p:nth-of-type(3) > label {
	color: rgb(255, 255, 255) !important;
}

/** MC Contactform >> Label Copy 2 **/
.et_pb_code_inner > p:nth-of-type(4) > label {
	color: rgb(255, 255, 255) !important;
}

/** MC Contactform >> Paragraph (#1) **/
.nlformular .et_pb_code_inner > p:nth-of-type(1) {
	opacity: 0 !important;
}

/** MC Contactform >> Link **/
.et_pb_code_inner a {
	color: rgb(255, 255, 255) !important;
}

/** MC Contactform >> Submit input **/
.et_pb_code_1 input[type="submit"] {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(98, 175, 206) !important;
}

