div.auth {
	width: 100%;
	height: 100%;
}

div.auth,
div.auth form {
	align-self: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.auth form {
	width: 25%;
}

.auth input {
	position: relative;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: unset;
	border-bottom: 2px solid #e3e3e3;
	outline: none;
}

.auth button {
	width: 100%;
	padding: 10px;
	background: #e3e3e3;
	border: unset;
	cursor: pointer;
}