#about {
	position: relative;
}

body {
	min-height: auto;
}

#rater-id {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.has-error .help-block {
	color: #ffb7b7;
	font-size: 1.4em;
}

html {
	min-height: 100%;
}

#instructions {
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	box-shadow: 0px 5px 20px #B9C3CD;
	margin-bottom: 50px;
	padding-top: 1em;
	position: relative;
	opacity: .85;
	z-index: 1;
}

	#instructions h1 {
		margin-bottom: 1em;
	}

	#instructions p {
		padding-top: .75em;
	}

li {
	margin-top: 1em;
}

#login-form {
	margin: 120px auto 100px;
	max-width: 300px;
	position: relative;
	z-index: 1;
}

#password {
	border-radius: 0;
}

#personality-man {
	background: url("../img/logo.png") no-repeat;
	background-size: 100%;
	height: 40vw;
	min-width: 400px;
	max-width: 600px;
	min-height: 500px;
	position: absolute;
	right: 5vw;
	top: 80px;
	width: 40vw;
	z-index: 0;
}

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

#submit {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 100%;
}