a{
	color: #907a4f;
}
.btn-primary{
	background: linear-gradient(to right, #c9a227, #af8e4d);
	border-color:#af8e4d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: linear-gradient(to right, #af8e4d, #907a4f);
	border-color:#907a4f;
}
.btn-info{
	background:#6b8e23;
	border-color:#6b8e23;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background:#4a7c59;
	border-color:#4a7c59;
}
.login-page-bg {
	min-height: 100vh;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 6vh 0 10vh;
	background: linear-gradient(135deg, #2d3b28 0%, #4a7c59 50%, #af8e4d 100%);
}
.login-brand {
	text-align: center;
	margin-bottom: 30px;
}
.login-brand-title {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 8px;
	margin: 0;
	text-shadow: 0 4px 20px rgba(0,0,0,.25);
}
.login-brand-slogan {
	color: #f7f0dd;
	font-size: 16px;
	letter-spacing: 3px;
	margin: 10px 0 0;
	opacity: .9;
}
.login-layout {
	height: auto;
	position: relative;
	width: 100%;
}
.form-box {
	width: 380px;
	min-height: 340px;
	display: none;
	padding: 35px 32px;
	position: relative;
	margin: 0 auto;
	background: rgba(255,255,255,0.98);
	border-radius: 14px;
	border-top: 5px solid #af8e4d;
	-webkit-box-shadow: 0 30px 60px -20px rgba(0,0,0,.45);
	-moz-box-shadow: 0 30px 60px -20px rgba(0,0,0,.45);
	box-shadow: 0 30px 60px -20px rgba(0,0,0,.45);
}
.tabs_div {display: none;}
.tabs-nav h2 {
	font-size: 22px;
	color: #6b8e23;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 0;padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #af8e4d;
}
.success-box {
	width: 100%;
	height: 160px;
	position: relative;
}
.success-msg {
	height: 96px;
	text-align: center;
	position: absolute;margin: auto;
	left: 0;right: 0;top: 0;bottom: 0;
}
.success-icon {
	width: 64px;
	height: 64px;
	display: inline-block;
	background-image: url(../images/icons/success.png);
}
.success-text {
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	margin-bottom: 0;
}
.buts-title {
	color: #999;
	font-size: 16px;
	margin-bottom: 10px;
}
.footer-login {
	position: fixed;
	width: 100%;
	bottom: 0;left: 0;right: 0;
	background: rgba(255,255,255,1);
	padding-bottom: 20px;
}
.links {
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.links li {
	color: #333;
	min-width: 80px;
	text-align: center;
	margin: 10px 20px 0;
}
.copyright {
	color: #666;
	text-align: center;
	line-height: 2em;
}