.tab a {
  font-family: Epilogue;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.43;
  color: #cecbc1;
  text-decoration: none;
  transition: 0.5s ease;
}
.tab a:hover, .tab a.active {
  color: #f6b913;
}
.tab .border-yellow.form-group-sm {
  padding: 1.5rem;
}
.tab .border-yellow.form-group-sm .info-right {
  margin-top: 1rem;
  align-self: center;
}
@media (min-width: 576px) {
  .tab .border-yellow.form-group-sm .info-right {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.tab h1 {
  font-family: Epilogue;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

.tab-group {
  list-style: none;
  display: flex;
  overflow-x: auto;
  padding: 0;
  margin: 0 0 -4px 0;
  position: relative;
  z-index: 10;
  box-shadow: inset 0px -5px 15px -10px #000000;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li {
  display: flex;
  width: 100%;
}
.tab-group li a {
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: 0.5s ease;
  white-space: nowrap;
  border-bottom: 4px solid #e8e5db;
  padding: 15px;
}
.tab-group li a:hover, .tab-group li a.active {
  border-bottom: 4px solid #f6b913;
}
.tab-group li.active a {
  border-bottom: 4px solid #f6b913;
  color: #f6b913;
}

.tab-content > div {
  display: none;
}
.tab-content > div:first-child {
  display: block;
}

.tab-content.card {
  border: solid 4px #e8e5db;
  background-color: #ffffff;
  padding: 1.5rem;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

@media (min-width: 576px) {
  .tab-content.card {
    padding: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .tab-group {
    box-shadow: none;
  }
  .tab-group li {
    width: auto;
  }
  .tab-group li a {
    width: auto;
    text-align: left;
  }
  .tab-group li a:first-child a {
    padding-left: 0;
  }
}
