﻿span.round-tab {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: relative;
  left: 0;
  text-align: center;
  font-size: 24px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.tab-step-1::after,
.tab-step-2::after {
  content: "";
  position: absolute;
  width: 84%;
  z-index: -54;
  top: 27%;
  left: 58%;
  border-bottom: 2px solid #e0e0e0;
}
.tab-step-1.completed::after,
.tab-step-2.completed::after {
  border-bottom: 3px solid #90bf7a;
}

.tab-step-1 .step-title,
.tab-step-2 .step-title,
.tab-step-3 .step-title {
  padding: 3% 3% 3% 0;
  display: block;
}
.tab-step-1.active .step-title,
.tab-step-2.active .step-title,
.tab-step-3.active .step-title {
  color: #90bf7a;
  font-weight: 600;
}
.tab-step-1.active span.round-tab, .tab-step-1.completed span.round-tab,
.tab-step-2.active span.round-tab,
.tab-step-2.completed span.round-tab,
.tab-step-3.active span.round-tab,
.tab-step-3.completed span.round-tab {
  border-color: #90bf7a;
}

.tab-step-1 .round-tab {
  background-image: url("../../Content/Images/request-password-reset.png");
  background-repeat: no-repeat;
  background-position: center;
}

.tab-step-2 .round-tab {
  background-image: url("../../Content/Images/sent-verification-link.png");
  background-repeat: no-repeat;
  background-position: center;
}

.tab-step-3 .round-tab {
  background-image: url(../../Content/Images/create-new-password.png);
  background-repeat: no-repeat;
  background-position: center;
}

#content-wrap {
  max-width: 100% !important;
  padding: 0 5%;
}
#content-wrap .row {
  max-width: 100% !important;
}

.video-title {
  text-align: center;
  margin: 0 auto;
}

.video-section {
  width: 33em;
  max-width: 33em;
  margin: 0% 0%;
  display: inline-block;
  text-align: center;
  float: none !important;
}

.password-reset-side-image {
  margin-top: 12%;
  height: 235px;
  width: 100%;
  border: 2px solid #90bf7a;
}

.password-reset-email {
  width: 75% !important;
}

/* portrait orientation */
@media only screen and (min-width: 280px) and (max-width: 667px) and (orientation: portrait) {
  #content-wrap .row {
    max-width: none !important;
  }
  .password-reset-email {
    width: 100% !important;
  }
  .video-section {
    width: 23em;
  }
  .password-reset-side-image {
    height: 160px;
  }
  .tab-step-1,
  .tab-step-2,
  .tab-step-3 {
    display: none;
  }
  .tab-step-1.active,
  .tab-step-2.active,
  .tab-step-3.active {
    display: block;
  }
  .tab-step-1::after,
  .tab-step-2::after {
    display: none;
  }
}
@media only screen and (min-width: 667px) and (max-width: 979px) {
  .tab-step-1,
  .tab-step-2,
  .tab-step-3 {
    width: fit-content;
    float: left !important;
  }
}
@media only screen and (min-width: 979px) and (max-width: 1030px) {
  .video-section {
    width: 26em;
  }
  .password-reset-side-image {
    height: 190px;
  }
}
