body {
	font-size: 18px;
}
.panSubmit
	{
		float: none;
		font-size: 26px;
		width: 242px;
		height: 55px;
		margin: 0;
		padding: 8px 60px;
		color: black;
		background: #e1c71a;
		border: 0;
		text-transform: uppercase;
		border-radius: 4px;
	}
.submit 
	{
		text-align: center !important;
		padding: 50px 0 !important;
		clear: both !important;
	}
.control-group-short {
		width: 40% !important;
		float: left !important;
		/* padding: 8px; */
		box-sizing: border-box !important;
		margin-left: 30% !important;
		margin-right: 30% !important;
		border: 0 !important;
		border-bottom: 1px solid black !important;
		color: black !important;
	}
.panSubmit1 {
		float: none;
		font-size: 26px;
		width: auto;
		margin: 0;
		padding: 8px 60px;
		color: black;
		background: #e1c71a;
		border: 0;
		text-transform: uppercase;
		border-radius: 4px;
	}
.input[placeholder] {
		color: black;
	}
.input-superlarge {
		background: transparent;
		border: none;
		height: 55px;
	}
#phone_country {
		background: transparent;
		border: none;
		border-width: 0px;
		height: 55px;
	}
.incorrect-phone {
    border: solid !important;
    border-color: #ff0000 !important;
}
input[disabled], button[disabled] {
    background-color: #e1c71a;
}