﻿body, html {
	font-family: 'Microsoft Yahei', Verdana, Arial, Helvetica, sans-serif !important;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
    
}

.panel-login {
	display: table;
	height: 100%;
	width: 100%;
    background:url(/Framework/content/images/login-bg.png) center / 100% 100%;
}

.valign-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.form-parent-wrapper {
	/*background-color: #2196f3;*/
}

.form-wrapper {
    margin: auto;
    width: 950px;
    height: 465px;
    background: url(images/login-box_form.png) no-repeat center /100% 100%;
    position: relative;
}

.form-box {
    width: 252px;
    height: 337px;
    position: absolute;
    right: 46px;
    top: 60px;
}

.form-signin-heading {
    font-size: 20px;
    /* font-weight: normal; */
    color: #376CD7;
    /* padding: 0 0 0 36px; */
    margin: 0px 0 19px 0;
    text-align:center;
}

.input-part {
	margin: 0 0 15px 0px;
}

	.input-part label span {
		font-size: 12px;
		position: relative;
		top: -2px;
		color: #909090;
	}

.login-title
{
	height:55px;
	line-height:55px;
	font-size:24px;
	/*position:absolute;
	top:-70px;
	padding:0 0 0 170px;*/
	/*background: url(images/icon-logo.png) no-repeat 0px 0px transparent;*/
}
.login-footer{
    position: absolute;
    left: calc(50% - 100px);
    /* margin: auto; */
    bottom: 19px;
    font-size: 14px;
    color: #eee;
}

.login-input {
margin-top: 0px;
    width: calc(100% - 40px);
    height: 32px;
    padding: 0 0 0 0px;
    vertical-align: middle;
    font-size: 14px;
    color: #555;
    background: none;
    border-radius: 2px;
    border: none;
    margin-left: 40px;
    outline:none
}

	.login-input:focus {
		font-size: 14px;
		/*border-color: #66afe9;*/
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px #F0F2F4, 0 0 8px #F0F2F4;
		/*box-shadow: inset 0 1px 1px #F0F2F4, 0 0 8px #F0F2F4;*/
	}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F0F2F4 inset !important; /*用白色阴影覆盖*/
  
}
	   
.input-account {
	/* background: url(images/icon-login-account.png) no-repeat 10px 6px transparent; */
}

.input-password {
	/* background: url(images/icon-login-password.png) no-repeat 10px 6px transparent; */
}

.btn-login {
    font-family: 'Microsoft Yahei', Verdana, Arial, Helvetica, sans-serif !important;
    cursor: pointer;
    background-color: initial;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    border: none;
    height: 37px;
    line-height: 37px;
    width: 100%;
    margin: 9px 0 0 1px;
    letter-spacing: 5px;
    outline:none;
}
	.btn-login:hover {
		/*background-color: #de6f1d;
		border-color: #d3691c;*/
	}


.sys-alert {
	padding: 10px;
	color: #D8000C;
}

.box_welcome {
    color: #fff;
    font-size: 28px;
    width: max-content;
    position: absolute;
    top: -6%;
     left: -50px; 
}

/*** jqery dialog 遮罩层白条问题,2014年4月4日 zhanghc
----------------------------------------------------------*/
.ui-widget-overlay {
	position: fixed;
}

.ui-widget-overlay {
	background: #000;
	opacity: .2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}

.div-verify {
    display:flex;
    height:32px;
    justify-content:space-between;
    margin-top:-5px;
}
.input-val {
    width:calc(100% - 110px);
    text-align:center;
    background:#F0F2F4;
    border:none;
    outline:none;
}
#canvas {
    width:100px;
    background:#eee;
}