@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');

body {
	margin:0;
	background-color: #FAFAFA;
	font-family: 'Comfortaa', cursive;
	background-image: url(../images/bgHome2.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

img {
	border:0;
}

a {
	text-decoration: none;
}

input:focus {
	outline: none;
}

footer {
	width: 100%;
	height: 250px;
	background-color: rgba(0,0,0,0.5);
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
}

footer a {
	color: #CCC;
}

button {
	border: 0;
}

header {
	width: 100%;
	height: 180px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
}

.message {
	width: auto;
	min-height: 50px;
	position: fixed;
	bottom: 10px;
	color: #333;
	right: 10px;
	text-align: center;
	padding: 20px;
	display: none;
	background-color: #FFEB3B;
	z-index: 2000;
	margin: 0;
}

#txtMessage {
	font-size: 20px;
	color: #333;
	font-weight: 900;
	padding: 0;
	margin: 0;
}

#txtMessage i {
	font-size: 24px;
}

.flexEnd {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-end;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentLogo {
	position: absolute;
	top: 20px;
	right: 50px;
}

.contentForm {
	width: 380px;
	height: 350px;
	padding-top: 30px;
	margin-right: 50px;
	background-color: rgba(255,255,255,0.8);
}

.contentForm select {
	display: block !important;
}

.logoSchool {
	position: absolute;
	width: 250px;
	height: auto;
	left: 15px;
	top: 15px;
}

.logoSchool img {
	max-width: 300px;
	max-height: 300px;
}

.contentSite {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}

.flex {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentInput {
	width: 90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-top: 5px;
	text-align: left;
}

.contentInput i {
	vertical-align: middle;
	color: #333;
	font-size: 22px;
}

.contentInput input {
	background-color: #FFF !important;
}

.contentInput select {
	width: 100%;
	height: 45px;
	background-color: rgba(255,255,255,0.7); !important;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	border: 1px solid #CCC;
	padding-left: 2%;
	margin-top: 5px;
}

.contentInput input {
	width: 99% !important;
	padding-left: 1% !important;
	border-bottom: 0 !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #FFF !important;
}

.contentInput label {
	width: 100%;
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.btnForm {
	width: auto;
	height: auto;
	margin-top: 20px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	background-color: #FF1744;
	cursor: pointer;
	font-weight: 300;
	color: #FFF;
	font-size: 16px;
	padding: 10px;
	vertical-align: middle;
	transition: all 0.3s;
}

.btnForm:hover {
	background-color: #B71C1C;
}

.btnForm i {
	font-size: 34px;
	vertical-align: middle;
}

.greyBlue-text img {
	margin: 10px;
}