.apply {
  color: #333;
  padding-bottom: 30px;
}
.apply .label_error {
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
}
.apply .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.apply .info .red {
  font-size: 16px;
  font-weight: 600;
  color: #EB2D4B;
}
.apply .info input[type=text] {
  width: 300px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: 0;
  padding: 10px 20px;
}
.apply .info input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: 0;
}
.apply .info textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.apply .info .email-text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}
.apply .info .file-input-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.apply .info .file-input {
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #141ED2;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 10px;
}
.apply .info .file-input:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
.apply .info .file-input-hidden {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}
.apply .info .confirm-accept {
  position: relative;
}
.apply .info .confirm-accept .label_error {
  position: absolute;
  bottom: 0;
  margin-top: 10px;
  margin-bottom: -5px;
}
.apply .info .grid-checkbox {
  display: grid;
  grid-template-columns: 16px auto;
  grid-gap: 10px;
}
.apply .info .btn-apply {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
}
.apply .info .btn-apply img {
  width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 10px;
}
.apply .info .btn-apply p {
  font-size: 14px;
  font-weight: 600;
}
.apply .info .btn-apply-submit {
  background: #EB2D4B;
  color: #fff;
}
.apply .info .btn-apply-close {
  border: 1px solid #A0D2FF;
  color: #141ED2;
}
.apply .about-job {
  margin-bottom: 30px;
}
.apply .about-job b {
  line-height: 25px;
}

@media all and (max-width: 768px) {
  .apply .info input[type=text] {
    width: 100%;
  }
  .apply .info textarea {
    max-width: 100%;
  }
}

/*# sourceMappingURL=apply.css.map */
