.btn-black {
  color: #262626 !important;
}

.left-img {
  top: 3%;
  left: 1%;
  width: 45vw;
  height: 60vh;
}

.left-img img {
  width: 100%;
  height: 100%;
  size-adjust: auto;
}

.center-img {
  width: 60vw;
  height: 60vh;
  top: 10%;
  left: 15%;
}

.center-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

.new_footer_top {
  padding: 0px 0px 10px;
  position: absolute;
  overflow-x: hidden;
}

.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 0px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}

.new_footer_top .footer_bg {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("{{asset('assets/images/car.gif')}}") no-repeat center center;
  width: 330px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
  margin-top: 20px;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("{{asset('assets/images/cyclist.gif')}}") no-repeat center
    center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

.account .form-group {
  padding: 0px !important;
}

.account .card {
  max-height: fit-content;
  min-height: 370px;
  width: 450px;
  float: right;
  backdrop-filter: blur(4px) saturate(78%);
  -webkit-backdrop-filter: blur(4px) saturate(78%);
  background-color: rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

.account label {
  font-size: 13px;
}

.form-control {
  height: 35px;
  border: none;
  padding: 4px;
  min-height: 0;
  border-radius: 0px !important;
}

.registrationFormAlert {
  font-size: 0.6rem;
}
