body {
  background-color: #f0f0f0;
}
.login_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.login_form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
fieldset {
  border: none;
  border-radius: 5px;
  padding: 71px;
  font-family: "Trebuchet MS";
  height: 130px;
  display: flex;
  background-color: white;
  flex-direction: column;
}
legend {
  color: #015017;
  display: none;
}
label {
  color: #015017;
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
input {
  color: #015017;
  display: block;
  border-radius: 4px;
  height: 19px;
  width: 150px;
  margin-bottom: 15px;
}
input[type="submit"] {
  width: 154px;
  height: 30px;
  border-radius: 0;

  font-size: 20px;
}
