/* line 1, app/assets/stylesheets/views/public/lp_general.scss */
body {
  background-color: #e9eef2;
}

/* line 4, app/assets/stylesheets/views/public/lp_general.scss */
input::placeholder {
  font-weight: 400;
  opacity: 0.5;
  color: #3b5158;
}

/* line 10, app/assets/stylesheets/views/public/lp_general.scss */
.i-checks {
  height: 15px;
  width: 15px;
  color: #2563eb;
}

/* line 16, app/assets/stylesheets/views/public/lp_general.scss */
.form-group {
  margin-bottom: 0;
  display: grid;
}

/* line 21, app/assets/stylesheets/views/public/lp_general.scss */
.admin-form-input:not([type="checkbox"]) {
  min-height: 0;
  margin-top: 0;
  border-width: 0;
}

/* line 27, app/assets/stylesheets/views/public/lp_general.scss */
input[type="text"],
input[type="email"] {
  min-height: 0;
  padding: 0;
}

/* line 33, app/assets/stylesheets/views/public/lp_general.scss */
.loader-santander {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0563b0;
  width: 120px;
  height: 120px;
  -webkit-animation: spin-loader-santander 2s linear infinite;
  animation: spin-loader-santander 2s linear infinite;
}

/* line 43, app/assets/stylesheets/views/public/lp_general.scss */
.color-slider {
  background: linear-gradient(to right, #c0ecff, #39bff9, #0563b0) !important;
}

@media screen and (min-width: 1340px) {
  /* line 48, app/assets/stylesheets/views/public/lp_general.scss */
  .bg-image-santander {
    background-image: url(/assets/bg_santander_desk-65083f70611f67407d765467a79ee2fdec50c280b0d435615dd7e53551ed283d.webp);
  }
}

/* line 53, app/assets/stylesheets/views/public/lp_general.scss */
.currency-symbol {
  font-size: 24px;
  padding-top: 5px;
  margin-right: 2px;
}

/* line 59, app/assets/stylesheets/views/public/lp_general.scss */
.currency-number {
  font-size: 36px;
}
