body {
  background-color: #498d73c6;
}

.form-area {
  padding-top: 3%;
  
  
}
.row.single-form {
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.left {
  background:url(../img/back.jpg);
  padding: 180px 90px;
  height: 100%;
}
.left h2 {
  font-family: "poppins", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
}

.left h2 span {
  font-weight: 100;
}
.right {
  
  padding: 70px;
  position: relative;
}
.right i {
  position: absolute;
  font-size: 80px;
  left: -22px;
  top: 30%;
  color: #fff;
}
.form-control {
  border: 2px solid #000;
}
.right button {
  border: none;
  border-radius: 0;
  background-color: #252525;
  width: 180px;
  color: #fff;
  padding: 15px 0;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}
.right button:hover {
  background-color: #252525;
  color: #fff;
}


@media (min-width: 768px) and (max-width: 991px) {
  .right i {
    top: -42px;
    transform: rotate(90deg);
    left: 50%;
  }
}

@media (max-width: 767px) {
  .left {
    padding: 90px 15px;
    text-align: center;
  }

  .left h2 {
    font-size: 25px;
  }

  .right {
    padding: 25px;
  }
  .right i {
    top: -42px;
    transform: rotate(90deg);
    left: 45%;
  }

  .right button {
    width: 150px;
    padding: 12px 0;
  }
}
