.career-banner {
  background: url(../images/we-need-you-message-concept-Career-Page-min.jpg)
    bottom center;
  background-size: cover;
}
.career-banner .banner-content-wrapper {
  min-height: 580px !important;
}
.career-wrapper {
  padding-block: 90px 45px;
  h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: #1a3967;
  }
  p {
    text-align: center;
    font-family: lato;
  }
}
.form-heading {
  font-family: "Montserrat", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #1a3967;
}
.career-form {
  padding: 30px;
  border: 1px solid #1a3967;
  .form-label,
  .form-check-label {
    color: #1a3967;
  }
  .form-control {
    border-color: #1a3967;
    border-radius: 2px;
    height: 45px;
    &:focus {
      border: 1px solid #bcbcbc;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    }
  }
  button {
    background: #4ab03b;
    width: 82px;
    border-radius: 4px;
    color: #fff;
    &:hover{
      background: #2b6622;
      color: #fff;
    }
  }
}
