/* font */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:600,400,300');

/* body */
body {
  background-color: #136972;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #333;
  min-height: 100%;
}

/* form-signin */
.form-signin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 220px;
  padding: 20px;
  margin: -131px auto auto -191px;
  background-color: #fff;
}
.form-signin .form-signin-heading {
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 22px;
  line-height: 37px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e2e2e2;
}
.form-signin .form-signin-heading small {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
.form-signin button {
  padding: 11px 26px;
}
.form-signin h4 {
  color: #f07444;
}
