.block {
	width: 920px;
	margin: 20px auto;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	border-radius: 5px;
}
.notification {
	color: #C7391B;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
/* input {
	width: 250px;
} */
input.password, button {
	display: block;
	margin-bottom: 10px;
}
.relative{
	position: relative;
}