.login .form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.login .form-signin .form-signin-heading,
.login .form-signin .checkbox {
  margin-bottom: 10px;
}
.login .form-signin .checkbox {
  font-weight: normal;
}
.login .form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.login .form-signin .form-control:focus {
  z-index: 2;
}
.login .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.login .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.login {
  margin-top: 20px;
}

header .dropdown-menu > li button[type="submit"] {
  display: block;
  width: 100%;
  text-align: left;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

header .dropdown-menu > li button[type="submit"]:hover {
  text-decoration: none;
}

header .dropdown-menu > li button[type="submit"]:focus {
  text-decoration: none;
  outline: none;
}

header .dropdown-menu > li:hover {
  background-color: #f5f5f5;
}

.timecard-edit .signature {
  border: 2px black solid;
  margin: 20px 0;
}

.navbar {
  margin-bottom: 0;
}

.timecard-edit table input[type="text"]{
  width: 100%;
  text-align: right;
  border: none;
}

.timecard-edit table input[type="text"]:focus{
  outline: none;
}

.timecard-edit table td, .timecard-edit table th {
  text-align: right;
  padding-right: 5px;
}

.timecard-edit img {
  max-height: 40px;
}

#signature-form {
  padding: 5px;
  border: 2px black solid;
  margin-bottom: 5px;
}

img.signature {
  max-height: 50px;
}