body {
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
  font-style: normal;
}
table {
  border: 1px solid #c7c7c7;
  border-collapse: collapse;
  background-color: #F1F3F5;
  text-align: left;
  margin: auto;
}
td {
  padding: 0.5em 1em;
}
table#login_form {
  width: 500px;
  margin-top: 100px;
}
td#title {
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
  color: #F07100;
  padding-left: 200px;
}
td#login_logo {
  text-align: center;
  font-size: 9px;
  color: #9f9f9f;
  width: 200px;
}
td.login_name {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 0px;
}
input.submit {
  width: 98px;
  height: 24px;
  background: url("img/submit.gif") no-repeat top left;
  font-weight: bold;
  color: #2673C2;
  font-size: 10px;
  border: 0px;
}
td#alert {
  color: #C10000;
  font-weight: bold;
}
