.smart-form {
  padding: 0px 48px 60px 48px;
  background-color: rgba(225, 225, 225, 0.2);
  border-right: 30px solid #fff;
}
.smart-form form {
  position: relative;
}
.smart-form .form-group p {
  display: inline-block;
}
.smart-form .credits {
  color: #606060;
}
.smart-form .credits a {
  color: #000000;
  font-size: 11px;
  font-family: "APKProtocol Bold";
}
.smart-form .credits a:hover {
  color: #666666;
}
.smart-form #smart-form-container .mb-5 {
  margin-top: 55px;
}
.smart-form #waterSubmit,
.smart-form .alt-cta {
  min-width: 120px;
  padding: 11px 30px;
  border-radius: 50px;
  margin: 30px 0 14px 0;
  font-family: "APKProtocol Regular";
  border-style: none;
  background-color: #beff00;
  color: #000000;
  max-width: 100%;
  white-space: normal;
}
.smart-form #waterSubmit:hover,
.smart-form .alt-cta:hover {
  background-color: #98cc00;
}
.smart-form #waterSubmit:disabled,
.smart-form .alt-cta:disabled {
  background-color: #e6e6e6;
  color: #808080;
}
.smart-form #waterSubmit:focus,
.smart-form .alt-cta:focus {
  border-color: #98cc00;
  outline: 0px;
  box-shadow: 0 0 0 0.2rem rgba(152, 204, 0, 0.25);
}
.smart-form .loading {
  border-radius: 50%;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 40px;
  z-index: 10;
}
.smart-form .loaded {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  color: #666666;
  position: absolute;
  font-size: 20px;
  right: 25px;
  top: 42px;
  font-weight: 900;
  z-index: 10;
}
.smart-form .loaded:before {
  content: "\f00c";
}
.smart-form .errormessage {
  padding-left: 12px;
  color: #ff0000 !important;
}
.smart-form .error-message,
.smart-form i.glyphicon-remove-circle {
  color: #ff0000;
}
.smart-form .success-message,
.smart-form i.glyphicon-ok-circle {
  color: #000000;
}
.smart-form .success-message a {
  color: #000000;
  font-size: 26px;
  text-decoration: underline;
}
.smart-form-hero {
  width: 100%;
  margin-top: 88px;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  .smart-form-hero {
    min-height: auto;
    margin-top: 71px;
  }
}
@media (max-width: 1350px) {
  .smart-form-hero {
    max-height: 450px;
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 650px) {
  .smart-form {
    border-right: unset;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  .smart-form #recaptcha-container {
    transform: scale(0.8);
    transform-origin: left;
  }
}
