html,body {
  height:100%;
   font-family: Arial,sans-serif;
}

h1 {
  font-family: Arial,sans-serif
  font-size:80px;
  color:#30bebf;
}

.lead {
	color:#999;
	margin-bottom: 10px;
}



/* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
  background: url("../img/bg-septima.jpg") repeat center;
  color:#eee;
  overflow:hidden;
}

.container-full a {
  color:#30bebf;
  text-decoration:none;
}

.v-center {
  margin-top:10px;
}

.btn-default {
background:#30bebf;
color: white;
}  

.form-group {
margin-bottom: 10px;
}

.endereco {
margin-top: 20px;
margin-bottom: 15px;
color: #999;
line-height: 16px;
font-size: 14px;
}