/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 15:33:06 */
/* 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 */ 
.mpp-innerpage h3,
.mpp-innerpage h5 {
  display: none !important;
}

h1#customFormTitle, #customFormDescription, #mpp-innerpage {
    display: none!important;
}

input#submitButton, #verificationButton {
    background: black!important;
	width: 100%!important;
	display:block!important;
	margin-left: 0px !important;
}

input.mppw-form-field__control, textarea.mppw-form-field_alt-control {
	border: 1px solid black!important;
}

.mppw-form-field__control:not([value=""]) + .mppw-form-field__label, .mppw-form-field__control:focus + .mppw-form-field__label, .mppw-blue{
	color:black!important;7
}

.mppw-form-field-alt {
	border:none!important;
}