body{
	text-align : center;
	font-size:150%;
	background-color: #2d3436;
	color: #dfe6e9;
	margin: 0;
}

h1{
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	color: #2d3436;
	background-color: white;
	width: 100%;
}

label{
	float: left;
	color: #2d3436;
}

div{
	margin-top : 20px;
	margin-bottom : 20px;
	display : block;
	margin-left : auto;
	margin-right : auto;
}

.text-info{
	color: #2d3436;
}

.input-text{
	width : 100%;
	height : 50px;
	font-size: 25px;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #2d3436;
	border-top: none;
	text-align:center;
	color: #2d3436;
	outline-width: 0;
	margin-top: 10px;
	margin-bottom: 10px;

}

.input-text:focus{
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #007bff;
	border-top: none;
}

.input-button{
	width : 100px;
	height : 50px;
	font-size: 25px;
	background-color: #007bff;
	border: #007bff solid;
	border-radius: 10px;
	color: white;
	outline-width: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
}

.input-button:hover{
	background-color: #0070E8;
	border-color: #0070E8;
}

.content {
	width: 500px;
	padding: 15px;
	background-color: white;
	border-radius: 15px;
	color: black;
}

.error{
	color: #d63031;
}

footer{
	font-size:15px;
	text-align: center;
	width: 100%;
	color: #dfe6e9;
}

@media screen and (max-width: 991px) {

	body{
		font-size:200%;
	}

	label{
		font-size:150%;
		margin: 10px;
	}

	.input-text{
		height : 100px;
		font-size: 50px;
	}

	.input-button{
		width : 100%;
		height : 150px;
		font-size: 50px;
	}

	.g-recaptcha{
		padding: 15px;
	}

	.content {
		width: 90%;
	}

	.error{
		font-size: 150%; 
	}

	.text-info{
		font-size: 150%; 
	}

	iframe {
		transform:scale(2.1);
		-webkit-transform:scale(2.1);
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
