body {
	font-family: 'Roboto', sans-serif;
}
main {
	padding: 60px 0;
}
h1 {
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	margin: 0 30px 15px;
}
h2 {
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	margin: 30px 0 15px;
}


/* Bootstrap overrides for form elements */
.form-group-lg {
	margin-bottom: 25px;
}
.form-group-lg label {
	text-transform: uppercase;
}
.form-group-lg .form-control {
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	transition: all 0.15s ease-in-out;
}
.form-group-lg .form-control:focus,
.form-group-lg .form-control:hover {
	border-color: #888;
	box-shadow: none;
}
.help-block {
	font-size: 90%;
	line-height: 24px;
	position: relative;
	margin-top: 10px;
}
.help-block > a {
	color: #515d6a;
	margin-left: 28px;
	border-bottom: 1px solid rgba(81, 93, 106, 0.3);
	transition: all 0.15s ease-in-out;
}
.help-block > a:focus,
.help-block > a:hover {
	text-decoration: none;
	outline: none;
	border-bottom-color: rgba(81, 93, 106, 0.8);
}
.help-block > a > .fa {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: rgba(81, 93, 106, 0.15);
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: all 0.15s ease-in-out;
}
.help-block > a:focus > .fa,
.help-block > a:hover > .fa {
	color: #fff;
	background-color: rgba(81, 93, 106, 0.85);
	transform: scale(1.1);
}


/* Sign In form specific styles */
.idp3_form {
	background-color: #fafafa;
	padding: 30px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #eaeaea;
	border-radius: 2px;
}
.idp3_form-submit {
	color: #fff;
	background-color: #515d6a;
	border: none;
	border-radius: 3px;
	transition: all 0.15s ease-in-out;
}
.idp3_form-submit:focus,
.idp3_form-submit:hover {
	color: #ffd75f;
	outline: none;
}
.idp3_error {
	padding: 15px 30px;
	border-radius: 0;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}
.idp3_error-show {
	opacity: 1;
}
.idp3_sidebar h2:first-of-type {
	margin-top: 0;
}
.idp3_sidebar-link {
	color: #7a0019;
	border-bottom: 1px solid rgba(122, 0, 25, 0.3);
	transition: border-bottom-color 0.15s ease-in-out;
}
.idp3_sidebar-link:focus,
.idp3_sidebar-link:hover {
	color: #7a0019;
	text-decoration: none;
	outline: none;
	border-bottom-color: rgba(122, 0, 25, 0.85)
}
.idp3_confirmation-message {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}
.idp3_duo-container {
	height: 370px;
	border: 5px solid #f0f0f0;
}


/* Breakpoint specific styles */
@media (max-width: 991px) {
	main {
		padding: 30px 0;
	}
	h1 {
		margin: 0 20px 15px;
	}
	.form-group-lg .form-control {
		font-size: 14px;
		padding: 6px 12px;
		height: 34px;
	}
	.help-block {
		margin-top: 5px;
	}
	.idp3_form {
		padding: 20px;
	}
	.idp3_form-submit {
		font-size: 14px;
		line-height: 1.42857143;
		padding: 6px 12px;
	}
	.idp3_error {
		padding: 15px 20px;
	}
}
@media (max-width: 767px) {
	.idp3_form {
		margin-bottom: 15px;
	}
	.idp3_sidebar {
		padding: 35px;
	}
}