.compWrapper img {
	display: block;
	width: 100%;
}

#stormzyForm {
	padding: 20px;
	background-color: #eceee3;
}

.inputsContainer {
	width: 60%;
	margin: 0 auto;
}

#stormzyForm input[type=text],
#stormzyForm input[type=email],
#stormzyForm input[type=tel],
#stormzyForm input[type=submit],
#stormzyForm select {
	width: 100%;
	height: 43px;
	box-sizing: border-box;
	padding: 7px 3%;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	-webkit-appearance: none!important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, 0.6);
	border: 0;
}

#stormzyForm select {
	cursor: pointer;
}

#stormzyForm input#submit1 {
	border: 0;
	cursor: pointer;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}

#stormzyForm #cityOther,
#stormzyForm #talentOther {
	display: none;
}

.instagramMessage {
	font-family: arial;
}

.compWrapper .formError {
	display: none;
	color: red;
	font-family: arial;
}

.consentCheckboxes {
	margin-bottom: 20px;
}

.consentCheckboxes input {
	width: 16px;
	height: 16px;
	margin-bottom: 10px;
}

.consentCheckboxes label {
	position: relative;
	bottom: 5px;
	font-weight: bold;
	font-size: 9px;
	font-family: Arial;
}

.terms {
	font-weight: bold;
	font-size: 9px;
	color: #000;
	font-family: Arial;
	text-align: center;
	display: block;
}

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}
div#pagesStormzy {
    background: #eceee3;
}