@import url("fonts.css");

/* Disable default text-area outline (blue on chrome..) */
textarea:focus, input:focus{
    outline: none;
}

.custom-google-form {
	width: 87%;
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #00667b;
	border: 2px solid #00667b;
	border-radius: 4px;
	padding-top: 0px;
	overflow: hidden;
}

.freebirdFormviewerViewFormCard {

}

.freebirdAccentBackground {
	background: #a7fff4;
	height: 10px;
	width: 100%;
}

.freebirdFormviewerViewFormContent {
	padding: 40px;	
}

.freebirdFormviewerViewHeaderTitle {
	font-family: Montserrat;
	font-weight: bolder;
	font-size: 36px;
	color: white;
	margin-bottom: 30px;
}

.freebirdFormviewerViewHeaderDescription {
	font-family: Montserrat;
	/*font-weight: bold;*/
	font-size: 18px;	
	margin-bottom: 14px;
}

.freebirdFormviewerViewHeaderRequiredLegend {
	font-family: Montserrat;
	/*font-weight: bold;*/
	margin-bottom: 30px;
}

.freebirdFormviewerViewItemsItemItemTitle {
	font-family: Montserrat;
	font-weight: bold;
	margin-bottom: 20px;
}

.quantumWizTextinputPaperinputInput {
	/*background-color: blue;*/
	width: 50%;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	font-family: Montserrat;
	font-size: 16px;
	border: 8px solid white;
	border-radius: 4px;
}

.freebirdFormviewerViewNavigationSubmitButton {
	height: 50px;
	width: 150px;
	margin-top: 50px;
	background-color: #006574;
	border: 2px solid white;
	border-radius: 4px;
	text-align: center;
	font-family: Neosans;
	font-weight: black;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
}

.freebirdFormviewerViewNavigationSubmitButton:hover {
	background-color: #ffa3b1;
}

@media only screen and (max-width: 800px) {
	.custom-google-form {
		width: 100%;
		margin-bottom: 0;
		border-radius: 0;
		border: none;

	}

	.quantumWizTextinputPaperinputInput {
		width: 100%;
	}
}
