* {
    box-sizing: border-box;
  }
  
  body {
    background: rgb(2,23,48);
  background: linear-gradient(90deg, rgba(2,23,48,1) 0%, rgba(0,0,34,0.9808298319327731) 53%, rgba(0,212,255,1) 100%)
  
  }
  
  #grad1 {
      background: rgb(2,23,48);
  background: linear-gradient(90deg, rgba(2,23,48,1) 0%, rgba(0,0,34,0.9808298319327731) 53%, rgba(0,212,255,1) 100%)
  }
  .logo{
      width:90px;
      height:90px
  }
  
  #progressbar {
      margin-bottom: 30px;
      overflow: hidden;
      color: lightgrey
  }
  
  #progressbar .active {
      color: #000000
  }
  
  #progressbar li {
      list-style-type: none;
      font-size: 12px;
      width: 25%;
      float: left;
      position: relative
  }
  
  #progressbar #account:before {
      font-family: FontAwesome;
      content: "\f023"
  }
  
  #progressbar #personal:before {
      font-family: FontAwesome;
      content: "\f007"
  }
  
  #progressbar #payment:before {
      font-family: FontAwesome;
      content: "\f09d"
  }
  
  #progressbar #confirm:before {
      font-family: FontAwesome;
      content: "\f00c"
  }
  
  #progressbar li:before {
      width: 50px;
      height: 50px;
      line-height: 45px;
      display: block;
      font-size: 18px;
      color: #ffffff;
      background: lightgray;
      border-radius: 50%;
      margin: 0 auto 10px auto;
      padding: 2px
  }
  
  #progressbar li:after {
      content: '';
      width: 100%;
      height: 2px;
      background: lightgray;
      position: absolute;
      left: 0;
      top: 25px;
      z-index: -1
  }
  
  #progressbar li.active:before,
  #progressbar li.active:after {
      background: #021730;
      border:solid 2px #ffc600
  }
  
  #progressbar li.active:before,
  #progressbar li.active:after {
      background: #021730;
      border:solid 2px #ffc600
  }
  
  #progressbar li.finish:before,
  #progressbar li.finish:after {
      background: #021730;
      border:solid 2px #ffc600
  }
  
  #regForm1 {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px;
  }
  
  h1 {
    text-align: center;  
  }
  
  input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  }
  
  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  
  button {
    background-color: #04AA6D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
  }
  
  button:hover {
    opacity: 0.8;
  }
  
  #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step1 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step .finish {
    background: #021730;
      border:solid 2px #ffc600
  }
  
  
  
  #grad1 {
      background: rgb(2,23,48);
  background: linear-gradient(90deg, rgba(2,23,48,1) 0%, rgba(0,0,34,0.9808298319327731) 53%, rgba(0,212,255,1) 100%)
  }
  .logo{
      width:90px;
      height:90px
  }
  
  #regForm {
      text-align: center;
      position: relative;
      margin-top: 20px
  }
  
  #regForm fieldset .form-card {
      background: white;
      border: 0 none;
      border-radius: 0px;
      box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
      padding: 20px 40px 30px 40px;
      box-sizing: border-box;
      width: 94%;
      margin: 0 3% 20px 3%;
      position: relative
  }
  
  #regForm fieldset {
      background: white;
      border: 0 none;
      border-radius: 0.5rem;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding-bottom: 20px;
      position: relative
  }
  
  #regForm fieldset:not(:first-of-type) {
      display: none
  }
  
  #regForm fieldset .form-card {
      text-align: left;
      color: #9E9E9E
  }
  
  #regForm input,
  #regForm textarea {
      padding: 0px 8px 4px 8px;
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0px;
      margin-bottom: 25px;
      margin-top: 2px;
      width: 100%;
      box-sizing: border-box;
      font-family: montserrat;
      color: #2C3E50;
      font-size: 16px;
      letter-spacing: 1px
  }
  
  #regForm input:focus,
  #regForm textarea:focus {
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: none;
      font-weight: bold;
      border-bottom: 2px solid #021730;;
      outline-width: 0
  }
  
  #regForm .action-button {
      width: 100px;
      background: #021730;;
      font-weight: bold;
      color: white;
      border: 0 none;
      border-radius: 0px;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 5px
  }
  
  #regForm .action-button:hover,
  #regForm .action-button:focus {
      box-shadow: 0 0 0 2px white, 0 0 0 3px #021730;
  }
  
  #regForm .action-button-previous {
      width: 100px;
      background: #616161;
      font-weight: bold;
      color: white;
      border: 0 none;
      border-radius: 0px;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 5px
  }
  
  #regForm .action-button-previous:hover,
  #regForm .action-button-previous:focus {
      box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
  }
  
  select.list-dt {
      border: none;
      outline: 0;
      border-bottom: 1px solid #ccc;
      padding: 2px 5px 3px 5px;
      margin: 2px
  }
  
  select.list-dt:focus {
      border-bottom: 2px solid #021730;
  }
  
  .card {
      z-index: 0;
      border: none;
      border-radius: 0.5rem;
      position: relative
  }
  
  .fs-title {
      font-size: 25px;
      color: #2C3E50;
      margin-bottom: 10px;
      font-weight: bold;
      text-align: left
  }
  
  #progressbar {
      margin-bottom: 30px;
      overflow: hidden;
      color: lightgrey
  }
  
  #progressbar .active {
      color: #000000
  }
  
  #progressbar li {
      list-style-type: none;
      font-size: 12px;
      width: 25%;
      float: left;
      position: relative
  }
  
  #progressbar #account:before {
      font-family: FontAwesome;
      content: "\f023"
  }
  
  #progressbar #personal:before {
      font-family: FontAwesome;
      content: "\f007"
  }
  
  #progressbar #payment:before {
      font-family: FontAwesome;
      content: "\f09d"
  }
  
  #progressbar #confirm:before {
      font-family: FontAwesome;
      content: "\f00c"
  }
  
  #progressbar li:before {
      width: 50px;
      height: 50px;
      line-height: 45px;
      display: block;
      font-size: 18px;
      color: #ffffff;
      background: lightgray;
      border-radius: 50%;
      margin: 0 auto 10px auto;
      padding: 2px
  }
  
  #progressbar li:after {
      content: '';
      width: 100%;
      height: 2px;
      background: lightgray;
      position: absolute;
      left: 0;
      top: 25px;
      z-index: -1
  }
  
  #progressbar li.active:before,
  #progressbar li.active:after {
      background: #021730;
      border:solid 2px #ffc600
  }
  
  
#progressbar li.active:before,
#progressbar li.active:after {
    background: #021730;
    border:solid 2px #ffc600
}
  
  .fit-image {
      width: 100%;
      object-fit: cover
  }