body{zoom:0.9;}
*{
    font-family: "微软雅黑";
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.bgone{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;right: 0;left: 0;bottom: 0;margin: auto;
}
.pic{
	width: 500px;
	height: auto;
	position: absolute;
	top:23px;left: -20px;bottom: 0;margin: 0px;
	z-index: 2;
}
.table{
	background-color: #FFFFFF;
	width: 900px;
	height: 400px;
	position: absolute;
	top:15%;right: 0;left: 0;bottom: 0;margin: auto;
}
.password{
     position: absolute;
     top: 205px;
     right: 4rem;
     display: flex;
}
.remember{
     position: absolute;
     width: 373px;
     top: 280px;
     right: 3.9rem;
     display: flex;
}
.remember span{
    margin-left: 5px;
    font-size: 17px;
    /*font-weight: bold;*/
    color: #808080
}
.checkbox{
    width: 20px;
    height: 20px;
    margin-top: 2px;
    z-index: 3;
}

.btn{
    position: absolute;
    top: 320px;
    right: 3.9rem;
    border: none;
    color: #fff;
    width: 373px;
    text-align: center;
    background-color: #1384D9;
    text-indent: 0rem;
    border-radius: 8px;
    font-size:20px ;
    height: 50px;
}
.btn:hover{
    cursor:pointer;
}

.wel{
	width: 900px;
	height: 35px;
	color: #fff;
    font-size: 42px;
    position: absolute;
    top: -7.5rem;
    text-align: center;
}

.wel1{
	width: 900px;
	height: 35px;
	color: #fff;
    font-size: 18px;
    position: absolute;
    top: -3.1rem;
    text-align: center; 
}

.user{
	 position: absolute;
     top: 120px;
     right:4rem;
     display: flex;	
}

.icon_input img{
	height: 30px;
	position: absolute;
	left: 10px;
	top: 13px;
}

#logo img{
    height: 60px;
    position: absolute;
    left: 535px;
    top: 32px;
}

.textbox{ 
     height: 55px;
     width: 373px;
     text-indent: 55px;
     outline:none;
     background: #eef6fd;
     border-bottom:2px #d6e7fa solid ;
}