body {
  font-size: 1em;
  text-align: center;
  background-color: #fff;
  background-size: cover;
  background-attachment: fixed;
/*  background-image: url(/assets/img/bg1.jpg); */
}

footer {
    padding: 25px;
}

h1 {
  font-family: 'ubuntumono', sans-serif;
  font-size: 3em;
  color: #000;
}

#pw_length {
    margin-right: 20px;
}

h2 {
    font-size: 1.13em;
    color: #000;
    display: inline-block;
}

p {
  font-size: 16px;
}

#options {
  line-height: 1.5;
  font-size: 1em;
}

#result {
  padding: 30px;
}

#result > input {
  display: inline-block;
  padding: 15px;
  font-size: 20px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

#options form label {
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
}

#options form br {
  	clear: both;
}

#options form input[type="text"] {
  background-color: #eee;
  border: 0;
  font-size: 1.1em;
  width: 50px;
  text-align: center;
}

.input_info {
  padding-top: 5px;
  display: block;
  float: left;
}

footer {
  padding-bottom: 70px;
  font-size: 0.9em;
  line-height: 1.5;
}

.passwd-wrapper {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1em;
  border: 1px solid #eee;
  transition: ease all 0.3s;
}


.passwd-wrapper a {
  display: block;
  text-align: right;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 10px;
  color: #000;
  text-decoration: none;
  font-size: 0.75em;
}

.passwd-wrapper a:hover span {
  background-color: #000;
  color: #fff;
}

.passwd-wrapper a span {
  display: inline-block;
  background-color: #666;
  color: #fff;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.passwd-wrapper.selected {
  background-color: #e4e2cc;
  border: 1px solid #e4e2cc;
}

.passwd {
  font-size: 1.6em;
}

.passwd-wrapper:hover {
  border: 1px solid #000;
}

#legal {
  line-height: 1.7;
}

#footer {
  font-size: 0.8em;
}

#footer a {
  color: #000;
}

#hosting {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 0.9em;
  line-height: 1.5;
}

#hosting a {
  color: #000;
}
