.banner-bid {
  background-image: url(../assets/plain-background-img.jpg);
}

.banner-join {
  background-image: url(../assets/plain-background-img.jpg);
}

.form-group label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #fff;
}

.form-details .form-control {
  border-color: transparent;
  background: transparent;
  color: #9797b9;
  border-radius: 0;
  border: 1px solid #47476d;
  box-shadow: none;
  line-height: 28px;
  padding: 10px 16px;
  font-size: 12px;
  outline: none;
  font-size: 18px;
}

.col-lg-12 {
  margin-bottom: 20px;
}

.col-lg-6 {
  margin-bottom: 20px;
}

.form-details {
  background-color: #20203e;
  padding: 20px;
}

.order-box {
  background-color: #20203e;
  padding: 15px;
  transition: 0.3s;
}

.order-box:hover {
  transform: translateY(-5px);
}

.product-outer {
  border-bottom: 1px solid #47476d;
  padding: 15px 0;
}

.form-check {
  border-bottom: 1px solid #47476d;
  margin-top: 10px;
}

.form-check input {
  width: 20px;
  height: 20px;
  line-height: 24px;
  margin-top: 0;
  border: 1px solid #d217cb;
  border-radius: 100px;
  top: 2px;
}

.btn-outer .order-btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 22px 23px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(90deg, #6b43f8 0%, #d217cb 100%);
  border: none;
  border-radius: 0;
  transition: 0.3s;
}

.btn-outer .order-btn:hover {
  background-image: linear-gradient(90deg, #d217cb 0%, #6b43f8 100%);
  transform: translateY(-5px);
}

.total,
.price,
.pay {
  color: #9797b9;
}