.subscription-page h2 {
  margin: 50px 0 25px 0;
  color: #519abe;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}

.contract-form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 28px 100px 30px;
}

.contract-form span {
  display: block;
  margin-bottom: 10px;
  color: #a90404;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.subscription-page input,
.subscription-page select {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  background: white;
  font-family: Roboto, sans-serif;
  color: rgb(97, 97, 97);
  border: 1px solid rgb(97, 97, 97);
  border-radius: 4px;
  height: 36px;
  padding-left: 10px;
  display: inline-block;
}

.subscription-page label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgb(97, 97, 97);
  font-family: Roboto, sans-serif;
  display: inline-block;
  margin-bottom: 5px;
}

.subscription-page input,
.subscription-page select {
  margin-bottom: 10px;
}

.subscription-page select option {
  color: rgb(97, 97, 97);
  font-size: 14px;
}

.subscription-page select,
.subscription-page input[type="number"] {
  border-radius: 0;
}

.subscription-page input[type="submit"] {
  background-color: #496587;
  border-color: #496587;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 35px;
  margin-top: 15px;
  transition: all 0.3s;
}

.subscription-page input[type="submit"]:hover,
.subscription-page input[type="submit"]:focus,
.subscription-page input[type="submit"]:active {
  background-color: #4678b3;
  border-color: #4678b3;
}

.subscription-page input[type="submit"]:last-of-type {
  margin-top: 0;
}

.subscription-page .content p.error {
  width: 100%;
  color: #a90404;
  font-weight: bold;
  text-align: center;
}

.transfer {
  width: 100%;
  max-width: 450px;
  margin: 28px auto;
}

.transfer p,
.transfer h3 {
  width: 100%;
}

.transfer h3 {
  margin-bottom: 15px;
  background-color: rgb(17, 121, 17);
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 20px;
}
