html, body {
  background-image: none !important;
}
h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 img {
  width: 100%;
  max-width: 700px;
}

.login {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.login-input-title {
  display: flex;
  justify-content: left;
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;
}
.login-input-text {
  box-sizing: border-box;
  width: 100%;
  max-width: 420px;
  min-height: 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEEE;
  padding: 0px 8px 0px 8px;
  margin-bottom: 20px;
}
.links {
  width: calc(100% - 20px);
  margin:20px 10px 40px 10px;
}
.links a {
  text-decoration: none;
  color: #0B69D9;
  font-size: 16px;
}
.links-password {
  margin-bottom: 8px;
}

.login-button-area {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.login-button-area a {
  width: 100%;
}
.login-button-area button {
  width: 100%;
  height: 44px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  background-color: #F07B0C;
  border: none;
  border-radius: 4px;
}
.login-button-area button:hover {
  background-color: #e58200;
}