/* LOGIN FORMS */
#wrapper {
  width: 250px;
}

* html #wrapper {
  width: 350px;
}

#settings-header #tsi-logo img {
  max-width: 250px;
}

div#ipbasedtable {
  padding-top: 1em;
}

.username label,
.password label {
  font-weight: bold;
}

.username input,
.password input {
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.15em;
}

fieldset#submit-buttons {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}
