body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background: #ffffff;
}

 .ui-page { 
  	background: white;
  	min-height: 100vh;
 }
 
.error {
	display: none;
	color: red;
	margin: 0.5rem 0;
	font-size: 0.95rem;
}

.error span {
	font-weight: 600;
}


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

.formElement {
	max-width: 480px;
	margin: 0 auto 1rem auto;
	padding: 0 1rem;
	box-sizing: border-box;
}

#eventCode {
	width: 100%;
	max-width: 320px;
	padding: 0.6rem 0.8rem;
	font-size: 1rem;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#buttonWrapper {
	margin-top: 1rem;
}

#buttonWrapper input[type="button"] {
	width: 100%;
	max-width: 200px;
	padding: 0.6rem 0.8rem;
	font-size: 1rem;
	border-radius: 4px;
	border: none;
	background-color: #ffaa00;
	color: #fff;
	cursor: pointer;
}

#buttonWrapper input[type="button"]:active {
	opacity: 0.85;
}

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

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

.formElement {
	max-width: 450px;
}

#buttonWrapper input[type="button"] {
	width: 150px;
}
}