/*
===================
@explain: 系统后台登录页面
@copyright: Copyright 2012,phpwind.com
@author: longwenid@gmail.com
$Id: admin_login.css 22060 2012-12-19 03:01:55Z yanchixia $
===================
*/
html{
	padding:0;
	margin:0;
	background-color: #000;
    /*background: url('../images/bj.jpg');*/
}
body {
	padding:0;
	margin:0;
	font-family:Arial, "Microsoft Yahei";
}
.wraps{
    margin: auto;
    position: absolute;  
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;  
	width: 900px;
	overflow:hidden;
    height: 440px;
	-webkit-animation: bounceIn 600ms linear;
	-moz-animation: bounceIn 600ms linear;
	-o-animation: bounceIn 600ms linear;
	animation: bounceIn 600ms linear;
}
.wraps-1{
    float: left;
    width: 450px;
    height: 100%;
    background-color:rgba(255,255,255,0.2);
}
.wraps-1-1{
    width: 248px;
    position: relative;
    top: 97px;
    margin: 0 auto;
}
.wraps-1-2{
    width: 270px;
    position: relative;
    top: 120px;
    margin: 0 auto;
}
.wraps-1-3{
    line-height: 25px;
    text-align: center;
    width: 270px;
    position: relative;
    top: 210px;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    opacity: 0.9;
}
.wraps-2{
    float: left;
    background-color: #fff;
    width: 450px;
    height: 100%;
}
.wraps-2-1{
    position: relative;
    top: 50px;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.img{
    position: relative;
    top: 8px;
}
.input1{
    margin-top: 20px;
    width: 80%;
    height: 30px;
    outline:none;
    background:transparent;
    border:none;
    outline:medium;
}
.input2{
    margin-top: 20px;
    position: relative;
    left1: -103px;
    width: 50%;
    height: 30px;
    outline:none;
    background:transparent;
    border:none;
    outline:medium;
}
.code{
    position: relative;
    left: 139px;
    top: 20px;
}
#sub{
    display:block;
    margin:20px auto;
    background: #FFD350;
    border-radius: 20px;
    position: relative;

}
.line{
    width:100%;
    height:1px; 
    background:#DFDFDF;
    margin-top: 10px;
}
.tips_error{
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.tips_success{
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.wrap {
	width: 250px;
	overflow:hidden;
	margin: 180px auto 0;
	-webkit-animation: bounceIn 600ms linear;
	-moz-animation: bounceIn 600ms linear;
	-o-animation: bounceIn 600ms linear;
	animation: bounceIn 600ms linear;
}

h1 a {
	display: block;
	height: 50px;
	width: 250px;
	margin:auto;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../images/logo.png) no-repeat center center;
}

.login ul,
.login{
    position: relative;
    top: 50px;

}
.login li{
	padding:0;
	margin:0;
	list-style:none;
}
.login ul{
	background:#fff;
	border:none;
	box-shadow:1px 1px 1px #ccc inset;
	border-radius:3px;
	overflow:hidden;
	margin-bottom:15px;
	width:258px;
	overflow:hidden;
}
.login li{
	border-top:1px solid #d3d4d4;
	padding:5px;
}
.login .verifycode-wrapper{
	padding:0px;
}
.login li img{
	vertical-align:top;
}
.login .input {
	width: 258px;
	padding: 5px;
	vertical-align: middle;
	border:0 none;
	background:transparent;
	font-size:18px;
	font-family:Arial,"Microsoft Yahei";
}
.login .input:focus {
	outline:0 none;
}
.btn {
	width: 248px;
	height: 38px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	background:#549fcc url(../images/btn.png) no-repeat;
	overflow:visible;
	color:#fff;
	font-size:20px;
	cursor:pointer;
	font-family:Arial, "Microsoft Yahei";
	border:none;
	border-radius:3px;
}
.btn:hover{
	background-position:0 -40px;
}
.btn:active {
	background-position:0 -80px;
}
.placeholder{
	color:#999;
}
/*登录框动画*/
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		-moz-transform: scale(1);
	}
}
@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		-o-transform: scale(1);
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}