body {
  margin: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/fwd2026/bg.png");
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Fwd2026Font", sans-serif;
}
@font-face {
  font-family: "Fwd2026Font";
  src: url("/images/fwd2026/font.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.container {
  min-height: 100vh;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-align: center;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  text-align: center;
}
.input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.input::-moz-placeholder {
  color: white;
  opacity: 1;
}
.input::-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.input::placeholder {
  color: white;
  opacity: 1;
}
.input::-webkit-input-placeholder {
  color: white;
}
.input::-moz-placeholder {
  color: white;
}
.input:-ms-input-placeholder {
  color: white;
}
.input::-ms-input-placeholder {
  color: white;
}
.errors {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.errors ul {
  list-style: none;
  padding: 0;
}
.button {
  width: 150px;
  border: none;
  background: none;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  width: 100%;
}
.success-title {
  font-size: 30px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.success-text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
