body {
		
}

 .ui-page { 
  	background: white;
 }
 
.error {
	display: none;
	color: red;
}

.error span {
}


.logo {
	background-image: url("/coc/ctaevent/img/Continental13_Logo_137c_WhtBG.jpg");
	min-width: 200px;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center;
}

.formElement {
	//width: 450px;
}


@media all and (min-width: 100px) {
.logo {
	background-image: url("/coc/ctaevent/img/Continental13_Logo_137c_WhtBG.jpg");
	background-size: 300px;
}
}

@media all and (min-width: 500px) {

.logo {
	background-image: url("/coc/ctaevent/img/Continental13_Logo_137c_WhtBG.jpg");
	background-size: 500px;
	background-position-y: bottom;
}

.formElement {
	width: 450px;
}

#buttonWrapper {
	width: 150px;
}

	
	
}