body
{
color:black;
}
.copyright{
	
    visibility: hidden;

}


/* Page content */
#page-content{
	background-color:#ffffff;
	
}

/* Content Division */
#page-content .gridContainer{
	background-color:#ffffff;
	
}

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    /*background-color: #eee; /* Grey background */
		background-color: #A020F0; /* Grey background */
    border: 1px solid #ddd; /* Dark grey border */
    color: #333; /* Black text color */
    font-size: 1em; /* Size of text */
    padding: 10px 15px; /* Distance between text and border */
}