body {
	padding: 0;
	margin: 0;
}
.container_ {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	background-image: url('./001.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.title {
	color: #fff;
	margin-left: 2em;
}
.link {
	margin-right: 2em;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1.5em;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

form {
	width: 25%;
}
.submit {
	padding-bottom: 5px;
	text-align: center;
}
.input {
	margin-bottom: 0;
	width: 100%;
	padding: 0;
	border-radius: 10px;
	line-height: 2em;
	border: 0 !important;
	outline: none !important;
}
.form {
	display: flex;
	justify-content: center;	
	align-items: center;
	flex:3;
}

@media (max-width: 768px) {
	.container_ {
		background-image: url('./0022.jpg');
	}
	form {
		width: 70%;
	}
	.header {
		flex-direction: column;
	}
	.title {
		font-size: 1.7em;
	}
	.title, .link {
		margin: 0;
	}
	
}
@media (max-width: 567px) {
	.container_ {
		background-image: url('./0011.jpg');
	}
}