.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;
}
.wk-ikc-hide{
  width: 50%;
}

@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 {
  width: 50%;
  max-height: calc(100vh - 1rem);
  max-width: calc(100vw - 1rem);
  min-width: 450px;
  margin: 0 auto;
}

@media (min-width: 450px) {
  .wk-login-screen .wk-login-container {
    width: 50%;
    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 {
  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);
  padding: 2rem;
  margin: 0;
  min-width: 450px;
  max-width: 450px;
}

.wk-login-screen .wk-login-layout .wk-button-back {
  align-self: baseline;
  margin: 0 0 16px 0;
}

.wk-login-screen .wk-login-layout .wk-login-form {
  margin: 20px 0;
  display: contents;
}

.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 {
  display: none;
  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;
}


/*CHANGES SPECIFIC TO IKnowConnect*/

@media screen and (max-width: 1180px) {
  .wk-ikc-hide {
    display: none !important;
  }
  .wk-ikc-login-screen-background {
    background-image: none !important;
  }
  .wk-login-container {
    padding-left: 0px !important;
  }
  .wk-ikc-login-header {
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 1181px) and (orientation: landscape) {
    .wk-ikc-login-screen-background {
      background-image: linear-gradient(to right, aliceblue 53%, white 47%) !important;
    }
    .wk-login-container {
      padding-left: 50px !important;
    }
    .wk-ikc-login-header {
      margin-left: 45px !important;
    }
}
@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 2732px)
    and (-webkit-min-device-pixel-ratio: 2) {
  .wk-ikc-hide {
    display: none !important;
  }
  .wk-ikc-login-screen-background::before{
    background-image: url(/assets/img/parliament_bg.svg) !important;
  }
  .wk-login-container {
    padding-left: 0px !important;
  }
  .wk-ikc-login-header {
    margin-left: 0px !important;
  }
}
.create-button-ikc-transparent {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  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.688rem 1rem;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
}

.create-button-ikc-transparent:hover {
  cursor: pointer;
}



.wk-ikc-login-fields {
  padding-top: 1rem !important;
}

.wk-ikc-footer-copyright-container {
  width: max-content !important;
}

.wk-ikc-login-screen {
  flex-direction: row !important;
}
.wk-ikc-login-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wk-ikc-learn-more-div {
  margin: 0 auto;
  width: 50%;
  height: 45%;
}
.flex-container{
  display: flex;
  flex-direction: column;
}

.wk-ikc-centered {
  margin: 0 auto;
  /* width: 55%;  */
}

.wk-ikc-learn-more-btn {
  background-color: transparent;
  border: 0.0625rem solid #007ac3;
  color: #007ac3;
}
.wk-ikc-centered button:hover {
  color:#fff !important;
}
.wk-ikc-learn-more-btn a:hover {
  color:#fff;
  cursor: pointer;
  text-decoration: none;

}
.wk-ikc-field-input {
  outline-color: black !important;
  border-width: 1px !important;
  padding: 5px !important;
  height: 40px !important;
}
.wk-ikc-login-layout {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 1.5rem !important;
}
.wk-ikc-horizontal-line-div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wk-ikc-horizontal-divider-line {
  color: #DADADA;
  font-size: 1rem;
  font-weight: 100;
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 1rem;
}
.wk-ikc-horizontal-divider-line::before, .wk-ikc-horizontal-divider-line::after {
  content: "";
  height: 1px;
  background-color: #DADADA;
  display: block;
}

.centered-text {
  text-align: center;
}

