.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  background-image: linear-gradient(135deg, #e8f4f6, #ededfe);
}

.container-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg-form {
  width: 310px;
  min-width: 310px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #424242;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.email {
  height: 44.2px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #d6d6d6;
  border-radius: 6px 6px 0px 0px;
}

.email:focus-visible {
  border-width: 2px;
  border-color: #0070c9;
}

.email[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #0070c9;
}

.email::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
}

.email:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
}

.email::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
}

.email::placeholder {
  font-family: Montserrat, sans-serif;
}

.email.lg {
  border-bottom-style: none;
}

.email.lg:focus-visible {
  border-bottom-style: solid;
}

.email.lg[data-wf-focus-visible] {
  border-bottom-style: solid;
}

.ref-code {
  height: 44.2px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: none solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
}

.ref-code:focus-visible {
  border: 2px solid #0070c9;
}

.ref-code[data-wf-focus-visible] {
  border: 2px solid #0070c9;
}

.pwd {
  height: 44.2px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-family: Montserrat, sans-serif;
}

.pwd:focus-visible {
  border: 2px solid #0070c9;
}

.pwd[data-wf-focus-visible] {
  border: 2px solid #0070c9;
}

.submit-button {
  width: 100%;
  height: 45px;
  border-radius: 15px;
  background-color: #0a66c2;
  font-family: Montserrat, sans-serif;
}

.logo {
  margin-bottom: 70px;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #0070c9;
  font-weight: 500;
  text-decoration: none;
}

.forgot-pwd {
  margin-bottom: 6px;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #0070c9;
  font-weight: 500;
  text-decoration: none;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link-3 {
  border: 1px none #0070c9;
  color: #0070c9;
  font-weight: 500;
  text-decoration: none;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.checkbox-label {
  font-size: 15px;
  font-weight: 500;
}

.checkbox {
  width: 14px;
}

.checkbox.w--redirected-checked {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border-color: #0070c9;
  background-color: #0070c9;
  font-weight: 500;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.principal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.meniu-stanga {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: auto;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  font-weight: 700;
}

.continut-dreapta {
  width: 100%;
  margin-left: 100px;
  padding: 16px 25px 25px;
  background-color: transparent;
}

.body-3 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.titlu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito, sans-serif;
  color: #474747;
  font-size: 16px;
  font-weight: 700;
}

.profil {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 6px;
  background-color: #fff;
}

.profil:hover {
  background-color: #f7f7f7;
}

.logo-company {
  margin-right: 8px;
  margin-left: 4px;
  border-radius: 0px;
}

.image {
  border-radius: 20px;
}

.titlu_companie {
  width: 100%;
  padding: 0px;
}

.text-block-2 {
  font-family: Nunito, sans-serif;
  color: #465a69;
  font-size: 15px;
  font-weight: 400;
}

.icon {
  top: 0%;
  right: -10%;
  bottom: 0%;
  margin-top: 4px;
  margin-right: 0px;
}

.text-block-3 {
  width: auto;
  font-family: Nunito, sans-serif;
  color: #465a69;
  font-size: 15px;
  font-weight: 400;
}

.dropdown {
  width: 140px;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-list {
  left: 0px;
  top: 30px;
  display: none;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 6px;
  background-color: #fff;
  font-family: Nunito, sans-serif;
}

.dropdown-link {
  font-weight: 400;
}

.dropdown-link-2 {
  font-weight: 400;
}

.meniu {
  height: 100%;
  padding-top: 10px;
  border-top: 1px solid #ccd0d5;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  min-width: 196px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item:hover {
  border-radius: 6px;
  background-color: #f2f2f2;
}

.link-4 {
  font-family: Nunito, sans-serif;
  color: #1c2b33;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.creeaza_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 36px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-4 {
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11px;
  padding: 9px 16px 9px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 6px;
  background-color: #1e62c0;
  font-family: Nunito, sans-serif;
  text-decoration: none;
}

.link-block:hover {
  background-color: #1c55a5;
}

.image-2 {
  margin-right: 7px;
}

.jobs-list {
  height: auto;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
}

.job-det {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 6px;
}

.ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-5 {
  margin-bottom: 3px;
  font-family: Nunito, sans-serif;
  color: #2557a7;
  font-size: 16px;
  font-weight: 700;
}

.text-block-6 {
  margin-bottom: 3px;
  font-family: Nunito, sans-serif;
  font-weight: 500;
}

.text-block-7 {
  font-family: Nunito, sans-serif;
  font-weight: 500;
}

.btn-actiune {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-right: 8px;
  border-radius: 6px;
}

.button-2 {
  border-radius: 6px;
}

.btn-des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 5px;
  padding: 8px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(224, 38, 38, 0.8);
  text-decoration: none;
}

.btn-des._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 8px;
  padding: 8px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #8fa81f;
  text-decoration: none;
}

.btn-des._2 {
  background-color: rgba(30, 156, 53, 0.86);
}

.text-block-8 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.image-3 {
  padding-right: 7px;
}

.image-4 {
  padding-right: 7px;
}

.adauga-job {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 470px;
  height: 88%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 0 9px 1px rgba(0, 0, 0, 0.17);
}

.header-addjob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 6px 10px 6px 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-9 {
  font-family: Nunito, sans-serif;
  color: #2557a7;
  font-size: 18px;
  font-weight: 700;
}

.img-close {
  cursor: pointer;
}

.form-block {
  width: 400px;
  margin-bottom: 0px;
}

.field-label {
  font-family: Nunito, sans-serif;
  color: #1c2b33;
  font-weight: 700;
}

.form {
  font-family: Nunito, sans-serif;
}

.continut-job {
  width: auto;
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 8px;
  background-color: #fff;
}

.partea-sus {
  width: 432px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 0px;
  text-align: center;
}

.heading-2 {
  color: #1c1e21;
}

.text-block-10 {
  font-family: 'Sf pro text', sans-serif;
  color: #606770;
  font-size: 15px;
  font-weight: 500;
}

.f1 {
  position: relative;
  width: 432px;
  padding-top: 16px;
  border-top: 1px solid #dadde1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}

.camp-formular {
  width: 100%;
  padding: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd0d5;
  border-radius: 5px;
  background-color: #f5f6f7;
}

.camp-formular:focus-visible {
  border-width: 2px;
  border-color: #1e62c0;
}

.camp-formular[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #1e62c0;
}

.camp-formular::-webkit-input-placeholder {
  font-family: 'Sf pro text', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.camp-formular:-ms-input-placeholder {
  font-family: 'Sf pro text', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.camp-formular::-ms-input-placeholder {
  font-family: 'Sf pro text', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.camp-formular::placeholder {
  font-family: 'Sf pro text', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.camp-formular._2 {
  width: 100%;
  background-color: transparent;
}

.camp-formular._2::-webkit-input-placeholder {
  color: #000;
}

.camp-formular._2:-ms-input-placeholder {
  color: #000;
}

.camp-formular._2::-ms-input-placeholder {
  color: #000;
}

.camp-formular._2::placeholder {
  color: #000;
}

.camp-formular._3 {
  width: 100%;
  height: auto;
}

.submit-button-2 {
  height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 6px;
  background-color: #01a400;
  font-family: 'Sf pro text', sans-serif;
  font-size: 18px;
}

.submit-button-2.profile {
  height: 40px;
  padding: 10px 20px 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Sf pro text', sans-serif;
}

.mixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea {
  height: 400px;
}

.textarea-2 {
  height: 400px;
}

.textarea-3 {
  padding: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd0d5;
  border-radius: 5px;
}

.textarea-3:focus-visible {
  border-width: 2px;
  border-color: #1e62c0;
}

.textarea-3[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #1e62c0;
}

.type-jb {
  width: 49%;
}

.slry {
  width: 49%;
}

.text-block-11 {
  color: #606770;
  font-size: 12px;
}

.text-block-12 {
  color: #606770;
  font-size: 12px;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd0d5;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.select-field:focus-visible {
  border-width: 2px;
  border-color: #1e62c0;
}

.select-field[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #1e62c0;
}

.status {
  display: block;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label-2 {
  margin-left: 8px;
  color: #333;
  font-weight: 400;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.checkbox-2.w--redirected-checked {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-color: #1e62c0;
  border-radius: 4px;
  background-color: #1e62c0;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.adauga {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-5 {
  position: absolute;
  left: 10px;
  top: 8px;
  bottom: 8px;
}

.error-message {
  background-color: #be4b49;
  color: #fff;
}

.text-block-13 {
  font-family: 'Sf pro text', sans-serif;
}

.success-message {
  margin-top: 55px;
  background-color: transparent;
}

.text-block-14 {
  margin-top: 31px;
  font-family: 'Sf pro text', sans-serif;
  font-size: 16px;
}

.image-6 {
  position: absolute;
  left: 18px;
  top: 9px;
  bottom: 11px;
}

.navbar {
  background-color: transparent;
}

.container {
  padding-bottom: 0px;
}

.image-7 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid {
  max-width: 900px;
  margin-top: 78px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 7px;
  color: #2d2d2d;
  font-size: 28px;
  line-height: 28px;
}

.body-4 {
  font-family: Nunito, sans-serif;
}

.paragraph-2 {
  margin-bottom: 12px;
  color: #767676;
  font-size: 15px;
}

.text-field {
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd0d5;
  border-radius: 5px;
  background-color: #e4e4e4;
}

.file-upld {
  margin-bottom: 10px;
}

.file-upld._2 {
  margin-bottom: 20px;
}

.modifyjob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 470px;
  height: 90%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 0 9px 1px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 991px) {
  .heading {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .submit-button {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: 100vh;
  }

  .container-main {
    height: 100vh;
    max-height: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .reg-form {
    width: 100%;
    max-width: 400px;
    min-width: auto;
    margin-top: 86px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .logo {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

#w-node-ff49be4e-7947-6a4a-f8b1-4b3d27c6ff6c-4325912b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16d8576d-e98e-d3db-25e0-57dfb3e9bd2c-4325912b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_45edcc08-4c7b-d866-bcb3-d5fad7436280-4325912b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}