@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}
.iwms-canvs{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.iwms-layout-login{
    width:350px;
    height:auto;
    overflow:hidden;
    margin:10% auto 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 20px;
    box-shadow:0 -15px 30px #2dc3e8;
    border-radius:5px;
    z-index: 1000;
}
.iwms-layout-login h1{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	color:#2dc3e8;
	text-shadow:0 0 1px #0e947a;
	margin-bottom:15px;
}
.iwms-layout-login h1 strong{
	display:block;
}
.iwms-layout-login h1 em{
	display:block;
	font-size:16px;
	margin-top:8px;
}
.iwms-layout-login .larry-login{
	margin:10px 0;
	height:42px;
	overflow:hidden;
	position:relative;
}
.larry-login .login_txtbx{
	font-size:14px;
	height:26px;
	line-height:26px;
	padding:8px 5%;
	width:90%;
	text-indent:2em;
	border:none;
	background:#2dc3e8;
	color:white;
}
.larry-login  .login_txtbx::-webkit-input-placeholder {
	color:#f4f4f4;
	line-height:inherit;
}
.larry-login  .login_txtbx:-moz-placeholder {
	color:#f4f4f4;
	line-height:inherit;
}
.larry-login  .login_txtbx::-moz-placeholder {
	color:#f4f4f4;
	line-height:inherit;
}
.larry-login  .login_txtbx:focus{
	background:#24AACC;
}
.larry-login:before{
	font-family:'Open Sans';
	position:absolute;
	top:0;
	left:10px;
	height:42px;
	line-height:42px;
	font-size:20px;
	color:#0c9076;
}
.iwms-user-icon:before{content:"u";}
.iwms-pwd-icon:before{content:"p";}
.iwms-val-icon:before{content:"n";}

.iwms-submit .submit_btn{
	width:100%;
	height:42px;
	border:none;
	font-size:16px;
	background:#FF5722;
	color:#f8f8f8;
	cursor: pointer;
	font-weight: bold;
}
.submit_btn:hover{
	background:#24AACC;
	color:#f4f4f4;
}
.iwms-login-text{
	margin:10px 0;
	height:60px;
	overflow:hidden;
	position:relative;
}
.iwms-login-text p{
	color:#2dc3e8;
	font-size:14px;
	text-align:center;
	margin:5px 0;
}

::-webkit-scrollbar {
	width: 5px;
	height: 16px;
	background-color: #2dc3e8;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #F8F8F8;
}
::-webkit-scrollbar-thumb {
	height: 20px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #c3c3c3;
}
.qrcode {
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: 128px;
	height: 120px;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
}

.iwms-footer{
	height:20px;
	position:fixed;
	bottom:0;
}
.iwms-footer-text{
	color:#999;
	text-align:center;
	height:25px;
	line-height:25px;
	margin:0;
	padding:0;
  font-size: 12px;
}
