body, .page-holder {
	background-color: white;
}
.login-form .form-group {
	margin-bottom: 15px;
}
.login-form .panel {
	-webkit-border-image:
			-webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1;
	-webkit-border-image:
			-webkit-linear-gradient(#f0f, red, orange) 1;
	-moz-border-image:
			-moz-linear-gradient(#f0f, red, orange) 1;
	-o-border-image:
			-o-linear-gradient(#f0f, red, orange) 1;
	border-image:
			linear-gradient(to bottom, #f0f, red, orange) 1;
}
.page-holder {
	padding-right: 15px;
}