#createAccount,
.create {
  display: none;
}

#next {
  padding: 1rem 2rem;
  display: inline-block;
  border: none;
  background: #e0e0e0;
  border: 0.1rem solid #004c69;
  border-radius: 0.4rem;
  color: #004c69;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  background: #004c69;
  color: white;
  transition: background 0.3s;
}
#next:hover {
  text-shadow: none;
}
#next .mat-icon {
  margin-right: 0.5rem;
}
#next .mat-icon.right {
  margin-left: 0.5rem;
  margin-right: 0;
}
#next:disabled {
  border-color: #e0e0e0 !important;
  background: #e0e0e0 !important;
  color: #646464 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  cursor: not-allowed !important;
}
@media (max-width: 575px) {
  #next {
    width: 100%;
  }
}
#next:hover, #next:focus {
  background: #337087;
}
#next:active {
  background: #003c56;
}

#forgotPassword {
  padding: 1rem 2rem;
  display: inline-block;
  border: none;
  background: #e0e0e0;
  border: 0.1rem solid #004c69;
  border-radius: 0.4rem;
  color: #004c69;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  background: none;
  border-color: transparent;
  text-decoration: underline;
  transition: background 0.3s;
  font-weight: 400;
}
#forgotPassword:hover {
  text-shadow: none;
}
#forgotPassword .mat-icon {
  margin-right: 0.5rem;
}
#forgotPassword .mat-icon.right {
  margin-left: 0.5rem;
  margin-right: 0;
}
#forgotPassword:disabled {
  border-color: #e0e0e0 !important;
  background: #e0e0e0 !important;
  color: #646464 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  cursor: not-allowed !important;
}
@media (max-width: 575px) {
  #forgotPassword {
    width: 100%;
  }
}
#forgotPassword:hover, #forgotPassword:focus {
  text-shadow: 0 0 0.02rem currentcolor;
  background: #e6edf0;
}
#forgotPassword:active {
  background: #ccdbe1;
}
@media (max-width: 575px) {
  #forgotPassword {
    width: 100%;
    background: #e6edf0;
  }
  #forgotPassword:hover, #forgotPassword:focus {
    background: #ccdbe1;
  }
}

.signin.fluv-select-button-group, .options.fluv-select-button-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.signin.fluv-select-button-group .fluv-select-button, .options.fluv-select-button-group .fluv-select-button {
  padding: 1.5rem 1.8rem;
  flex-direction: row;
  text-align: center;
  font-size: 1.6rem;
}
.signin.fluv-select-button-group .fluv-select-button .fluv-icon, .signin.fluv-select-button-group .fluv-select-button .fluv-select-button-img, .options.fluv-select-button-group .fluv-select-button .fluv-icon, .options.fluv-select-button-group .fluv-select-button .fluv-select-button-img {
  font-size: 4rem;
  height: 4rem;
  width: 4rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  vertical-align: middle;
}
.signin.fluv-select-button-group .fluv-select-button .fluv-select-button-img, .options.fluv-select-button-group .fluv-select-button .fluv-select-button-img {
  display: inline-block;
  background-repeat: no-repeat;
  background-position-x: right;
}

.claims-provider-list-buttons .options .accountButton:last-child {
  display: none;
}
.claims-provider-list-buttons .options #FasCitizenEIDExchange .fluv-select-button-img {
  background-image: url("../images/e-id.svg");
  width: 2rem;
}
.claims-provider-list-buttons .options #FasCitizenITSMEExchange .fluv-select-button-img {
  background-image: url("../images/itsme.svg");
}

@media (max-width: 576px) {
  .fluv-window {
    margin: 0;
  }
  .fluv-window .fluv-window-content.has-sections .fluv-window-header {
    padding: 2rem 2rem;
    padding-bottom: 0;
  }

  .signin.fluv-select-button-group .fluv-select-button, .options.fluv-select-button-group .fluv-select-button {
    width: auto;
    margin: 0.4rem;
    flex-direction: column;
  }
  .signin.fluv-select-button-group .fluv-select-button:first-child, .options.fluv-select-button-group .fluv-select-button:first-child {
    margin-left: 0;
  }
  .signin.fluv-select-button-group .fluv-select-button:last-child, .options.fluv-select-button-group .fluv-select-button:last-child {
    margin-right: 0;
  }
  .signin.fluv-select-button-group .fluv-select-button .fluv-icon, .signin.fluv-select-button-group .fluv-select-button .fluv-select-button-img, .options.fluv-select-button-group .fluv-select-button .fluv-icon, .options.fluv-select-button-group .fluv-select-button .fluv-select-button-img {
    margin-right: 0;
    display: block;
    width: 100%;
    height: 3.5rem;
    font-size: 3rem;
  }
  .signin.fluv-select-button-group .fluv-select-button .fluv-select-button-img, .options.fluv-select-button-group .fluv-select-button .fluv-select-button-img {
    background-position-x: center;
  }

  .claims-provider-list-buttons .options #FasCitizenEIDExchange .fluv-select-button-img {
    width: 100%;
  }
}