/**
* Style for TCP Lead
 * */

 form.tcp-form {
	background: #224a73;
	color: #fff;
	display: flex;
    flex-direction: column;
}
.tcp-form button {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
	height: 3em;
	margin-top: 1em;
	cursor: pointer;
}
.tcp-form input {
    height: 3em;
	width: 100% !important;
}
.tcp-form h2 {
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5em;
}
.tcp-form p {
	text-align: center;
	font-size: 1.25em;
}
.tcp-form label {
	font-size: 1.25em;
}