.steps button:focus {
  outline: none !important;
}

.steps .submitDiv {
  left: 0;
  bottom: 20px;
}

.steps .auth-bg-va-blue-200 {
  background-color: #E2E3EF;
}

.steps .auth-bg-va-teal-200 {
  background-color: #e5f6f5;
}

.steps .auth-bg-va-pink-200 {
  background-color: #F7DDE6;
}

.steps .auth-bg-va-gray-200 {
  background-color: #e0e0e0;
}