@CHARSET "ISO-8859-1";

@font-face {
	font-family: 'Bauhaus';
	src: url('Bauhaus-Medium.eot');
	src: url('Bauhaus-Medium.eot?#iefix') format('embedded-opentype'),
		url('Bauhaus-Medium.woff') format('woff'),
		url('Bauhaus-Medium.ttf') format('truetype');
	font-weight: medium;
	font-style: normal;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Bauhaus Medium';
  margin: 0;
  background-color: #E6E6E6;
  font-size: 16px;
}

a:active,
a:visited,
a:hover {
  outline: 0;
  color: #777;
}

a { color: white; }

h1 {
  font-size: 3em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

img {
  border: 0;
}

p {
	font-size: 18px;
	color: #808080;
	margin: 0;
}

.row {margin-top: 20px; }

.form-control {
  height: 45px;
  font-size: 18px;
  color: #808080;
  background-color: #fff;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-bottom: 0.7em;
  box-shadow: none;
  width: 100%;
}

input, textarea {
  padding: 6px 12px;
  font-size: 18px;
  color: #808080;
  background-color: #fff;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-bottom: 0.7em;
  box-shadow: none;
  width: 100%;
}

input[type="checkbox"] {width: 30px;}

form {margin-top: 20px;}

label {display: none;}

.col-md-12 {
}

button{
	background-color: black;
	height: 45px;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	width: 100%;
	margin-top: 20px;
}

 button:hover {
   background-color: #333; 
 }
 
 .brand {
 	position: relative;
    width: auto;
    height: auto;
    border: 1px solid #fff;
    margin-bottom: 12px; 
    padding-top: 65px;
    padding-bottom: 65px;
    
}

.img-logo {
	position: absolute;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer {
	padding: 38px 20px;
	text-align: center;
	bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    margin-top: 3%;
    background-color: black;
    font-size: 16px;
}

.footer-copyright p{
	color: #bbb;
	font-size: 16px;
	line-height: 25px;
}

 

