.invalid,
.invalid_check {
  background-color: #ffdddd;
}
.err_msg {
  color: red;
  margin-bottom: 0px !important;
}

.tab {
  display: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 3px ridge rgba(17, 128, 192, 0.056);
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #e6e6e6;
  border: none;
  border-radius: 50%;
  display: inline-block;
}

.step.finish {
  background-color: #86acc5;
}

.step.active {
  background-color: #115e90 !important;
}

h3 {
  font-size: 1.5rem;
}

body{
  background-color: #fafafa;
}

div.header{
  background-color: white;
  border-bottom: solid 2px #99a8cc3b;
}