/* SINGLE SIGN UP */

/* UI Elements
  ========================================================================== */
a {
	color: #ff9900;
}

/* Body wrapper
  ========================================================================== */
body {
	background: #000 url(single-sign-up-career-fair.jpg) center top no-repeat;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	padding: 1em;
	box-sizing: border-box;
	width: 100%;
	font-family: 'Helvetica-Neue', Helvetica, Arial, Tahoma, sans-serif !important;
}


/* Form Box
  ========================================================================== */
#form-box {
	margin-top: 2em;
	padding: 2em;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #3D4045;
	border-radius: 8px;
	box-shadow: 0 0 11px 3px #333;
}

@media (max-width: 414px) {
   #form-box {

	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px)
and (orientation : landscape) {
	#form-box {
	}
}


/* The Logo
  ========================================================================== */
#form-box #logo {
	margin-bottom: 40px;
}

#form-box #logo img {
	display: block;
	max-width: 120px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}


/* Intro text
  ========================================================================== */
#form-box p {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 40px;
}

@media (max-width: 414px) {
	#form-box p {
		margin-bottom: 5px !important;
	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px)
and (orientation : landscape) {
	#form-box	p {
		margin-bottom: 5px !important;
	}
}

/* Copyright
  ========================================================================== */
#copyright {
	font-size: 14px;
	font-style: italic;
	color: #fff;
	line-height: normal;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-shadow: 0 1px 0 #333;
}

#copyright a {
	color: #ff9900;
}

@media (max-width: 414px) {
	#copyright {
		position: static;
		bottom: auto;
		right: auto;
		text-align: center;
		margin-top: 20px;
	}
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px)
and (orientation : landscape) {
	#copyright {
		position: static;
		bottom: auto;
		right: auto;
		text-align: center;
		margin-top: 20px;
	}
}


/* Marketo Form
  ========================================================================== */
#form-box form.mktoForm label {
	display: none !important;
}

#form-box form.mktoForm .mktoFieldWrap {
	float: none !important;
}

#form-box form.mktoForm .mktoOffset {
	display: none !important;
}

#form-box form.mktoForm div,
#form-box form.mktoForm span,
#form-box form.mktoForm label,
#form-box form.mktoForm p {
	text-align: center !important;
	width: 100% !important;
}

#form-box form.mktoForm .mktoGutter {
	display: none !important;
}

#form-box .mktoButtonRow,
#form-box .mktoButtonWrap {
	margin-top: 3px !important;
}
