/* login */

body {
  background-color: background;
  margin: 50px 0;
  padding: 0;
  text-align: center;
}

#login {
  width: 400px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
  border: 2px outset;
  background-color: buttonface;
}

input.inputText {
  width: 320px;
}

input.disabledText {
  width: 320px;
}

input.inputCheckbox {
  background-color: buttonface;
  color: buttontext;
}

input.inputButton {
  width: 75px;
}

