body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	background-color: #00ccff;
	background: url("../../images/form_bg.jpg") no-repeat;
	background-size: cover;
}

nav {
	display: flex;
	background-color: #fff;
	border-bottom: 2px solid black;
}

main {
}

.nav_1 {
	flex: 1 1;
	display: flex;
	align-items: center;
}

.nav_2 {
	flex: 1 1;
}

.logo {
	margin:10px;
}

.block_1 {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 2px solid #333;
	width: 30%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background: rgba(0,0,0,.5);
}

.block_2 {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 2px solid #333;
	width: 80%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background: rgba(0,0,0,.5);
}

.text_h1 {
	margin: auto;
	text-align: center;
	align-items: center;
	border-bottom: 2px solid #333;
	background: linear-gradient(to right, #CEAD78, #fff);
}

h1 {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
}

a {
	display: block;
	width: 80%;
	height: 35px;
	border: 2px solid #eee;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	text-decoration: none;
	color: #fff;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	transition-property: background-color;
	transition-duration: 0.8s;
}

a:hover {
	background-color: #CEAD78;
	color: #333;
}

form {
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form_block_1 {
	display: flex;
	border: 0px solid #fff;
}

.form_block_1_flex1 {
	border-right: 0px solid #fff;
	background: #CEAD78;
	display: flex;
	align-items: center;
}

h3 {
	color: #333;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form_block_1_flex2 {
	display: flex;
	align-items: center;
}

.form_block_1_flex3 {
	display: flex;
	align-items: center;
}

.form_block_1_flex4 {
	display: flex;
	align-items: center;
}
.form_block_1_flex5 {
	display: flex;
	align-items: center;
}

h4 {
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin: auto;
	margin-right: 3px;
	margin-left: 20px;
}
@import url('https://fonts.googleapis.com/css?family=Merriweather:700|Noto+Sans|Roboto:500');
.input_1 {
	width: 50px;
	height: 30px;
	color: #333;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input_2 {
	width: 100px;
	height: 30px;
	color: #333;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input_3 {
	width: 150px;
	height: 30px;
	color: #333;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form_block_2 {
	display: flex;
	width: 100%;
}

.form_block_3 {
	flex: 1 1;
	margin: auto;
	margin-top: 20px;
}

.form_block_4 {
	flex: 1 1;
	margin: auto;
	margin-top: 20px;
}

.form_block_5 {
	width: 90%;	
	margin: auto;
	background: #CEAD78;
}

.form_block_5_1 {
	display: flex;
	width: 90%;	
	margin: auto;
}

.form_block_5_1_1 {
	flex: 1 1;
	display: flex;
	align-items: center;
}

.form_block_5_1_2 {
	flex: 1 1;
}

.input_4 {
	width: 200px;
	height: 30px;
	color: #333;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form_block_5_0 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.submit {
	display: block;
	width: 50%;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #222;
}