a{
	color: #13a1f4;
}
.btn-primary{
	background:#13a1f4;
	border-color:#13a1f4;
}
.public-head-layout {
	height: 100px;
	position: relative;
}
.logo {
	width: 200px;
	height: 100px;
	display: block;
	position: absolute;
	bottom: 0;left: 50px;
}
.login-layout {
	height: 660px;
	position: relative;
}
.form-box {
	width: 340px;
	min-height: 340px;
	display: none;
	padding: 25px 20px;
	position: absolute;
	right: 100px;top: 100px;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	-webkit-box-shadow: 0 15px 35px -25px #af8e4d;
	-moz-box-shadow: 0 15px 35px -25px #af8e4d;
	box-shadow: 0 15px 35px -25px #af8e4d;
}
.tabs_div {display: none;}
.tabs-nav h2 {
	font-size: 18px;
	margin-top: 0;padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
.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;
}