@charset "UTF-8";
/*二维码悬浮框样式*/
.popWindow {
	width: 160px;
	height:auto;
	border:0;
}

.popWindowIcon {
	width:160px;
	height:160px;
}

.popWindowTitle {
	font-size:14px;
	font-family: "微软雅黑";
	padding:10px 0;
	text-align: center;
}

/*输入错误提示信息样式*/
.tip_panel {
	text-align:right;
}

.tip_txt {
	font-size: 13px;
	color: #D64848;
	vertical-align: middle;
	font-family: "微软雅黑";
}

/*浏览器提醒栏*/
.browser-warning {
	padding: 8px;
	border: 1px solid transparent;
	color: #8a6d3b;
	background-color: #fcf8e3;
    border-color: #faebcc;
    position: absolute;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    font-size: 12px;
    text-align: center;
}

/*底色大框*/
.login-wrapper {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	position: relative;
}

/*底部高丝底图*/
.login_panel_img {
	width: 100%;
	height:100%;
	position: absolute;
	left: 0;
	z-index: 100;
}

/*输入框提示文字颜色
input::-webkit-input-placeholder {
	color: #AFAFAF;
}

input:-moz-placeholder {
	color: #AFAFAF;
}

input::-moz-placeholder {
	color: #AFAFAF;
}

input:-ms-input-placeholder {
	color: #AFAFAF;
}
*/

/*去除谷歌自动填充表单后的黄色底，属于谷歌私有属性*/
input:-webkit-autofill {
	border: 1px solid #55ACEF;
	border-radius: 20px;
	padding: 0;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*登陆按钮*/
.login_btn {
	width: 501px;
	height: 51px;
	text-align: center;
	vertical-align: middle;
	background-image: url(/crm-portlet/images/login_btn_bg.png);
	background-color: transparent;
	color: #FFFFFF;
	font-size: 18px;
	border: 0;
	outline:none;
	font-family: "微软雅黑";
}

/*用户名密码输入框*/
.input_box {
	width: 501px;
	height: 51px;
	padding: 0;
	text-indent: 27px;
	font-size: 16px;
	border: 0;
	outline: none;
	background-color: transparent !important;
	background-image: url(/crm-portlet/images/input_bg.png) !important;
	font-family: 微软雅黑 !important;;
}
