body {
  padding: 0;
  margin: 0;
}

.Wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.MainLogo {
  color: #2b8d00;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}

.MainLogoDescription {
  margin-bottom: 50px;
  color: #444;
  font-size: 12px;
}

.UserId, .UserPw{
  margin-bottom: 15px;
}

.UserId input, .UserPw input {
  width: 190px;
  height: 35px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #888;
}

.LoginButton {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.LoginButton button {
  margin-top: 40px;
  border: none;
  background-color: #fff;
  text-decoration: underline;
  font-size: 20px;
}

.ButtonWrap {
  width: 200px;
  height: 40px;
  font-size: 20px;
  background-color: #eee;
  border: 1px solid #999;
  margin-bottom: 20px;
}

.ButtonWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  color: #333;
}

.TopHeader {
  position: fixed;
  font-size: 20px;
  color: #eee;
  background-color: #2b8d00;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.TopHeaderBackButton {
  position: absolute;
  border: none;
  background-color: #ffffff00;
  color: #eee;
  font-size: 20px;
  cursor: pointer;
}

.TopHeaderContent {
  display: flex;
  align-items: center;
  justify-content: center;
}
