body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	background: url(../img/new_background.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

h1 {
	font-size: 30px;
	margin-top: 12vh;
	margin-left: auto;
	text-align: center;
	color: white;
}

div.form {
	/*position: absolute;
	top: 65%;
	left: 50%;*/
	/*transform: translate(-50%, -50%);*/
	text-align: center;
	color: white;
}

div.form #msg {
	/*margin-top: 100px;*/
	padding-bottom: 200px;
}

div.form input[type='text'] {
	flex-wrap: wrap;
	justify-content: center;
	width: 60%;
	margin: 20px 0;
	background: rgba(167, 167, 167, 0.7);
	padding-left: 8px;
	border: none;
	line-height: 38px;
	font-family: Arial;
	color: white;
	font-size: 24px;
	border-bottom: 1px solid #0078ff;
}

/*div.form p {
	color: white;
	font-size: 32px;
}*/

/*div.form input[type='radio'] {
	display: flex;
	float: left;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}*/

div.form form label.radio-container {
	font-size: 30px;
	color: white;
	padding: 20px 8px;
}

div.form form p.radio-header {
	font-size: 30px;
	padding: 10px 8px;
}

div.form form p.label {
	font-size: 22px;
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	color: white;
	padding: 10px 10px;
	font-size: 24px;
	letter-spacing: 2px;
}

div.form textarea {
	width: 60%;
	margin: 20px 0;
	background: rgba(167, 167, 167, 0.7);
	padding-left: 8px;
	border: none;
	line-height: 24px;
	font-family: Arial;
	color: white;
	font-size: 24px;
	border-bottom: 1px solid #0078ff;
}

div.form button {
	padding: 20px 32px;
	flex-wrap: wrap;
	font-size: 20px;
	background: #fff;
	border: none;
	border-radius: 4px;
	/*margin-top: 20px;*/
	margin: 20px auto;
}

div.form form button {
	color: rgb(167, 167, 167);
}