.job-form {
  margin-top: 50px;
  margin-bottom: 50px;
}

.job-form .upload-icon-container {
  background: #00a460;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}
.job-form .upload-icon-container.rtl {
  left: 15px;
  right: unset;
}

.job-form .upload-icon-container svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.job-form .form-control {
  height: 45px;
}

.job-form .input-container {
  margin-bottom: 30px;
}

.job-form textarea {
  min-height: 200px;
}

.job-form ul {
  margin: 0;
  padding: 0;
}

.job-form ul {
  list-style-type: none;
}

.job-form ul > li {
  text-indent: -5px;
}

.job-form ul > li:before {
  content: "-";
  text-indent: -5px;
  padding-right: 10px;
}
.job-form .go-back {
  font-size: 16px;
  color: white !important;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-top: 10px;
  padding-left: 40px;
  background: #00a460;
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .job-form .info-container {
    margin-top: 50px;
    padding: 30px;
  }
}
