@charset "UTF-8";

.mk-login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em 1em;
  text-align: center;
}

.mk-login-form {
}

.oe_login_form {
  margin: 0px !important;
}

/* ------- or --------- */
.mk-or {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  align-self: stretch;
}

.mk-or-text {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.mk-or-line {
  height: 1px;
  width: 40%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

/* qrcode */

.mk-qrcode-container {
  width: 228px;
  text-align: center;
}

.mk-scan {
  max-width: 190px;
  margin: 0 auto;
}

.scan-to-login {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: black;
  margin-bottom: 0.75em;
}

#mk-qrcode img {
  max-width: 100%;
  height: auto;
}

.mk-scan-tm img {
  width: 80%;
  height: auto;
  margin-top: 0.25em;
}

.mk-error {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1em;
}

.mk-error-seperator {
  height: 1px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.mk-error-title {
  font-size: 25px;
}

.mk-error-title span {
  color: palevioletred;
}

.mk-error-text {
  margin-top: 1em;
  margin-bottom: 4em;
}

.mk-error-text p {
  text-align: start;
  margin: 0.75em 0;
}

@media (min-width: 600px) {
  .oe_website_login_container .mk-not-phone.mk-login-container {
    width: fit-content;
    padding: 2em;
    flex-direction: row !important;
    align-items: flex-start !important;
    margin: 50px auto;
  }

  .oe_website_login_container .mk-not-phone .mk-or {
    flex-direction: column !important;
  }

  .oe_website_login_container .mk-not-phone .mk-or-line {
    height: 40% !important;
    width: 1px !important;
  }

  .oe_website_login_container .mk-not-phone #mk-qrcode {
    padding-top: 32px;
  }

  /* .oe_website_login_container .mk-not-phone #mk-qrcode > img{
    width: 150px;
  } */
  .oe_website_login_container .mk-error {
    flex-flow: row !important;
    align-items: stretch !important;
    align-self: stretch;
  }

  .oe_website_login_container .mk-error-seperator {
    height: 90% !important;
    width: 1px !important;
  }

  .oe_website_login_container .mk-scan-title {
    text-align: justify;
    /* text-justify: inter-word; */
    width: 100%;
  }

  .oe_website_login_container .mk-scan-title:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

#bankvault-keyboard {
  left: 0;
  width:100%;
  bottom: 0;
  position: absolute;
  background-color: #fbfbfb;
}

#iframe{
    height: 290px;
    width: 100%;
    margin-bottom: -22px;
    /*margin-left: 10px;*/
    position: fixed;
    bottom: 0;
    z-index: 122;
    background-color: white;
}
