.main_title {
    margin-bottom: 20px;
	color: #0194f3;
	font-weight: bold;
	font-size: 80px;
}

form.pmpro_form > div{
	margin: 30px 0;
}

#pmpro_form .pmpro_checkout h3{
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #04a7ff;
	background: rgba(204, 204, 204, 0.5);
	padding-top: 10px;
	padding-bottom: 10px;
}

.pmpro_checkout h3 span{
	color: #04a7ff;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#pmpro_pricing_fields {
    display: none;
}

hr{display: none;}

.pmpro_checkout-fields{
	margin: 20px 0;
}

form.pmpro_form .pmpro_checkout-field{
	width: 45%;
	margin-left: 1%;
	display: inline-block;
	height: 35px;
}

.pmpro_checkout .pmpro_checkout-fields .pmpro_checkout-field label{
	text-align: left;
	margin-top: 15px;
	font-weight: normal;
}

form.pmpro_form .input{
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px;
	border:none;
	border-bottom: 1px solid #1a83be;
}

form.pmpro_form .input:focus, form.pmpro_form select {
	outline: none;
}

form.pmpro_form .pmpro_submit{text-align: left;}

.pmpro_btn.pmpro_btn-submit-checkout{
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	padding: 13px 29px;
	line-height: 17px;
	text-transform: uppercase;
	background: rgba(26, 131, 190, 0.7);
	box-shadow: 0 3px 0 0 rgba(23, 115, 166, 0.7);
	border-radius: 2px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	outline: none;
}

.pmpro_btn.pmpro_btn-submit-checkout:hover{
	background: rgb(26, 131, 190);
	box-shadow: 0 3px 0 0 rgb(23, 115, 166);
}

form.pmpro_form select{
	width: 45%;
	display: inline-block;
	border: none;
	border-bottom: 1px solid #1a83be;
	box-shadow: none;
}

.pmpro_checkout-field.pmpro_checkout-field-username{display: block !important;}
.pmpro_checkout-field.pmpro_payment-cvv{clear: right;}

