* {
	border-radius: 4px;
}

body {
	background: url('images/com/login-home.jpg');
	background-size: cover;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.x-panel-body {
	border: none;
}

.x-form-text-default {
	font-size: 16px;
	font-family: 'Microsoft YaHei';
}

.x-btn {
	border: none;
}

.x-btn-inner-default-small {
	font-size: 10px;
	line-height: 20px;
	color: blue;
	font-family: 'Microsoft YaHei';
}

.x-btn-inner-default-large {
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	color: white;
	font-family: 'Microsoft YaHei';
}

.x-btn-icon-left>.x-btn-icon-el-default-small, .x-btn-icon-right>.x-btn-icon-el-default-small {
	width: 28px;
	height: 28px;
}

.login-win {
	background: #fff;
	padding: 0 40px;
	position: absolute;
	margin-left: 25%;
}

.refresh24 {
	background-image: url(./images/icons/24/refresh.png) !important;
}

.home24 {
	background-image: url(./images/icons/24/home.png) !important;
}

.chg-pw24 {
	background-image: url(./images/icons/24/chg-pw.png) !important;
}

.get-validate24 {
	background-image: url(./images/icons/24/get-validate.png) !important;
}

.beian01 {
    background-image: url(./images/icons/24/logo01.png) !important;
}