#myBtnup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  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);
}

.bg {
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
}

.bg {
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

.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%;
  /* top: 5rem; */
}

.input-group-drive {
  position: relative;
}

.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);
  font-family: HyundaiSansHeadOfficeMedium !important;
}

.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);
  font-family: HyundaiSansRegular !important;
}

.input:focus,
input:valid {
  outline: none;
  border: 1.5px solid #1a73e8;
  font-family: HyundaiSansHeadOfficeMedium !important;
}

.input:focus ~ .user-label,
input:valid ~ .user-label {
  font-family: HyundaiSansHeadOfficeMedium !important;
  transform: translateY(-50%) scale(0.8);
  background-color: #ffffff;
  padding: 0 0.2em;
  color: #2196f3;
}

.spacing {
  width: 100% !important;
  margin: 0 10px 0 0 !important;
}

.btn-submit {
  font-family: HyundaiSansHeadOfficeMedium !important;
  background-color: #053266;
  color: #ffffff;
  border: none;
}

.border-space {
  width: 80%;
  margin: auto;
}

.user-labels {
  color: #302d2d95;
}

.label-preffered {
  font-family: HyundaiSansRegular !important;
  color: #00000095;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 1% 0;
  }
  .bg {
    margin-top: 7rem;
  }
}
