*{
    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;
}

.table{
	background:#f87c7c;
	opacity:0.7;
	width: 585px;
	height: 405px;
	position: absolute;
	top:10%;right: 0;left: 0;bottom: 0;margin: auto;
	border-radius: 16px;
}
.user{
	 position: absolute;
     top: 6rem;
     right:7rem;
     display: flex;
	 opacity:1;
}
.password{
     position: absolute;
     top: 11.8rem;
     right: 7rem;
     display: flex;
	 opacity:1;
}
.btn{
    position: absolute;
    top: 18.8rem;
    right: 7rem;
    border: none;
    color: #fff;
    width: 365px;
    text-align: center;
    background-color:#fa0100;
    text-indent: 0rem;
    border-radius: 6px;
    text-shadow:2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:2px 2px 1px rgba(0, 0, 0, 0.2);
    font-size:24px ;
    height: 50px;
    cursor:pointer; 
	opacity:1;
}

input{	 
     height: 55px;
     width: 365px;
     text-indent: 55px;
     outline:none;
     background: #eef6fd;
	 border-radius: 3px;
}

#yonghu img{
	height: 30px;
	position: absolute;
	left: 10px;
	top: 13px;
	opacity:0.5;
}
