
.header {
	background: url('/common/images/theme/background/color-02.jpg') no-repeat center top !important;
}

.nav > li > a {
	color: #aa1d4a !important;
}
.nav > li > a:hover, .nav > li > a:focus {
	color: #e01766 !important;
}

.login-wrapper {
	border-left: 5px solid darkorange;
}

.login-wrapper a {
	color: orange;
}

.login-button:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	background: orange;
	border-radius: 24px;
	background-image: -webkit-linear-gradient(top, #e88f02, #9e640b);
	background-image: -moz-linear-gradient(top, #e88f02, #9e640b);
	background-image: -o-linear-gradient(top, #e88f02, #9e640b);
	background-image: linear-gradient(to bottom, #e88f02, #9e640b);
	-webkit-box-shadow: inset 0 0 0 1px #e88f02, 0 0 0 5px rgba(0, 0, 0, 0.16);
	box-shadow: inset 0 0 0 1px #e88f02, 0 0 0 5px rgba(0, 0, 0, 0.16);
}
.login-button:active:before {
	background: #e88f02;
	background-image: -webkit-linear-gradient(top, #e88f02, #9e640b);
	background-image: -moz-linear-gradient(top, #e88f02, #9e640b);
	background-image: -o-linear-gradient(top, #e88f02, #9e640b);
	background-image: linear-gradient(to bottom, #e88f02, #9e640b);
}
.login-button.busy:before {
	background: #e88f02;
	background-image: -webkit-linear-gradient(top, #e88f02, #9e640b);
	background-image: -moz-linear-gradient(top, #e88f02, #9e640b);
	background-image: -o-linear-gradient(top, #e88f02, #9e640b);
	background-image: linear-gradient(to bottom, #e88f02, #9e640b);
}