.page-content {
  height: 100%;
  &.no-header {
    margin-top: 0;
  }
}

.login-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
  .content {
    border-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .nav-tabs {
    justify-content: flex-end;
  }
  .outer-tabs {
    justify-content: flex-end;

    .inner-tabs {
      width: 100%;
    }
  }

  .tab-container {
    min-height: inherit;
  }

  .login-footer {
    margin: .5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .actions {
      display: flex;
      align-items: center;
      font-size: smaller;
      .title, a {
        padding-right: 1rem;
      }
      a:last-child {
        padding-right: 0;
      }
    }
  }
  .need-assistance {
    font-size: 0.875rem;
    margin-right: 1rem;
  }
}

yc-language-selector.lang-selector-login {
  margin-top: 1rem;
  margin-left: 2rem;
  a:not([href]):not([tabindex]) {
    color: inherit;
  }
}

@media (max-width: 998px) {
  .container {
    max-width: 968px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 520px) {
  .login-wrapper {
    max-width: 515px;
    .content {
      min-height: 375px;
    }
  }

  .mobile-h-150 {
    height: 150px;
  }
}
@media (max-width: 420px) {
  .login-wrapper {
    max-width: 415px;
    .content {
      min-height: 375px;
    }
  }
}
@media (max-width: 320px) {
  .login-wrapper {
    max-width: 315px;
    .content {
      min-width: 300px;
      min-height: 375px;
    }
  }
}



@media (max-width: 760px) {
  .login-wrapper.non-mobile {
    display: none;
  }
  .fs-modal.mobile-block {
    display: block !important;
  }
}

.fs-modal.mobile-block {
  background-color: rgba(84, 84, 84, 0.94);
  text-align: center;
  z-index: 8000;
  display: none;
}

.fs-icon.mobile-block {
  float: none;
  font-size: 60px !important;
  margin-right: 0px;
  height: 0px;
  opacity: 1;
  color: #fff !important;
  margin-bottom: 0px;
}

.fs-modal-content.mobile-block {
  display: block;
}

.fs-header.mobile-block {
  color: #FFF !important;
  margin-top: 10px;
}

.fs-message.mobile-block {
  color: #FFF !important;
  padding-right: 0px !important;
}