.content {
  width: 25%;
  padding: 50px 50px;
  line-height: 30px;
  background: #fff;
  margin: auto;
  min-height: 300px;
  border-radius: 20px;
  display: table;
  box-shadow: 0px 0px 10px #d2d3d4;
}
.name {
  color: #056ab9;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}
.content ul li {
  line-height: 50px;
  height: 50px;
  font-size: 20px;
}
.content ul li span {
  width: 110px;
  display: block;
  float: left;
  text-align: right;
  padding-right: 10px;
}
.statement {
  color: red;
  padding-bottom: 15px;
}
.rules a {
  color: #014d7c;
}
.content form {
  width: 80%;
  margin: auto;
}
.content input {
  border-radius: 10px;
  height: 45px;
  margin: 10px 0px;
  width: 96%;
  border: solid 2px #1868bf;
  padding-left: 4%;
}
.button {
  background-color: #1868bf;
  border: solid 2px #1868bf;
  border-radius: 10px;
  height: 45px;
  margin: 10px 0px;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.p_button {
  color: red;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
