html,
body {
  height: 100% !important; }

.title {
  font-size: 50px; }
  @media (min-width: 992px) {
    .title {
      font-size: 72px; } }
  .title span {
    text-wrap: nowrap; }

.text {
  font-size: 8cqw; }

.login_form {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  border-radius: 1.25rem;
  background-color: #fff; }

.login_title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.vaildImg {
  width: 7.625rem;
  height: 2.875rem; }

.text_m {
  font-size: 1.125rem; }

.login-bg-wrapper {
  background: var(--im1, linear-gradient(transparent, transparent)), var(--im2, linear-gradient(transparent, transparent));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

.login-bg {
  --im2: url("../images/login-bg.jpg"); }

.backgroundFilter {
  --im1: linear-gradient(to top, rgb(252, 248, 237, 0.5), rgba(255, 255, 255, 1)); }

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