.jobsList {
  margin: 2rem;
}

.jobDescription {
  text-align: start;
}

.registerBody {
  background-image: linear-gradient(to right, #bbd2c5, #536976);
  display: flex;
  height: 100vh;
  align-items: center;
  /* justify-content: center; */
}

.formContainer {
  width: 100%;
  height: 100%;
}

.freeSpace {
  margin: 1rem !important;
  display: inline;
  float: right;
}

.goBack {
  text-decoration: none;
}

.goBack:hover {
  text-decoration: underline;
}

.registerContainer {
  background-color: white;
  padding: 2rem 5rem !important;
  border-radius: 0.5rem;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.label {
  width: 20%;
}

.genderRadio {
  margin: 0.5rem;
  margin-left: 1rem !important;
}

.profile {
  margin: 1rem;
  margin-left: 1rem !important;
}
