.login-pf-page {
  padding-top: 0;
}

.alb-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: white #d2d2d2;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
  border-radius: 20px;
  border: 2px solid white;
}

@media screen and (max-width: 1023px) {
  .alb-wrapper {
    height: auto;
    flex-direction: column;
  }
}

.alb-mock {
  height: 720px;
  width: 626px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 118px;
}

.alb-countdown {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  color: #1a1a1a;
  margin-left: 8px;
}

.hide {
  display: none;
}

.alb-form__row-reorder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.alb-form__row-reorder .alb-order-input {
  order: 1;
  flex-basis: 100%;
}

.alb-form__row-reorder .alb-order-link {
  order: 2;
}

.alb-form__row-reorder .alb-order-timer {
  order: 3;
}

@media screen and (max-width: 1023px) {
  .alb-form__row-reorder .alb-order-input {
    order: 2;
    flex-basis: 100%;
  }

  .alb-form__row-reorder .alb-order-link {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 25px;
  }

  .alb-form__row-reorder .alb-order-timer {
    order: 3;
    flex-basis: 100%;
  }
}
