/* Career page – extends ezstylesheet.css */

.step-label {
  font-size: 12px;
  color: #929292;
  text-align: right;
  margin-bottom: 4px;
}

.role-btn,
.avail-btn {
  border: 2px solid #446971 !important;
  background: none !important;
  color: #446971 !important;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.role-btn.role-selected,
.avail-btn.role-selected {
  background-color: #446971 !important;
  color: #fff !important;
}

.body-text {
  font-size: 15px;
  color: #5e5e5e;
  line-height: 1.5;
}

#career-success h2 {
  color: #446971;
}

textarea.form-control {
  border-radius: 8px;
  border-color: #929292;
}

select.form-control {
  border-radius: 8px;
  border-color: #929292;
  color: #5e5e5e;
  padding: 10px 12px;
  height: auto;
}
