html {
  box-sizing: border-box;
  color: #232323;
  font-size: 1rem;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
}

@media (min-width: 37.5rem) {
  body {
    background-color: #f6f6f6;
  }
}
.wk-login-modal, .wk-login-screen {
  display: flex;
  justify-content: stretch;
  align-content: center;
  align-items: center;
  align-self: center;
  flex-direction: column;
}

@media (min-width: 37.5rem) {
  .wk-login-modal, .wk-login-screen {
    display: flex;
    xjustify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
  }
}
.wk-login-screen {
  background-color: #ffffff;
  color: #474747;
  min-width: 320px;
  height: 100vh !important;
  padding-top: 3rem;
}

@media (min-width: 37.5rem) {
  .wk-login-screen {
    background-color: #f6f6f6;
  }
}
.wk-login-screen .wk-login-container {
  max-height: calc(100vh - 1rem);
  max-width: calc(100vw - 1rem);
  min-width: 304px;
  width: 100%;
}

@media (min-width: 37.5rem) {
  .wk-login-screen .wk-login-container {
    max-width: calc(100vw - 2rem);
    min-width: 460px;
    width: auto;
  }
}
@media (min-width: 23.4375rem) {
  .wk-login-screen .wk-login-container {
    max-width: calc(100vw - 1rem);
    min-width: 352px;
  }
}
details, main {
  display: block;
}

.wk-login-modal .wk-login-container .wk-login-layout, .wk-login-screen .wk-login-container .wk-login-layout {
  display: flex;
  justify-content: stretch;
  align-content: center;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  min-height: 240px;
  padding: 30px 16px 30px;
}

@media (min-width: 37.5rem) {
  .wk-login-screen .wk-login-container .wk-login-layout {
    max-width: 460px;
    width: 460px;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
    padding: 30px 32px 30px;
  }
}
.wk-login-header {
  margin: 0.5rem 0 1rem;
}

.wk-login-header .wk-logo {
  text-align: center;
}

.wk-login-header .wk-app-name {
  margin: 8px 0 0;
}

.wk-h3, .wk-h4, h3, h4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.wk-display-1, .wk-display-2, .wk-display-3, .wk-display-4, .wk-h1, .wk-h2, .wk-h3, .wk-h4, .wk-h5, .wk-h6, h1, h2, h3, h4, h5, h6 {
  color: #353535;
}

.wk-field-validation-errors, .userId-field-item {
  margin-bottom: 1rem;
  position: relative;
}

.wk-field {
  margin-bottom: 1rem;
}

.wk-field, .wk-field *, .wk-field *::before, .wk-field *::after {
  box-sizing: border-box;
}

.wk-field {
  margin-bottom: 1rem;
}

.wk-field, .wk-field *, .wk-field *::before, .wk-field *::after {
  box-sizing: border-box;
}

.wk-field-container {
  position: relative;
}

.wk-field, .wk-field *, .wk-field *::before, .wk-field *::after {
  box-sizing: border-box;
}

.wk-field-container {
  position: relative;
}

.wk-field-header {
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.wk-field-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}

.wk-field-error {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 0.25rem;
}

.wk-field-required-indicator, .wk-field-error {
  color: #e5202e;
}

.wk-button-expanded {
  display: block;
  width: 100%;
}

.wk-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #007ac3;
  border: 0.0625rem solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  padding: 0.625rem 1rem;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
}

.wk-button-group-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-right: 0;
}

.wk-login-modal .wk-login-container .wk-login-options, .wk-login-screen .wk-login-container .wk-login-options {
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  align-self: stretch;
  flex-direction: row;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 1.5rem 0 1rem;
}

.account-options .wk-option:first-child {
  border-left: none;
}

.account-options .wk-option {
  border-left: 1px solid #ededed;
  padding: 0 15px;
}

.wk-login-modal .wk-login-container .wk-login-layout .wk-text-right, .wk-login-screen .wk-login-container .wk-login-layout .wk-text-right {
  text-align: right;
}

.account-options .wk-option {
  border-left: 1px solid #ededed;
  padding: 0 15px;
}

.wk-footer {
  background-color: #757575;
  font-size: 0.875rem;
  line-height: 1.28571;
  margin-top: 2rem;
}

.wk-footer-extended {
  position: fixed !important;
  bottom: 0px;
  width: 100vw;
  background-color: #f6f6f6;
  padding: 1rem;
  border-top: solid rgba(0, 0, 0, 0.1);
  border-width: thin;
}

.wk-footer, .wk-footer *, .wk-footer *::before, .wk-footer *::after {
  box-sizing: border-box;
}

.wk-button-icon-view-pwd {
  padding: 0;
  margin: 0 0 0.25em;
}

.wk-button-text {
  background-color: transparent;
  color: #005b92;
}

.terms-and-conditions {
  width: 50%;
  float: left;
}

.wk-footer-copyright {
  color: #474747;
  margin-bottom: 0;
  width: 100%;
}

.wk-footer-copyright {
  width: 50%;
  float: right;
}

.wk-footer-copyright {
  color: #717171;
}

@media (min-width: 48rem) and (max-width: 64rem) {
  .wk-footer-copyright {
    padding-top: 1.1875rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .wk-footer-copyright {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
* {
  margin: 0;
}

a {
  color: #005b92;
  background-color: transparent;
  text-decoration: none;
}

.wk-field-helper-text-hidden,
.wk-hidden {
  display: none;
}

/*# sourceMappingURL=login-page.css.map */
