html {
  position: relative;
  min-height: 100%;
}

body {
    background: url(../images/background-2017.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
      margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  color: #252012;
  font-weight: 400;
}
.footer a {color: #252012; }
.footer a:hover {color: #ac742b;}

.topbar {
    background: #cccbc8;
    padding: 20px 0 25px 0;
}

.caixaLogin {
    margin-top: 60px;
}

.caixaLogin .top {
    background: #ac742b;
    padding: 30px 0 35px 0;
}

.caixaLogin .body{
    background: #fff;
    padding: 40px 20px;
    border-bottom: 6px solid #c9c8c7;
}

.caixaLogin .body p{
    font-size: 20px;
    color:#ac742b;
    padding-left: 20px;
    font-weight: 400;
}

.caixaLogin input.form-control {
    border-radius: 0px;
    border:0px;
    border-bottom: 2px solid #eeeeee;
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
    box-shadow: none;
}

.caixaLogin input.form-control:focus {
    border-bottom-color: #06489c;
}



.caixaLogin .form-group {
  margin-bottom: 0px;
}

.btn-login {
  color: #515254;
  background:#fff;
  border:2px solid #515254;
  padding:12px 50px;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 30px;
}

.btn-login:hover,
.btn-login.focus,
.btn-login:focus,
.btn-login.active,
.btn-login:active {
  color: #fff;
  background-color: #252012;
  border-color: #252012;
}

.checkbox {
    margin-top: 40px;
    display: inline-block;
}
.checkbox input[type=checkbox] {
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #000;
}
.checkbox label {padding-left: 25px;}

input[type=checkbox] {
	display: none;
}
label:before {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: #fff;
	box-shadow: none;
    border:2px solid #000;
}
.checkbox label:before {
    border-radius: 10px;
}

input[type=checkbox]:checked + label:before {
    font-family: FontAwesome;
    content: "\f00c";
	font-size: 10px;
	color: #000;
	text-align: center;
    line-height: 12px;
}

@media (max-width: 768px) {

}

@media (max-width: 320px) {
    .caixaLogin {
        margin-top: 30px;
    }

}
