form{
  background: #ffffff;
  margin: 100px auto;
  padding: 15px 40px 40px 40px;
  width: 70%;
}

.tab p{
  font-size: 20px;
  margin: 0 0 10px 0;
}

input{
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

.index-btn-wrapper{
  display: flex;
}

.index-btn{
  margin: 20px 15px 0 0;
  background: red;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  transition: 0.3s;
	border-radius: 12px;
}

.index-btn:hover{
  opacity: 0.8;
}

 /* Progress bar container */
    .progress-container {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin-bottom: 30px;
      width: 100%;
    }

 /* Gray line behind */
    .progress-container::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      right: 15px;
      height: 5px;
      background: #dee2e6;
      z-index: 0;
      transform: translateY(-50%);
    }

 /* Blue line in front */
    .progress-bar-line {
      content: "";
      position: absolute;
      top: 50%;
      left: 15px;
      height: 4px;
      background: #0d6efd;
      z-index: 1;
      transform: translateY(-50%);
      transition: width 0.4s ease;
      width: 0%;
    }

.step{
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0 2px;
  color: white;
	z-index: 2;
  background: red;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.25;
}

.subbutt {
    color: #D4490A;
    background-color: #F5F4F4;
    border-color: #D4490A;
    border-radius: 12px;
    border-width: thick;
    font-weight: bold;
}

.inline-form {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
	


/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #F40041;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #F40041;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}
