body h1 {
  color: #ff6600;
  text-align: center;
  font-size: 50px;
}

div.main {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 10px;
}

.form-box {
  position: relative;
  margin: 5% auto;
  width: 320px;
  height: 400px;
  margin-top: 10px;
}

.input_area {
  margin: auto;
}

input {
  width: 18em;
  padding: 0.8em;
  margin-bottom: 8px;
}

th {
  text-align: left;
}

.login,
.forget {
  color: white;
  border-radius: 5px;
  border: none;
  width: 17em;
  height: 3em;
  align-items: center;
  margin-top: 30px;
}

.login {
  background-color: #ff6600;
}

.login:hover {
  background-color: #973e02;
}

.forget {
  background-color: #9BBB59;
}

.forget:hover {
  background-color: #7aa329;
}
