.job {
  margin-bottom: 40px; }

.openings h2 {
  margin-bottom: 30px; }

.job-info {
  margin-bottom: 32px; }

.job h3 {
  margin-bottom: 16px;
  font: normal normal 800 24px/44px Poppins;
  color: #212529; }

.job h3::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 17px;
  height: 17px;
  background-color: #6000b8; }

.job h4 {
  margin-bottom: 16px;
  font: normal normal 600 20px/35px Poppins;
  color: #212529; }

.job p {
  font: normal normal normal 16px/28px Poppins; }

form {
  width: 50%;
  min-width: 400px; }

form > div {
  margin-bottom: 40px;
  display: flex;
  align-items: center; }

form > div img {
  width: 24px;
  height: 24px;
  object-fit: contain; }

form > div input {
  margin-left: 24px;
  padding: 5px;
  width: 100%;
  font: normal normal normal 20px/32px Poppins;
  outline: none;
  border: none;
  border-bottom: 1px solid #747474; }

/* fill upload */
.drop-zone {
  margin-bottom: 40px;
  width: 677px;
  height: 314px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f1f3f5 0% 0% no-repeat padding-box;
  cursor: pointer; }

.drop-zone label {
  cursor: pointer; }

.drop-zone__input {
  display: none; }

.drop-zone img {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  object-fit: contain; }

.drop-zone p {
  font: normal normal normal 20px/40px Poppins; }

.success-msg {
  margin-bottom: 20px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: #f1f3f5;
  display: none; }

.mailsent .filldetails,
.mailsent .t-btn {
  display: none !important; }

.success-msg img {
  margin-bottom: 32px;
  width: 164px;
  height: 164px; }

.success-msg h3 {
  margin-bottom: 8px;
  color: black; }

.success-msg p {
  font: normal normal normal 24px/40px Poppins; }

.mob {
  display: none; }

@media screen and (max-width: 800px) {
  form {
    width: 100%;
    min-width: 300px; }
  form > div {
    margin-bottom: 40px;
    width: 90%;
    display: flex;
    align-items: center; }
  form > div input {
    margin-left: 16px;
    font: normal normal normal 16px/24px Poppins; }
  .drop-zone {
    padding: 16px;
    width: 100%;
    height: 200px; }
  .desk {
    display: none; }
  .mob {
    display: block; }
  .drop-zone img {
    margin-bottom: 20px;
    width: 25px;
    height: 24px; }
  .success-msg {
    height: 250px; }
  .success-msg img {
    margin-bottom: 20px;
    width: 50px;
    height: 50px; } }

.drop-zone--over {
  border-style: solid; }

.drop-zone__input {
  display: none; }

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative; }

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center; }

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