body {
  margin: 0px;
}
#banner {
  position: relative;
  display: block;
  width: 968px;
  height: 248px;
  overflow: hidden;
  border: #efefef 1px solid;

  background: url(../images/bumper-logo-color.png) 444px 14px no-repeat;
  background-color: #ffffff;
  background-size: 115px 20px;
}

#ad {
  display: flex;
  align-items: center;

  overflow: hidden;
  width: 968px;
  height: 248px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #363636;
  font-family: Arial, sans-serif;
}

.headline {
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;

  width: 100%;
  margin-bottom: 38px;
}
.highlightTXT {
  color: #ff4722;
  font-style: italic;
}

.image-wrapper {
  width: 157px;
  margin-left: 120px;
  margin-top: 8px;
}
.car-preview {
  width: 157px;
  height: 85px;
}
.subheadline {
  color: #000000;

  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 18px;
}

form {
  display: flex;
  flex-wrap: wrap;

  margin: 0;
  padding: 0;
  margin-left: 30px;
}
.bp-input {
  position: relative;
  width: 388px;
  height: 43px;
  background-color: #fff;
  box-shadow: inset 0 -2px 3px 0 rgb(135 54 193 / 35%);
  border: solid 1px #a39fa4;

  font-size: 20px;
  border-radius: 3px;
  font-weight: 400;
  color: #000;
  text-align: left;
}

label {
  font-size: 16px;
  line-height: 18px;
  color: #ff4722;
  background-color: #fff;
  padding: 0px 6px;
  position: absolute;
  top: -10px;
  left: 10px;
}
.text_input {
  width: 95%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px;

  font-size: 20px;
  font-weight: 400;
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
  margin-top: 12px;
  padding-left: 15px;
}
.bp-input input:focus,
.bp-input select:focus {
  outline: none;
}

input::placeholder {
  color: #767676;
}

.submit-btn {
  width: 145px;
  height: 43px;
  background-color: #000;
  color: #fff;

  border: none;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;

  border-radius: 40px;

  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-left: 13px;
}

.submit-btn:hover {
  background: linear-gradient(to left, #8736c1, #ff4722);
  border: #00000000;
}

.security-logo {
  position: absolute;
  width: 59px;
  height: 25px;
  right: 155px;
  top: 200px;
}
