body {
  font-family: "Karla", sans-serif;
  background-color: #6666664a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}
.intro-section {
  color: #333;
}
.intro-content-wrapper {
  max-width: 100%;
}
.intro-content-wrapper .intro-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.intro-content-wrapper .intro-text {
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 27px;
}
.intro-content-wrapper .signup-link-btn {
  width: 100%;
  padding: 13px 30px;
  color: #333;
  border: 1px solid #333;
  border-radius: 22.5px;
  line-height: 19px;
  font-size: 16px;
  font-weight: bold;
}
.intro-content-wrapper .signup-link-btn:hover {
  background-color: #000;
  color: #fff;
}
.brand-wrapper {
  margin-bottom: 40px;
}
.brand-wrapper .logo {
  height: 35px;
}
.login-card {
  padding-left: 86px;
  width: 557px;
  margin-left: 205px;
}
@media (max-width: 767px) {
  .login-card {
    width: auto;
    padding-left: 0;
    margin-left: 0;
  }
}
.login-card-img {
  position: absolute;
  width: 291px;
  left: -205px;
  border-radius: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .login-card-img {
    display: none;
  }
}
.login-card .card-body {
  padding: 85px 60px 60px;
}
.login-card-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
.login-card-description {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin-bottom: 16px;
}
.login-card .form-control {
  border: 1px solid #b0adad;
  padding: 16px 18px;
  margin-bottom: 18px;
  min-height: 48px;
  font-size: 14px;
  font-weight: normal;
}
.login-card .form-control::-moz-placeholder {
  color: #f5f5f5 !important;
}
.login-card .form-control::placeholder {
  color: #f5f5f5 !important;
}
.login-card-check-box {
  padding-left: 34px;
}
@media (max-width: 767px) {
  .login-card-check-box {
    margin-bottom: 10px;
  }
}
.login-card-check-box .custom-control-label::before {
  width: 24px;
  height: 21px;
  border: solid 1px #f5f5f5;
  left: -34px;
  top: 0px;
}
.login-card-check-box .custom-control-label::after {
  left: -34px;
  width: 24px;
  height: 21px;
  top: 0;
}
.login-card .login-btn {
  padding: 13px 20px;
  background-color: #00b234;
  border-radius: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.login-card-footer-text {
  font-size: 13px;
  color: #000;
  text-align: center;
}
.login-wrapper {
  width: 300px;
  max-width: 100%;
  color: #333;
  margin-bottom: 40px;
}
.login-wrapper .form-group {
  margin-bottom: 28px;
}
.login-wrapper .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 3px;
  font-size: 14px;
  font-weight: normal;
}
.login-wrapper .login-btn {
  background-color: #ff3722;
  padding: 13px 30px;
  border-radius: 22.5px;
  line-height: 19px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 17px;
}
.login-wrapper .forgot-password-link {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
}
.login-title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}
.login-title span {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  background: #BA0003;
  margin-left: 5px;
  padding: 2.5px 5px 1px;
  border-radius: 2px;
}
@media (max-width: 414px) {
  .login-title {
    font-size: 20px;
  }
  .login-title span {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    background: #BA0003;
    margin-left: 5px;
    padding: 2.5px 5px 1px;
    border-radius: 2px;
  }
}