body{
    margin: 0;
}

.body{
	background: url(../images/bj.png) no-repeat;
	background-size: 100% 100%;
	width: 100vw;
    height: 100vh;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.logo{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.logo img{
	width: 70px;
}

.logo div{
	font-size: 35px;
	color: #fff;
}

#saveForm{
	width: 385px;
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.input{
	width: 100%;
	height: 35px;
    border-radius: 5px;
    border: 0;
    text-align: center;
    outline: none;
    box-sizing: border-box;
}

.button{
	width: 110px;
	height: 30px;
	line-height: 30px;
    background-color: white;
    border-radius: 30px;
    text-align: center;
    margin-top: 30px;
    cursor: default;
}