body {
	background: url(../images/fundo-site2.png) #d1e9ee;
	background-position:center top;
    background-repeat:no-repeat;
}

.starter-template {
	padding: 40px 15px;  
}

.border{
	border:6px solid #FFF;
}

img{
	max-width:100%;
}


h4{
padding-left:10px;
padding-top:20px;
}

.form-horizontal .form-control:focus {
  border:1px solid #FFB647;
  box-shadow:none;
}

.form-horizontal .form-control {
  background:#FFF;
  border:1px solid #FFFFFF;
  border-radius:0;
  height:40px;
}

.form-horizontal .btn {
  background:#057eac;
  color:#FFF;
  border-radius:0;
  font-size:13px;
  font-weight:800;
  padding:10px 65px;
  text-transform:uppercase;
  margin-left:8px;
}
.btn-default {
  background:#FFFFFF;
  border-color:#CCCCCC;
  color:#333333;
}
bootstrap.min.css
.btn {
  -webkit-user-select:none;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-weight:400;
  margin-bottom:0;
  padding:6px 12px;
  text-align:center;
  touch-action:manipulation;
  vertical-align:middle;
  white-space:nowrap;
}