* { padding: 0; margin: 0; border: 0 }

html {  
  background: url(../../public/images/hatter.jpg);
  background-repeat: no-repeat;
  background-size: 822px 600px;
  background-attachment: fixed;
  background-position: center 0px; 
  background-color: black;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: white;
}

input {
    height: 30px;
    padding-left: 10px;
}

td {
    padding: 5px;
}

h3 {
    padding-left: 30px;
    padding-top: 10px;
}

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

a:link {
    text-decoration: none;
    color: white;
}
a:visited {
    text-decoration: none;
    color: white;
}
a:hover {
    text-decoration: underline;
    color: white;
}
a:active {
    text-decoration: none;
    color: white;
}

ul { list-style: none; margin-left: 60px; }
li {
	float: left;
	margin-right: 40px;
	font-family: inherit;
}
.nav {
  margin-left: 250px;
  margin-top: 80px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  color: gray;
}
.nav > li > a:visited {
  text-decoration: none;
  color: white;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav > .pull-left {
  float: left;
}

.form-pad {
    padding-left: 10px;
    padding-bottom: 5px
}

.form-pad-le {
    margin-left: 10px;
    position: absolute;
}
.formdiv {
    position: absolute;
    margin-top: 80px;
    margin-left: 300px;
    width: 300px;
    background-color: #333333;
    border-radius: 5px;
    padding: 10px;
}

.container {
    position: absolute;
    margin-top: 120px;
    margin-left: 300px;
}

.container-table {
    position: absolute;
    margin-top: 40px;
    margin-left: 300px;
}

.container-index {
    position: absolute;
    margin-top: 80px;
    margin-left: 300px;
}

.btn {
    margin-left: 20px;
    height: 20px; 
    width: 120px;
    background-color: white
}