.card.loginCard {
  box-shadow: none;
  background-color: transparent;
  margin-top: 89px;
}

.login-menu {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}

.menu {
  margin-top: 30px !important;
}

.loginCard .navbar-brand img {
  min-width: 288px;
}

.loginCard .card-body {
  max-width: 471px;
  margin-left: 85px;
}

.loginCard h2 {
  margin-bottom: 17px;
}

.privacy {
  margin-top: 34px;
}

.privacy a {
  font-size: 15px;
  font-weight: normal;
}

.form-check {
  padding-left: 0;
}

h3 {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  margin-top: 2rem;
}

h3:before,
h3:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #000;
  margin: auto;
}

h3:before {
  margin-right: 10px;
}

h3:after {
  margin-left: 10px;
}

h4 {
  font-size: 19px;
  line-height: 32px;
  color: #212121;
  margin-top: 34px;
}

.btn {
  width: 100%;
  padding: 10px 17px;
}

.loginBG {
  background-image: url("../../img/pict-login.2ec239bfe11e.jpg");
  background-position: center right;
  background-size: cover;
}

.welcomeBG {
  background-image: url("../../img/home-bg-green-door-realistic-final.496eb53e75c1.jpg");
  background-position: center center;
  background-size: cover;
}

.signupBG {
  background-image: url("../../img/diy-bg.9184baf2cf12.png");
  background-position: top left;
  background-size: cover;
}

@media (max-width: 1024px) {
  .signupBG {
    background-position: top right;
    background-image: url("../../img/diy-bg_tablet-2.038b80947a95.jpg");
  }

  .loginCard .card-body {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .welcomeintro {
    padding: 0 !important;
  }

  .btn {
    padding: 15px 17px;
  }

  .log {
    margin-bottom: 21px;
  }

  .welcomeBG {
    min-height: 342px;
    padding: 0 !important;
  }

  .signupBG {
    display: none;
  }

  .card.loginCard {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: -90px;
  }

  .loginCard .card-body {
    margin-left: 0;
  }

  .loginCard {
    margin-top: -182px;
    width: 100%;
  }

  .loginCard.sign {
    margin-top: 0;
    width: 100%;
  }

  .loginCard.landing {
    margin-top: -32px;
  }

  .loginBG {
    min-height: 262px;
    padding: 0 !important;
  }

  .loginForm {
    padding: 0 !important;
  }

  .loginBG {
    background-image: url("../../img/pict-login1x.965e9ed00b15.jpg");
    background-position: bottom center;
    background-size: cover;
  }

  .socialLogin,
  .socialLogin p {
    text-align: center;
  }
}

.dashed-focus:focus-visible,
.dashed-focus:focus-visible {
  color: #fff !important;
  background-color: #ffffff !important;
  border: dashed 3px #0078da;
}

.margin-block-iframe {
  margin: 89px 0;
}

.borderless {
  box-shadow: none;
  background-color: transparent;
}

.ml-4 {
  left: -12px !important;
}

.delete-text {
  color: #e65757;
  font-size: 18px;
  box-shadow: 1px 2px 3px 0 #0000001a;
  border-radius: 4px;
  margin-right: 0;
  margin-top: -8px;
}
