html,
body {
  /* height: 100%; */
  font-family: "Poppins", sans-serif;
  color: #030220;
  height: fit-content !important;
}
img {
  max-width: 100%;
}
a {
  color: #008bd4;
}
.container {
  max-width: 1400px;
  margin-top: auto;
  margin-bottom: auto;
}
.loginPage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 50px;
  height: 100%;
  overflow: auto;
  background: url(../images/homesection1-bg.png) top right no-repeat #fff;
  background-attachment: local;
  background-size: cover;
}
.loginPage.bg2 {
  background: url(../images/homesection2-bg.png) bottom right no-repeat #fff;
  background-attachment: local;
  background-size: cover;
}
.text-green {
  color: #8bb63f;
}
.text-blue {
  color: #008bd4;
}
.btn-primary {
  padding: 0.5rem 1rem;
  height: calc(1.5em + 1.5rem + 2px);
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  border: none;
  background-size: 200% auto !important;
  background-image: linear-gradient(to right, #a1cc3d 0%, #038cd0 51%, #a1cc3d 100%) !important;
  color: #fff !important;
  transition: 0.5s;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:focus {
  background-position: right center !important;
  transform: scale(1) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.form-field {
  margin-bottom: 15px;
}
.form-field.mb0 {
  margin-bottom: 0;
}
.form-field label {
  margin: 0;
}
.custom-checkbox {
  min-height: 35px;
}
.custom-checkbox label {
  font-size: 13px;
  cursor: pointer;
  padding-top: 8px;
}
.custom-control {
  padding-left: 2.5rem;
}
.custom-control-label:before {
  left: -2.5rem;
  width: 1.8rem;
  height: 1.8rem;
  border-color: #7f91a2;
  border-radius: 0 !important;
}
.custom-control-label:after {
  top: 0.8rem;
  left: -2rem;
  width: 14px;
  height: 7px;
  background: none !important;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border-left: 2px solid #7f91a2;
  border-bottom: 2px solid #7f91a2;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #7f91a2;
  border-color: #7f91a2;
  background-color: #fff;
}
.form-control {
  padding: 0.5rem 1rem;
  color: #7d8fa1;
  border-color: #030220;
  /*font-size: 16px;*/
  font-size: 13px;
  line-height: 1.5;
  height: calc(1em + 1.5rem + 2px);
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.loginForm {
  background: #fff;
  padding: 40px;
  -webkit-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.loginForm h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.loginForm a {
  font-weight: 500;
}

.loginContent {
  margin: 0;
  padding-left: 100px;
}
.loginContent h1 {
  margin-top: 40px;
  font-size: 50px;
  font-weight: bold;
}
.loginContent h2 {
  margin-top: 40px;
  font-size: 35px;
  font-weight: bold;
}
.loginContent h3 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
}
.loginContent p,
.loginContent li {
  /* font-size: 16px;*/
  font-size: 14px;
  font-weight: 500;
  color: #7d8fa1;
}
.loginPoint {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  display: flex;
  list-style: none;
}
.loginPoint li {
  margin: 0;
  padding: 0;
  width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #030220;
}
.loginPoint li span {
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f5;
  background: -moz-linear-gradient(top, #f2f4f5 0%, #e5f3fb 100%);
  background: -webkit-linear-gradient(top, #f2f4f5 0%, #e5f3fb 100%);
  background: linear-gradient(to bottom, #f2f4f5 0%, #e5f3fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f5', endColorstr='#e5f3fb',GradientType=0 );
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.loginPoint li img {
  width: 30px;
}
.loginCheck {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.loginCheck li {
  position: relative;
  margin-top: 10px;
  padding-left: 40px;
  color: #7d8fa1;
  list-style: none;
}
.loginCheck li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 34px;
  height: 23px;
  background-image: url(../images/check-sign.png);
  /* transform: rotate(-45deg); */
  background-size: 22px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .loginContent h1 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .loginContent h1 {
    font-size: 50px;
  }
  .logo {
    max-width: 280px;
  }
}
@media (min-width: 1681px) {
  .loginContent h1 {
    font-size: 60px;
  }
  .loginContent p,
  .loginContent li {
    font-size: 20px;
  }
  .loginContent h3 {
    font-size: 40px;
  }
  .loginForm h2 {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  .loginPage {
    padding: 25px 0;
  }
  .loginPage .container {
    max-width: 420px;
  }
  .logo {
    max-width: 160px;
  }
  .loginForm {
    padding: 25px;
    font-size: 14px;
  }
  .loginForm h2 {
    font-size: 22px;
  }
}
