.bg {
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

#myBtnup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 170, 210, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgba(0, 170, 210, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

.cover {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
}

.px-15 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

@media (max-width: 798px) {
  .px-15 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

.title h1 {
  position: absolute;
  font-size: 110px;
  line-height: 120px;
  letter-spacing: 0px;
  /* font-weight: bold; */
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
  font-weight: bold;
}

.input-group-drive {
  position: relative;
}

.col-sc {
  margin-top: 20px;
  display: flex;
}

.row-cs {
  display: flex;
  place-items: center;
}

@media (max-width: 700px) {
  .col-sc {
    display: block;
  }
}

.input {
  width: 100%;
  border: solid 1.5px #9e9e9e;
  border-radius: 1rem;
  background: none;
  padding: 1rem;
  font-size: 1rem;
  color: #000000;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.user-label {
  font-size: 20px;
  position: absolute;
  left: 15px;
  color: #302d2d95;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input:focus,
input:valid {
  outline: none;
  border: 1.5px solid #1a73e8;
}

.input:focus ~ .user-label,
input:valid ~ .user-label {
  transform: translateY(-50%) scale(0.8);
  background-color: #ffffff;
  padding: 0 0.2em;
  color: #2196f3;
}

.spacing {
  width: 100% !important;
  margin: auto !important;
}

.carImage {
  width: 50%;
  height: auto;
  margin: auto;
  display: none;
}

.g-recaptcha {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #183153;
  font-family: HyundaiSansHeadOfficeMedium !important;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.g-recaptcha:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: rgba(0, 170, 210, 1);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.g-recaptcha:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.g-recaptcha,
.inq {
  text-align: center;
  text-decoration: none;
  width: auto;
  padding: 10px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.g-recaptcha:hover .inq {
  color: #ffffff;
  animation: scaleUp 0.3s ease-in-out;
}

.red {
  color: red;
}

.black {
  color: #000000;
  font-size: 23px;
  font-family: HyundaiSansHeadOfficeMedium !important;
}

.black-title {
  color: #000000;
  font-size: 44px !important;
}

.We {
  font-family: HyundaiSansRegular !important;
  color: #000000;
  font-size: 23px;
  font-weight: 600;
}

.Every {
  line-height: 2;
}

.owner {
  font-family: HyundaiSansRegular !important;
  color: #000000 !important;
  font-size: 16px !important;
  margin: 0 20px;
}

#myForm {
  font-family: HyundaiSansRegular !important;
}

/* Responsive */

@media (max-width: 768px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 1% 0;
  }
  .spacing {
    margin: 10px 0 !important;
  }
  form {
    padding: 0 !important;
  }
  .user-label {
    font-size: 15px;
  }
   .bg {
    margin-top: 7rem;
  }
}
