﻿.user, .pwd {
    width: 280px;
    height: 40px;
    padding: 11px 0;
    margin: 15px auto;
    padding-left: 70px;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background: none;
    -webkit-box-shadow: 0 0 0 1000px #0879c8 inset;
    -webkit-text-fill-color: #fff;
}
.bg_admin {
    background: url(../../../img/3/wj-jsnjkcy/bg.png) no-repeat top center;
    background-size: 100% 100%;
}
.title{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-top: 145px;
	text-shadow: 5px 5px 5px rgba(35,100,175,0.6);
	margin-bottom: 60px;
}
div.box_ct{
	width: auto;
	position: relative;
    z-index: 2;
}
.main_box {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.main_box>div {
	float: left;
}
.main_box{background: #fff;}
.main_box .left_box img{border-radius: 10px 0 0 10px;}
.inputtb .layui-btn.layui-btn-primary {
	width: 100%;
}

.inputtb .inp-itm {
	border: 1px solid #ccd0d6;
	border-radius: 4px;
	height: 45px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.inputtb .inp-itm input {
	border: none;
	padding: 11px;
	width: 280px;
	font-size: 16px;
	margin-top: 3px;
    height: 38px;
    line-height: 38px;
    color: #ff9600;
    float: left;
    -webkit-text-fill-color: initial;
}

.inputtb .inp-itm img {
    border-radius: 5px;
    height: 34px;
    margin-left: 10px;
    float: left;
    position: relative;
    top: 4px;
}
.inputtb_noVali .inp-itm {
	height: 56px;
    margin-bottom: 44px;
    text-align: left;
}
.inputtb_noVali .inp-itm input{
	padding: 17px 11px;
}
.inputtb h3 {
	text-align: center;
	font-size: 28px;
	color: #808080;
	padding-bottom: 45px;
}
.inputtb {
	display: block;
	margin: 0 auto;
	width: 511px;
	box-sizing: border-box;
	border-spacing: 0px 15px;
	padding: 45px 66px 35px 35px;
	max-height: 488px;
}
.valid-itm {
	float: left;
	height: 41px;
	width: 260px;
}

.inputtb .inp-itm.valid-itm input {
	width: 200px;
}
.inputtb_noVali  button#btnLogin{
	height: 56px;
	line-height: 56px;
}
.inputtb_noVali h3{
	height: 53px;
}
.btnLogin{
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    background: #0a9bd9;
    /*background: linear-gradient(to right, #58ffe2, #1ec1df, #02a0de);*/
    border: none;
    border-radius: 4px;
    margin: 16px auto;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    font-size: 22px;
    color: #fff;
}
.btnLogin:hover{
	opacity: .9;
}
.btnLogin:hover{
	color: #fff;
}
input.user, input.pwd{
	-webkit-box-shadow:none;
	-webkit-text-fill-color:initial;
}
.img-code {
    float: right;
    height: 46px;
}