#about {
	position: relative;
}

	#about strong {
		display: block;
	}

body {
	background: #fff;
	padding-bottom: 100px;
}

#browser-warning {
	position: relative;
	margin-top: 100px;
	z-index: 10000;
}

h1 {
	text-align: center;
}

#about h1 {
	padding-bottom: 1em;
}

#about h2 {
	color: #c70e00;
	font-size: 14pt;
	font-weight: bold;
	margin: 1em 0 1em 0;
	text-align: center;
}

#exclusive-warning {
	max-width: 500px;
	margin: 0 auto;
}

#extra-space {
	padding-top: 2em;
}

.font-weight-bold {
	color: green;
	font-style: italic;
}

.has-error .help-block {
	background: #d9534f;
	border-color: #d43f3a;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2em;
	padding: 5px;
	position: relative;
	z-index: 1;
}

html {
	min-height: 100%;
}

#jumbotron {
	/*
	background-color: #315373;
	background: linear-gradient(#315373, #849bb2);
	*/
	background-image: url("/img/clouds.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	
	display: block;
	min-height: 40vh;
	padding: 130px 30px 30px;
}

li {
	margin-top: 1em;
}

#login-form {
	margin: 0 auto 100px;
	max-width: 325px;
}

	#login-form .checkbox label {
		color: #fff;
		text-shadow: 0px 0px 3px #000;
	}

#researchers {
	background: #EFEFEF;
	border-radius: 0 0 20px 20px;
	margin-top: 20px;
	padding-bottom: 1em;
}
	
	#researchers h2 {
		font-size: 1.2em;
		padding-bottom: 1em;
		text-align: center;
	}
	
	#researchers span {
		unicode-bidi: bidi-override;
		direction: rtl;
	}

	#researchers .researcher {
		padding-bottom: 1em;
	}

#submit {
	width: 100%;
}

.whats-in-it-for-me li {
	list-style-type: circle;
	margin-top: 0;
}