/**系统登陆界面css  -  李长雨*/
.login_div {
	background: url("../images/yg/login/bg.png") no-repeat;
}

/**登陆window样式*/
.login_win {
	border: 0;
	background: url("../images/yg/login/bg-block.png") no-repeat;
	background-size: 100% auto;
	background-position: 0 100px;
	background-color: transparent;
}

.loginForm {
	color: #fff;
	border: 0;
	background-color: transparent;
}

.login_logo {
	width: 400px;
	height: 70px;
	background: url("../images/yg/logo.png") no-repeat;
	background-size: 80%;
	background-position: top center;
}

.loginMsg {
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

/**输入框字体颜色*/
.x-form-item-label {
	font-size: 16px;
	color: #fff;
}

.loginNameields {
	margin-left: 70px;
	margin-top: 10px;
	color: #fff;
	font-size: 15px;
}

.passwordFields {
	margin-left: 70px;
	margin-top: 20px;
	color: #fff;
	font-size: 15px;
}

.VerifyCode {
	margin-left: 70px;
	margin-top: 20px;
	color: #fff;
	font-size: 15px;
}

.errorMsgComp {
	width: 600px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	margin-left: 75px;
	margin-top: 15px;
	color: red;
	text-align: left;
}

.x-css-shadow {
	display: none !important;
}

/**设置按钮。背景色*/
.x-btn-default-small,.x-btn-default-medium,.x-btn-default-large {
	background-color: #e79410;
	border-color: #e79410;
	background-image: none; /* 颜色需要修改，如果不要渐变的话，就直接置为空就好 */
}

/**设置按钮。鼠标悬浮时背景色*/
.x-btn-over,.x-btn-default-small-over,.x-btn-default-medium-over,.x-btn-default-large-over
{
	background-color: #ffa312;
}