body {
  background-color: #ffffff;
    font-family: "Helvetica";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica";
    font-weight: 400;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
	text-align: center;
	font-size: 24px;
	font-family: helvetica;
	color: #ffffff;
}

/* Links */
a {
    color: #00aaff;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #f7931e;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	padding-top: 40px;
	padding-bottom: 120px;
	background-image: url(../img/bg-head.png);
	border-image-repeat:repeat;
	background-color:#ffffff;
	border-bottom:#00aaff solid 4px;
}

#headerwrap h1 {
	margin-top: 30px;
	color: #1f263a;
	font-size: 70px;
	
}

#headerwrap h3 {
	color: #1f263a;
	font-size: 30px;
}

#headerwrap h5 {
	color: #1f263a;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: #1f263a;
	font-size:14px;
}
.formulario {
	background-color:#1f263a;
	padding-bottom:10px;
	padding-top:10px;
	border-radius:10px;}

.formulario .registro {
	font-size:26px;
	text-align:center;
	color:#ffffff;
	border-radius:4px;
	padding:10px;
	margin-bottom:10px;
	}
	
.formulario label {
	color:#006caf;
	margin-top:10px;
	font-size:14px;
	}

/* intro Wrap */

#intro {
	padding-top: 50px;
}

#features {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color:#003d6b;
}

#features .ac a{
	font-size: 20px;
}

/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #34495e;
	padding-top: 50px;
	padding-bottom: 50px;
}

#showcase h1 {
	color: white;
}

#footerwrap {
	background-color: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}

/*---------------------------------------------------------------------------------
8. REGISTER FORM
-------------------------------------------------------------------------------*/

#registerform {
	position: relative;
	float: left;
	width: 100%;
	padding: 30px 30px 30px 30px;
	margin-bottom:20px;

}

#registerform input {
	width: 95%;
	height: 3rem;
	margin-bottom: 5px;
	border: none;
	background: #ffffff;
	border-radius: 2px;
	font-size: 1.6rem;
	color: #555555;
}

#registerform select {
	width: 95%;
	height: 3rem;
	margin-bottom: 5px;
	border: none;
	background: #ffffff;
	border-radius: 2px;
	font-size: 1.6rem;
	color: #555555;
}

.form-control {
	 display: block;
	 width: 95%;
	 height: 34px;
	 padding: 6px 12px;
	 font-size: 14px;
	 line-height: 1.42857143;
	 color: #000;
	 background: rgba(255,255,255,0.5);
	 background-image: none;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
	 }

#registerform input.input-verify {
	display:inline-block;
}

#registerform input:focus {
	outline: 0;
	border: 2px solid #3d5d00;
	background-color: #ffffff;
	color: #1a1a1a;
}

/* The button */
#registerform input.submit {
	margin-top: 10px;
	height: 5rem;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
	transition: background 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	box-shadow: 0px 2px 0px 0px #334e00;
	
}

#registerform input.submit:hover {
	color: #f3f3f2;
}

#registerform input[type="submit"][disabled] {
	color: #ffffff;
}

/* Success & Error Style For Register Form */
