#independent-payment{
	background-color: #fff;
	width: 70%;
	float: none;
	margin: 150px auto 50px auto;
	display: block;
}

#independent-payment h1{
	font-size: 28px;
	font-weight: 600;
	margin: 50px 0 0 0;
	text-align: left;
}

#independent-payment #mcurrency{
	float: left;
	font-size: 18px;
	display: inline-block;
	width: 100%;
}

#independent-payment #mcurrency .change_currency{
	font-weight: 600;
	margin: 0 2px;
}

#independent-payment #mcurrency .change_currency:hover{
	color: #3c5ddf;
}

#independent-payment .content{
	background: rgb(255, 255, 255);
	width: calc(100% - 40px);
	box-shadow: 2px 2px 20px #ccc;
	display: inline-block;
	padding: 30px 20px !important;
}

#independent-payment input,
#independent-payment select{
	background: #fff;
	padding: 10px 0;
}

#independent-payment .gform_wrapper label.gfield_label{
	font-weight: 600 !important;
	font-size: inherit;
	color: #000;
}

#independent-payment .change_currency form{
	display: inline-block;
}

#independent-payment .change_currency input[type=submit]{
	background-color: #fff !important;
	color: #3c5ddf !important;
	min-width: auto !important;
}

#independent-payment .change_currency input[type=submit]:hover{
	cursor: pointer;
	background-color: #fff !important;
}

#independent-payment input[type=submit]{
	background-color: #3c5ddf !important;
	color: #fff  !important;
	min-width: 250px;
	text-align: center;
	border: 0 !important;
	padding: 0 !important;
}

#independent-payment input[type=submit]:hover{
	background-color: rgba(41,45,51,1) !important;
}
