/**
* Theme Name: Industrial Child
* Description: This is a child theme of Industrial, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/Anps/portfolio">AnpsThemes</a>
* Template: industrial
* Version: 1.6.1
*/


.form-centered{
	margin-right: auto;
	margin-left: auto;
}

.form-centered label{
	width:98%;
	padding:1%;
}

.form-centered td{
	width: 48%;
	padding:2%;
	padding-bottom: 0%;
}
.form-centered input[type="checkbox"]{
	width:15px;
}

.form-centered .wpcf7-submit:hover{
	color: #3498db;
    background-color: white;
    border: 1px solid #3498db;	
}
.form-centered .wpcf7-submit{
	color: white;
    background-color: #3498db;
	padding: 10px 20px;
}