@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/bgHome6.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;
}

button {
	border: 0;
}

header {
	width: 100%;
	height: 150px;
	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;
}

.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;
	left: 20px;
}

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

.checkLoginAccess {
	width: 25px !important;
    margin-left: 10% !important;
    margin-top: 5px;
    vertical-align: middle;
}

.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: 10px;
	text-align: left;
}

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

.contentInput select {
	width: 58%;
	height: 35px;
	margin-left: 20%;
	background-color: #FFF !important;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 2%;
}

.contentInput input {
	width: 58%;
	height: 35px;
	margin-left: 20%;
	background-color: #FFF !important;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 2% !important;
	position: relative !important;
	left: inherit !important;
	opacity: inherit !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: #197949;
	cursor: pointer;
	font-weight: 300;
	color: #FFF;
	font-size: 16px;
	padding: 10px;
	vertical-align: middle;
	transition: all 0.3s;
}

.btnForm:hover {
	background-color: #04517F;
}

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

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


.message {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 10px;
	color: #000;
	right: 10px;
	text-align: center;
	padding: 20px;
	background-color: #ffff00;
	z-index: 2000;
	margin: 0;
}

#txtMessage {
	font-size: 26px;
	color: #000;
	font-weight: 800;
	padding: 0;
	margin: 0;
}

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