.login {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	background: url(../images/login_bg.jpg) 50% no-repeat;
	background-size: 100%;
}

.header {
	width: 100%;
	background-color: #f8f8f9;
	overflow: hidden;
	height: 80px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.header .main .img {
	border-style: none;
	float: left;
	margin-top: 10px;
	margin-right: 2%;
}

.header h1 {
	float: left;
	font-size: 32px;
	margin-top: 15px;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
		Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
	line-height: 1.5;
	font-weight: bold;
}

.header h1 small {
	font-size: 80%;
}

#login label {
	font-size: 14px;
}

.login .main {
	width: 80%;
	margin: 0 auto;
}

.login .main .wrap {
	width: 500px;
	height: 500px;
	float: right;
	margin: 10.3% 0;
}

.login .main h2 {
	height: 60px;
	font-size: 30px;
}

.login .main .buttons {
	width: 100%;
	margin: 15px 0;
}

.login .main .buttons tr td {
	padding: 0 10px;
}

.footer {
	color: #000;
	width: 100%;
	line-height: 73px;
	text-align: center;
	background-color: #fff;
	float: right;
}

.footer a {
	color: #333;
	padding: 0 15px;
	text-decoration: none;
	background: transparent;
	outline: none;
	cursor: pointer;
	transition: color .2s ease;
}

.signin #content {
	position: fixed;
	left: 0;
	right: 0;
	top: 72px;
	bottom: 0;
	background: #f5f7f9;
	overflow: auto;
}
.signin .ivu-card-head p {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #17233d;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.signin .layout {
	border: 1px solid #d7dde4;
	position: relative;
}

.signin .layout-ceiling {
	background: #464c5b;
	padding: 5px 0;
	overflow: hidden;
}

.signin .main {
	width: 80%;
	margin: 0 auto;
}

.signin .layout-ceiling h1 {
	float: left;
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
}

.signin .layout-ceiling img {
	float: left;
}

.signin .layout-ceiling small {
	font-weight: 200;
	border-left: 1px solid #fff;
	padding-left: 10px;
}

.signin .layout-ceiling a {
	float: right;
	color: #9ba7b5;
	font-size: 16px;
	margin-top: 20px;
}

.signin .ivu-form .ivu-form-item-label {
	width: 120px;
}

.signin .ivu-form .ivu-form-item-content {
	margin-left: 120px;
}

.signin .ivu-btn {
	width: 40%;
}