body{
padding: 0;
margin: 0;
font-family: sans-serif;
}
div {
	font-size: 14px;
	width: 700px;
	margin: 50px auto;
	height: 50px;
	padding: 0px 9px 0px 9px;

}
.login-box{
width:260px;
height: 420px;
top: 50%;
left: 50%;
color: #000;
position: absolute;
transform: translate(-50%,-50%);
box-sizing: border-box;
padding: 70px 30px;
border-radius: 20px;
background-color: rgba(117, 122, 117, 0.521);
}

.login-box  .avatar {
width: 90px;
height: 90px;
position:absolute;
top: 30px;
left: 80px;
display: flex;
justify-content: center;
}

.login-box label{
padding: 0;
margin: 0;
font-weight: bold;
display: blok;
}
.login input{
    width:100%;
    margin-bottom: 20px;
    }
    .login-box input[Type="text"],
    .login-box input[Type="password"]{
border: none;
border-bottom: 1px solid #fff;
background: transparent;
outline: none;
height: 20px;
color: #fff;
font-size: 16px;
}
.login-box Button{
width: 100%;
border: none;
line-height: 20px;
outline: none;
height: 40px;
background: #0fb88eb9;
color: #fff;
font-size: 18px;
border-radius: 10px;
}     