body {
  color: #222; }

.login-page {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-y: visible; }

p {
  color: #4A4A4A; }

label {
  display: block;
  margin-top: 8px; }

.header {
  width: 100%;
  max-width: 560px;
  display: flex;
  margin: 32px auto 16px auto; }

.account-select {
  text-align: center; }
  .account-select .login-button {
    display: none; }
  .account-select .current-account {
    display: flex;
    padding: 16px;
    margin-bottom: 16px;
    text-align: left;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #FFF; }
    .account-select .current-account .account-select-icon {
      border-radius: 24px;
      background: #F3F3F3;
      width: 38px;
      min-width: 38px;
      height: 38px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 8px; }
      .account-select .current-account .account-select-icon svg {
        width: 12px; }
    .account-select .current-account .account-select-info {
      overflow: auto;
      padding-right: 8px; }
      .account-select .current-account .account-select-info .account-select-name {
        color: #222222;
        font-weight: 900;
        margin-bottom: 1px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100%); }
      .account-select .current-account .account-select-info .account-select-email {
        color: #959595;
        font-weight: 400;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100%); }
    .account-select .current-account .account-select-arrow {
      color: #58698D;
      margin-left: auto;
      align-self: center;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 24px;
      width: 24px;
      min-width: 24px; }
      .account-select .current-account .account-select-arrow svg {
        width: 10px; }
    .account-select .current-account:hover {
      background: #F3F3F3;
      cursor: pointer; }
      .account-select .current-account:hover .account-select-icon {
        background: #FFF; }
      .account-select .current-account:hover .account-select-arrow {
        border-radius: 16px;
        background: #1E3360;
        color: #FFF; }

.login-page .signup-link-container {
  display: flex;
  justify-content: center;
  padding: 24px 0; }

.green-card-img {
  pointer-events: none;
  position: absolute;
  z-index: 9;
  width: 90%;
  height: 224px;
  bottom: 0; }

.remember-me-login-container {
  display: flex;
  flex-direction: column; }

.login-button {
  width: 100%;
  box-sizing: border-box; }

a.login-button {
  text-decoration: none; }

.error {
  /* H6/Regular */
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px; }

.error p.error-msg {
  padding-left: 2px;
  color: #D1380A;
  word-break: break-all; }

.remember-me-checkbox-error-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1;
  margin-top: 23px; }

.forgot-link {
  margin-left: 0;
  margin-top: 24px;
  margin-bottom: 8px; }

.horizontal-separator {
  height: 1px;
  background-color: #606060;
  flex: 2; }

.horizontal-separator-platinum .horizontal-separator {
  background-color: #EBEBEB; }

.horizontal-separator-container {
  display: flex;
  align-items: center;
  padding: 24px 0 32px 0; }
  @media screen and (max-width: 768px) {
    .horizontal-separator-container {
      padding: 8px 0 16px 0; } }

.login-msg {
  font-size: 14px;
  color: #606060;
  flex-basis: content;
  padding: 0 15px;
  text-align: center; }

.login-link-container-primary,
.login-link-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.external-link-container {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  margin: 0 4px;
  min-width: 83px; }

.external-link-container:first-child {
  margin-left: 0; }

.external-link-container:last-child {
  margin-right: 0; }

.external-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #EBEBEB;
  border-radius: 8px;
  font-family: Lato;
  font-size: 14px;
  font-weight: 900;
  color: #222;
  text-decoration: none;
  margin: 0 auto 24px auto;
  background-color: #ffffff; }
  .external-link:hover {
    opacity: 0.75; }

.login-link-container-primary .external-link {
  margin-bottom: 4px; }

.external-button {
  max-height: 24px;
  display: flex; }

.sso-icon {
  width: 16px;
  height: 16px;
  object-fit: contain; }

.login-sso-button .sso-icon {
  width: 24px;
  height: 24px;
  padding-right: 8px; }

.button-text {
  color: #222;
  font-size: 14px;
  margin-left: 8px;
  margin-top: 2px;
  height: 18px; }

.signup-text {
  color: #606060;
  font-size: 14px; }

.signup-link {
  z-index: 10; }

.toggled {
  color: #6e7894; }

.logged-out-text {
  font-size: 16px;
  color: #4A4A4A;
  margin-left: auto;
  margin-right: auto; }
  .logged-out-text a {
    font-size: 16px;
    text-decoration: underline; }

.logged-out-header {
  font-weight: 300;
  color: #6E7894;
  font-size: 2.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px; }

.remember-me-checkbox-container {
  align-items: flex-start; }

.checkbox-input {
  margin-right: 8px; }

.logout-subtext {
  margin-left: auto;
  margin-right: auto; }

.logout-form {
  display: flex; }

.yes {
  margin-left: auto;
  margin-right: auto; }

.signout {
  display: none; }

.username, .password {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px; }
  .username::-ms-reveal, .password::-ms-reveal {
    display: none; }

.use-password-instead-link {
  text-align: center;
  margin-top: 8px; }

@media (max-width: 768px) {
  .login-link-container {
    flex-direction: column; }
  .external-link-container {
    margin: 0; }
  .external-link {
    margin-bottom: 4px; } }
