body {
  background-color: #ffffff;
}

.divider:after,
    .divider:before {
      content: "";
      flex: 1;
      height: 1px;
}

.h-custom {
  height: calc(100% - 73px);
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .intro-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .intro-section {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .intro-section {
    min-height: auto;
  }
}

.brand-wrapper .logo {
  height: 35px;
}

@media (max-width: 767px) {
  .brand-wrapper {
    margin-bottom: 35px;
  }
}

.intro-content-wrapper {
  width: 410px;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.intro-content-wrapper .intro-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 17px;
}

.intro-content-wrapper .intro-text {
  font-size: 19px;
  line-height: 1.37;
}

.form-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .form-section {
    padding: 35px;
  }
}

.login-wrapper {
  width: 400px;
  max-width: 100%;
}

@media (max-width: 575px) {
  .login-wrapper {
    width: 100%;
  }
}

.login-wrapper .form-control {
  border-radius: 4px;
  font-size: 18px;
}
