main {
  display: block;
  width: 480px;
  padding: 80px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

p {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  background: #f2f2f2;
  padding: 20px 0;
  box-sizing: border-box;
}

form label {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}

form input {
  width: 200px;
  font-size: 15px;
  line-height: 1;
}

buton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 32px;
  background: #244d91;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 10px auto 0;
  cursor: pointer;
}

buton:hover {
  opacity: 0.8;
}
