.wk-back-line {
  display: flex;
  flex-direction: row;
  margin: 16px 0;
}

.wk-back-line-text {
  color: #474747;
  font-size: 1.25rem;
  padding: 0 8px;
}

.wk-back-line:before,
.wk-back-line:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #ededed;
  margin: auto;
}

.wk-columns {
  display: flex;
  justify-content: stretch;
  align-content: stretch;
  align-items: center;
  align-self: center;
  flex: 1 1 100%;
  flex-wrap: wrap;
}

@media (min-width: 64rem) {
  .wk-columns {
    flex: 1 1 auto;
  }
}

.wk-columns .wk-column-1 {
  width: calc(1 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-2 {
  width: calc(2 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-3 {
  width: calc(3 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-4 {
  width: calc(4 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-5 {
  width: calc(5 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-6 {
  width: calc(6 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-7 {
  width: calc(7 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-8 {
  width: calc(8 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-9 {
  width: calc(9 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-10 {
  width: calc(10 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-11 {
  width: calc(11 / 12 * 100% - 0.5rem * 2);
}

.wk-columns .wk-column-12 {
  width: calc(12 / 12 * 100% - 0.5rem * 2);
}

.wk-login-screen {
  display: flex;
  justify-content: stretch;
  align-content: center;
  align-items: center;
  align-self: center;
  flex-direction: column;
  background-color: #f6f6f6;
  bottom: 0;
  color: #474747;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  min-width: 320px;
}

@media (min-width: 37.5rem) {
  .wk-login-screen {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
  }
}

.wk-login-screen .wk-login-container {
  max-height: calc(100vh - 1rem);
  max-width: calc(100vw - 1rem);
  min-width: 450px;
}

@media (min-width: 450px) {
    .wk-login-screen .wk-login-container {
        max-height: calc(100vh - 1rem);
        /*max-height: calc(100vh - 16rem);*/
        /*max-width: calc(100vw - 90rem);*/
        margin: 2rem;
    }
}

.wk-login-screen .wk-login-header .wk-columns :first-child[class*=wk-column-] {
  min-width: 48px;
  min-height: 48px;
}

.wk-login-screen .wk-login-header .wk-logo {
  margin: 8px 0;
}

.wk-login-screen .wk-login-header .wk-h1 {
  font-size: 1.125rem;
  margin: 8px 0;
}

.wk-login-screen .wk-login-layout, .wk-login-screen .wk-mfa-layout, .wk-changepassword-layout, .wk-resetpassword-layout {
    display: flex;
    justify-content: stretch;
    align-content: center;
    align-items: stretch;
    align-self: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
    min-height: 288px;
    padding: 2rem;
    margin: 0;
    min-width: 450px;
    max-width: 450px;
}
.wk-login-screen .wk-mfa-layout {
    max-width: 800px !important;
}

.wk-login-screen .wk-resetpassword-layout {
    max-width: 800px !important;
}

.wk-changepassword-layout {
    max-width: 900px !important;
}
.wk-login-screen .wk-login-layout .wk-button-back, .wk-login-screen .wk-resetpassword-layout .wk-button-back {
    align-self: baseline;
    margin: 0 0 16px 0;
}

.wk-login-screen .wk-login-layout .wk-login-form {
  /*margin: 20px 0;*/
}

.wk-login-screen .wk-login-layout .wk-login-message {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  align-self: center;
  flex-direction: column;
  min-height: 192px;
}

.wk-login-screen .wk-login-layout .wk-login-footer {
  margin-top: 16px;
}

.wk-login-screen .wk-login-layout .wk-column {
  width: 100%;
}

.wk-login-screen .wk-login-layout .wk-text-right {
  text-align: right;
}

.wk-login-screen .wk-login-options {
  margin: 0;
  font-size: 0.875rem;
}

.wk-login-screen .wk-footer {
  background-color: #f6f6f6;
  max-width: 370px;
  margin-top: 16px;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a {
  color: currentColor;
  display: inline-block;  /* For IE11*/
  pointer-events: none;
  text-decoration: none;
}

.create-button {
  margin-bottom: 1rem;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 0.0625rem solid #005b92;
  border-radius: 0;
  box-sizing: border-box;
  color: #005b92;
  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;
}

.create-button:hover {
  background-color: #003d61;
  color: #fff;
  cursor: pointer;
}
.create-button:focus {
  outline: 0.125rem solid #000;
  z-index: 1;
}
.create-button:active {
  background-color: #005b92;
}

.footer-copyright {
  color: #474747;
  margin-bottom: 0;
  width: 100%; }
@media (min-width: 60rem) and (max-width: 64rem) {
  .footer-copyright {
    padding-top: 1.1875rem;
    padding-bottom: 0.25rem; }
}
@media (min-width: 64rem) {
  .footer-copyright {
    margin-left: auto;
    padding: 0;
    width: auto; }
}

.wk-ip-layout {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: stretch;
  align-self: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  min-height: 288px;
  max-height: 350px;
  padding: 2rem;
  margin: 0;
  min-width: 450px;
  max-width: 450px;
  font-size: 14px;
  line-height:18px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s;
}
.forgot-pass-success{
    margin-bottom:0.5rem;
}

.hideme{
    display:none !important;
}