body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #535353;
	line-height: 26px;
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 30px;
}

.main {
	width: 100%;
	margin: 0 auto;
}

.title {
	width: 100%;
	min-height: 100px;
	text-align: center;
	padding-top: 10px;
}

.subtitle {
	width: 50%;
	margin: 0 25%;
	float: left;
	padding-top: 100px;
	text-align: center;
}

.img {
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.geniusx {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 45px;
	text-transform: uppercase;
	color: #00a2df;
	font-weight: bold;
}

.txt-main {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #415b6a;
	padding-top: 30px;
	line-height: 35px;
}

.txt-msg {
	width: 100%;
	float: left;
	text-align: center;
	color: #415b6a;
	font-size: 15px;
	padding-top: 25px;
}

form {
	width: max-content;
	margin: 20px auto;
	box-shadow: 0 0 5px #cdcdcd;
	padding: 40px;
	border-radius: 5px;
}

.form-input, .form-select {
	width: 190px;
	height: 30px;
	padding: 5px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	color: #6a7d7d;
	background-color: #ffffff;
	transition: all 0.15s ease-in-out;
	text-align: left;
	outline: none;
	margin-bottom: 10px;
}

.form-input:hover, .form-select:hover {
	box-shadow: 0 0 3px #dddddd;
}

.form-input:focus, .form-select:hover {
	box-shadow: 0 0 3px #dddddd;
}

.form-submit {
	width: 210px;
	display: inline-block;
	padding: 0 30px;
	border: 1px solid transparent;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 13px;
	line-height: 35px;
	height: 40px;
	cursor: pointer;
	outline: none;
	transition: all 0.15s ease-in-out;
	box-sizing: border-box;
	background-color: #00a2df;
}

.form-submit:hover, .form-submit:focus {
	background-color: #00c2df;
	border-color: #00c2df;
}

.footer{
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 13px;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #00a2df;
}

.footer a {
	color: #00a2df;
}

@media only screen and (max-width: 670px) {
	.img {
		width: 90%;
	}
}
