.middle-box {
    max-width: 300px;
    z-index: 100;
    margin-left:auto;
    margin-right:auto;
    margin-top: 15%;
    align-items: center;
}

.form-input{
    color: white;
    background: rgba(255,255,255,0.3); /*背景透明*/
    /*border: 2px solid rgba(255,255,255,0.3); /*边框半透明*/
    box-shadow:inset 0 0 4px rgba(255,255,255,0.2),0 0 4px rgba(255,255,255,0.2);  /*内外渐变阴影*/
   	border: none;
}

.bgi{
	background: url(../../images/login/bg_signin.png);
	background-repeat: no-repeat;
	overflow: hidden;
    position: fixed;
    width:100%;
    height:100%;
    background-size: cover;
}

.login-right{
	margin-left: 5px;
	height: 9px;
	width: 9px;
}

.con-box{
	width:100%;
	color: #576177;
}

.bottom{
    position: absolute;
    /* bottom: 0px; */
    margin-top: 60px;
    text-align: center;
    width: 20%;
    margin-left: 40%;
    /* margin-bottom: 25px; */
}

.div-bor{
    position: relative;
}

.icon-user{
    position: absolute;left: 0;
    background-image: url(../../images/login/login-Accountnumber.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 10px 10px; /*图片显示的位置*/
    width: 40px; /*设置图片显示的宽*/
    height: 40px; /*图片显示的高*/
}

.icon-password{
    position: absolute;left: 0;
    background-image: url(../../images/login/login-Password.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 10px 10px; /*图片显示的位置*/
    width: 40px; /*设置图片显示的宽*/
    height: 40px; /*图片显示的高*/
    padding-right: 40px;
}

.icon-validcode{
    position: absolute;left: 0;
    background-image: url(../../images/login/validcode.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-size: 18px;
    background-position: 10px 10px; /*图片显示的位置*/
    width: 40px; /*设置图片显示的宽*/
    height: 40px; /*图片显示的高*/
    padding-right: 40px;
}

.word{
	padding-left: 40px;
	/*width: 430px;*/
	height: 40px;
}

.us{
	margin: 0 10px;
	color:#5F677C;
}

.word::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}

.word:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}

.word::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}

.word:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}

p{
	color:#5F677C;
}

.logo-img{
	margin-bottom: 30px;
}

.form-group button{
	height: 40px;
	font-size: 20px;
	line-height: 20px;
}
