.hero-bg, .hero-bg.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/request/request_hero_bg_1x.jpg");
}
.n1, .n1.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/request/request_n1_1x.jpg");
}
.n2 {
    background-image: url("https://www.paypalobjects.com/webstatic/da_DK/mktg/wright/request/request_n2_1x.jpg");
}
.n3 {
    background-image: url("https://www.paypalobjects.com/webstatic/da_DK/mktg/wright/request/request_n3_1x.jpg");
}
.n4, .n4.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/request/request_n4_1x.jpg");
}

/* /resources/css/newdesign/eightball-request-money.less */
.request-money-form .controls {
  margin: 10px 0;
  width: 300px;
}
.request-money-form .controls .input-wrapper {
  display: block;
}
.request-money-form input {
  margin: 0;
}
.request-money-form .controls input[type="text"],
html[data-device-type="mobile"] .request-money-form .controls {
  width: 100%;
}
.request-money-form input[type="submit"] {
  width: 99.7%;
}
html[data-device-type="dedicated"] .request-money-form input[type="submit"],
html[data-device-type="portable"] .request-money-form input[type="submit"] {
  width: 300px;
}
.request-money-form .controls input.amount-currency {
  width: 76%;
}
.request-money-form .controls select.currency {
  width: 24%;
}
/*********************************************************/
.controls:first-child label.error-msg {
  /* so error will not overlap */
  z-index: 4;
}
.controls label.error-msg {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  background: #9C2B36;
  background: rgba(156, 43, 54, 0.9);
  color: #fff;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 10px;
  z-index: 3;
}
/* style the currency dropdown */
input[type="number"] ~ select,
input.amount-currency ~ select {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: top;
  position: relative;
  top: 0;
  left: -1px;
}
html[data-device-type="mobile"] form .input-wrapper.caboose.error:before {
  /*right: 90px;*/
  right: 25%;
}
html[data-device-type="mobile"] form .input-wrapper.caboose.error:after {
  right: 25.16%;
}

