@media (min-width:576px){
	section
	{
		max-width:540px;
	}
}

@media (min-width:768px){
	section
	{
		max-width:720px;
	}
}

@media (min-width:992px){
	section
	{
		max-width:960px;
	}
}

@media (min-width:1200px){
	section
	{
		max-width:1140px;
	}
}

@media (min-width:1440px){
	section
	{
		max-width: 1200px;
	}
}

body
{
	overflow-y: hidden;
}

section
{
	margin: auto;
	display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 190px;
}

#home-logo
{
	height: 52px;
	width: 244px;
	margin: 22px 30px;
}

#Content
{
	height: 100vh;
}

div.form-container
{
	display: flex;
}

#Content .form-text
{
	display: flex;
    flex-flow: column;
    justify-content: center;
	width: 65%;
	font-family: 'Roboto';
	font-weight: 400;	
	color: #fff!important;
	padding: 0 105px 0 0;
}

.form-text h1
{
	font-size: 56px;
	line-height: 68px;
	color: #fff!important;
}

.form-text p
{
	font-size: 18px;
	line-height: 29px;
	margin-top: 16px;
	margin-right: 106px;
}

.contact-us-form-container
{
	width: 35%;
	background: #fff;
    border-radius: 6px;
    padding: 60px 50px;
}

.contact-us-form h5
{
	text-align: center;
	font-size: 28px;
	color: #000;
	margin: 0 0 25px 0;
}

.contact-us-form p
{
	margin-bottom: 5px;
}

.contact-us-form label
{
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	color: #5f5f5f;
}

.contact-us-form input[type="submit"]
{
	width: 100%;
    height: 58px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.8px;
    background-color: #01AE42!important;
}

@media only screen and (max-width: 1024px)
{

	#Content .form-text
	{
		padding: 0px 30px 0 0;
	}

}

@media only screen and (max-width: 1000px)
{

	body
	{
		overflow-y: scroll;
	}

	div.form-container
	{
		flex-flow: column;
	}

	.contact-us-form-container,
	#Content .form-text
	{
		width: 100%;
	}

	#Content
	{
		height: auto;
	}

	section
	{
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.form-text h1,
	.form-text p
	{
		text-align: center;
		margin-right: 0;
	}

	#Content .form-text
	{
		padding: 0;
	}

	.logo-container
	{
		text-align: center;
	}

}

@media only screen and (max-width: 640px)
{
	section
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.form-text h1
	{
		font-size: 36px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 414px)
{
	#Content .form-container
	{
		padding: 0 15px;
	}

	.contact-us-form-container
	{
		padding: 60px 30px;
	}
}