body {
	font-family: Arial, sans-serif;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background-color: #fff;
}

h1 {
	width: 40%;
	margin-top: 0;
}

h1 img {
	max-width: 100px;
}

h2 {
	font-size: 3.6em;
	font-weight: normal;
	margin-top: 25%;
}

h3 {
	font-size: 14px;
	text-align: right;
	margin: 0;
}
.flags{position: absolute;
right: 5%;
top: 0;
	width: 110px;
}
.flags ul li{
	list-style: none;
	float: left;
	margin-left: 10px;
	width: 25px;
}
.flags ul li img{
	width: 100%;
}
.container {
	width: 90%;
	margin: 5%;
}

.left {
	width: 40%;
	float: left;
}

.right {
    width: 45%;
    background: black;
    color: white;
    padding: 5%;
    float: right;
}

form {
    display: flex;
    margin: 15% 0;
    flex-direction: column;
}

input {
	background: transparent;
	border: none;
	border-bottom: 1px solid white;
	color: white;
	padding: 2%;
	margin-bottom: 35px;
	width: 96%;
}
.input_100{
	width: 100% !important;
}
.g-recaptcha{
	margin-top: 35px;
}

button {
	background: #136842;
	color: white;
	border-radius: 120px;
	width: 150px;
	margin-top: 35px;
	padding: 10px 30px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

button:Hover {
	background: #01ff8d;
	transition: all 0.3s ease 0s;
	color: black;
}


.iti__country-list {
	background: #000 !important;
}

footer {
	width: 90%;
	margin: 5%;
	text-align: left;
	position: fixed;
	font-size: 14px;
	bottom: 0;
}



/* Responsividade */
@media (max-width: 768px) {
	.left, 
	.right{
		width: 90%;
	}
	h2 {
    font-size: 3em;
    font-weight: normal;
    margin: 10% 0;
}
	
	
}