.bg-brand {
  min-height: 380px;
  border-radius: 20px 0px 0px 20px;
  margin-right: -5px;
}

.brand-image {
  text-align: center;
  display: block;
  margin: auto;
}

.heading-brand {
  text-align: center;
}

.heading-brand span {
  color: #fff;
  display: block;
  font-size: 25px;
  width: 60%;
  margin: 40px auto;
}

.box-sub-brand {
  text-align: center;
}

.box-sub-brand img {
  width: auto;
  height: 90px;
}

.header-login .brand-image {
  display: none;
}

.page-login .card {
  min-height: 460px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-brand-login .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.header-login .card-title {
  font-weight: bolder;
  font-size: 30px;
}

.bg-pattern {
  position: absolute;
  display: block;
  height: 120px;
  width: 130%;
  z-index: 2;
  left: 0px;
  top: 70px;
  transform: rotate(45deg);
  opacity: 0.04;
  filter: brightness(0) saturate(100%) invert(0%) sepia(79%) saturate(29%)
    hue-rotate(279deg) brightness(93%) contrast(102%);
}

.page-login .card .card-body {
  z-index: 3;
  position: relative;
}

@media (max-width: 768px) {
  .header-login .card-title {
    display: none;
  }
  .left-brand-login {
    display: none !important;
  }
  .header-login .brand-image {
    display: block;
    width: 60%;
    margin-bottom: 2em;
  }
}
