body {
  text-align: center;
  background-color: #dedede;
  height: 100%;
}

#logo {
  margin: 0 auto;
  width: 477px;
  height: 207px;
  background-image: url('./images/loginpage-logo.gif');
}

#loginbox {
  display: block;
  margin: 0 auto;
  width: 20em;
  background-color: #ededed;
  padding: 1.2em;
}

#loginfor {
  font-size: 120%;
  margin-bottom: 2em;
  margin-top: -2.5em;
}

#login {
  float:left;
  margin-top: 5px;
}

/* form style */
form {
  text-align: left;
}

/* tabular form style */

.formtable {
  width:100%;
  border-collapse: collapse;
}

.formtable .firstcolumn {
  font-weight: bold;
  width: 6.5em;
  font-size: 110%;
  padding: .5em 0;
}


input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
  padding: 2px;
  background-color: #fff;
  color: #000;
  border: 1px solid black;
  min-width: 11em;
  width: 50%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
  border: 1px solid #315dc3;
}
