body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #efefef;
}
.small-form {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
}
.btn-success {
	background-color: #1F3F66;

}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
	background-color: #082345 !important;
}
.highlighted {
	font-weight: bold;
}
.acc-info {
	margin-bottom: 20px;
}
.acc-image {
	margin-bottom: 10px;
}
.description {
	margin-bottom: 20px;
}
.form-error {
	margin-bottom: 20px;
}
.help-block.field-error {
	color: #a94442;
}
.forgot-password {
	margin-top: 5px;
}
a {
	color: #1F3F66;
}

.deact-warning {
	margin-top: 10px;
	font-size: 12px;
}