@-webkit-keyframes opacity-show-up{
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

body {
	height: auto;
}

.login-page,
.register-page {
	background: url(/Scripts/FtAdminUI/img/bg.jpg) no-repeat content-box;
	width: 100%;
}

.login-box,
.register-box {
	margin: 10% auto;
	background: #fff;
	padding: 50px 20px 40px 20px;
	width: 420px;
	animation: opacity-show-up 1s;
	position: relative;
}

.login-logo,
.register-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 300;
}

.btn-primary {
	background-color: #8dc21f;
	border-color: #7aaa17;
}

.btn-primary:hover {
	background-color: #8dc21f;
	border-color: #85b71c;
}

.btn-primary:active {
	background-color: #85b71c;
	border-color: #85b71c;
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top:0px;
	margin-bottom: 20px;
}

.static-l {
    top: 10px;
    right: 8px;
    background: url(/Scripts/FtAdminUI/img/qrcode.png) -60px 0 no-repeat #fff;
}
.quick-l {
    top: 10px;
    right: 8px;
    background: url(/Scripts/FtAdminUI/img/qrcode.png) 0px 0 no-repeat #fff;
}
.icon-l {
    width: 60px;
    height: 61px;
    position: absolute;
    cursor: pointer; 
}

.wrp-code{
	width: 220px;
	margin: 0 auto;
}
.wrp-code img{
	width: 100%;
}


.module-l-quick .l-static, .module-l-quick .static-l {
    display: none;
}
.module-l-static .l-quick, .module-l-static .quick-l {
    display: none;
}
.form-group {
    margin-bottom: 25px;
}