
#banner {
	background-image: url(/d/stlouis/i/banner-pre.jpg?lu=20181203);
}
body[id^='registration'] #banner {
	display: none;
}
#ocyp {
	margin-left: 515px;
}
#ocyp span {
	padding: 0;
	color: #c70f2e;
	background-color: transparent;
}

#login-div {
	position: absolute;
	top: 20px;
	left: 215px;
	width: 254px;
	height: 319px;
	background-color: rgba(255, 255, 255, 0.902);
	z-index: 100;
}

#login-div h2 {
	height: 70px;
	line-height: 70px;
	margin: 0;
	padding: 0;
	color: #001833;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
#login-div a.closer {
	display: block;
	position: absolute;
	right: 12px;
	top: 11px;
	height: 10px;
	width: 10px;
	line-height: normal;
}
#login-form {
	padding: 0 27px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	height: 28px;
	width: 190px;
	margin-bottom: 10px;
	padding: 0 8px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	text-align: left;
}

#login-div div[data-passview-wrapper="true"] [data-passview-target="button"] {
	top:calc(50% - 5px);
}
#login-form #login-remember {
	margin-top: 20px;
}
#login-form input[type="checkbox"] {
	transform: scale(1.5);
}
#login-form #sysRememberMe + label {
	font-size: 14px;
	vertical-align: top;
}
#login-form input[type="submit"].signin {
	display: block;
	height: 45px;
	width: 100%;
	line-height: 45px;
	margin: 22px 0;
	border: 0;
	border-radius: 22px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #001833;
}
#login-form a {
	font-size: 14px;
	color: #0065bb;
	text-decoration: none;
}
#login-form a:hover {
	text-decoration: underline;
}
#login-form a.forgot {
	float: left;
}
#login-form a.register {
	float: right;
}

#missing-children-banner {
	margin-top: 50px;
	height: 100px;
	line-height: 100px;
	background-color: #1a3048;
}
#missing-children-banner img {
	vertical-align: middle;
}
#missing-children-banner h2 {
	display: inline-block;
	margin: 0;
	margin-left: 70px;
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
	vertical-align: middle;
}
#missing-children-banner a {
	float: right;
	display: block;
	margin-top: 36px;
	font-size: 14px;
	color: #ffffff;
	line-height: normal;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
}
#missing-children-banner a span {
	font-size: 18px;
	color: #c70f2e;
	text-decoration: none;
}
#missing-children-banner a:hover {
	text-decoration: underline;
}
#missing-children {
	padding-top: 36px;
	height: 364px;
	background-color: #f1f2f2;
}
#missing-children .child {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	width: 270px;
	height: 260px;
	background-color: #ffffff;
}
#missing-children .child:last-of-type {
	margin-right: 0;
}
#missing-children .child h3 {
	margin: 0;
	padding-left: 10px;
	height: 34px;
	line-height: 34px;
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	background: url(/d/stlouis/i/child-banner.png) left center no-repeat;
}
#missing-children .child p {
	padding: 6px 20px 0 20px;
	font-size: 14px;
}
#missing-children .child p span {
	color: #0065bb;
}
#missing-children .child p.name {
	margin-bottom: 10px;
}
#missing-children .child p.name a {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#missing-children .child p.name a:hover {
	text-decoration: underline;
}
#missing-children .child p.location span {
	text-transform: uppercase;
}
#missing-children .child p.reporter {
	font-style: italic;
}
