.login-page {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
}

.login-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.login-box-body {
  width: 480px;
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #7e807d;
  font-weight: 500;
  margin-left: 60px;
}

.login-img {
  max-width: 520px;
}

.login-img img {
  object-fit: cover;
  height: 100vh;
  max-width: 100%;
}

.logo-lg img {
  height: 48px;
}

.login-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #7e807d;
  font-weight: 500;
}

.login-box-body h2 {
  color: #1b1e1a;
  font-weight: 600;
  font-size: 30px;
  margin: 25px 0;
  line-height: 36px;
}

.login-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}

.form-group {
  margin-bottom: 25px;
}

.login-box-body label {
  font-weight: normal;
}

.form-control,
.input-group-sm > .form-control {
  height: auto;
  padding: 10px 12px 10px 0;
  transition: all 0.3s linear;
  border-radius: 0px !important;
  border: none;
  border-bottom: 1px solid #d9d6d6;
  color: #1b1e1a;
}

.form-control:focus {
  border-color: rgba(0, 0, 0, 0.25);
}

.form-control:-moz-placeholder {
  color: #c8c8c8;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
  position: absolute;
  top: 4px;
}

.forgot-password {
  color: #220538;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
}

.forgot-password:hover {
  color: #422180;
}
.register-link {
  color: #7e807d;
  margin-bottom: 20px;
  font-weight: normal;
}
.register-link a {
  color: #220538;
  font-weight: 500;
  text-decoration: underline;
}
.btn {
  font-size: 15px;
  padding: 14px 20px 14px;
  border: none;
  letter-spacing: 0.35px;
  background-color: #56b5c0;
  border-radius: 2px;
  transition: all 0.3s linear;
  color: white;
  font-weight: 500;
  border-radius: 4px !important;
  text-transform: uppercase;
}

.btn:hover {
  color: white;
  background-color: #422180;
}

@media all and (max-width: 767px) {
  .login-img {
    order: 1;
  }

  .login-box-body,
  .login-form {
    width: 100%;
    margin-left: 0;
  }

  .login-img img {
    height: auto;
  }
}
