.login-on-checkout {
  font-weight: 700;
  font-size: 21px;
  color: #b30707;
  width: 100%;
  display: none;
  margin: 20px 0;
}
@media only screen and (max-width: 950px) {
  .login-on-checkout {
    font-size: 19px;
  }
}
.login-on-checkout span {
  color: #0038B1;
  text-decoration: underline;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
}
.login-on-checkout.show {
  display: block;
}

.login-on-checkout-hide {
  display: none !important;
}

.place-order-disabled {
  display: none;
}
.place-order-disabled.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
}/*# sourceMappingURL=login-on-checkout.css.map */