/* Common styles */
.opf-form {
  width: 100%;
  margin: 0 auto;
  min-width: 350px;
  max-width: 450px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(180deg, #2972a3 0%, #32b0b0 47.92%, #c6c7ab 100%);
  box-shadow: 0px 0px 100px 0px #0000001a;
  font-size: 18px;
}
.opf-form-inner {
  width: 100%;
  padding-bottom: 20px;
  background-image: url("waveform.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.opf-form-container {
  width: calc(100%);
  height: 100%;
  padding: 30px 0 0 0;
}

.opf-heading {
  font-size: 33px;
  font-weight: 700;
  line-height: 35p;
  text-align: center;
  text-transform: uppercase;
}

.opf-content {
  margin: 20px auto 0 auto;
  max-width: 360px;
  font-weight: 400;
  line-height: 1.3em;
}

.opf-value {
  display: inline-block;
  margin: 15px 0 10px 0;
  padding: 20px 50px 10px 50px;
  background: url("input.png") center center no-repeat;
  color: #1d5477;
  border-radius: 20px;
  font-size: 2.8em;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}
.opf-value span {
  display: none;
}

.opf-submit {
  display: inline-block;
  margin: 20px 0;
  padding: 13px 60px;
  border: 0;
  border-radius: 32px;
  background: #fbd241;
  box-shadow: 0px 0px 20px 0px #ff9900 inset;
  color: #454545;
  cursor: pointer;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  outline: none;
}
.opf-submit:hover {
  box-shadow: 0px 0px 20px 0px #ffe500 inset;
  box-shadow: 0px 4px 32px 0px #fbd241;
}
.opf-submit:focus {
  box-shadow: 0px 10px 15px 0px #c97a03 inset;
}

.opf-alt {
  display: block;
  font-size: 15px;
  color: #777777;
}
.opf-alt:hover {
  color: #858585;
}

.opf-footer {
  padding: 12px 15px;
  border-radius: 0 0 10px 10px;
  background: white;
  color: #858585;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5em;
}
.opf-footer a {
  color: #858585;
}
.opf-footer a:hover {
  color: #777777;
}

/* Form White */
.form-white {
  background: #298da3;
}
.form-white .opf-form {
  background: white;
  color: #298da3;
  box-shadow: 0px 0px 30px 0px #0000004d;
}
.form-white .opf-form-inner {
  background-image: none;
}
.form-white .opf-value {
  background-image: url("input-w.png");
  color: #298da3;
}
.form-white .opf-value span {
  display: inline-block;
  font-weight: 100;
}

.form-white .opf-submit {
  background: #298da3;
  box-shadow: 0px 0px 20px 0px #66d8d1 inset;
  color: white;
}
.form-white .opf-submit:hover {
  box-shadow: 0px 0px 20px 0px #72f6ff inset;
  box-shadow: 0px 4px 32px 0px #47b2ba;
}
.form-white .opf-submit:focus {
  box-shadow: 0px 10px 15px 0px #1c6170 inset;
}

.form-white .opf-footer {
  background: #298da3;
  color: white;
}
.form-white .opf-footer a {
  color: white;
}
.form-white .opf-footer a:hover {
  color: #ebebeb;
}
