.login-block {
  background: #e95659;
  width: 100%;
  height: 100%;
}

.login-block .banner-sec {
  background-color: #e95659;
  background: url("/assets/website/img/login-bg.jpg") no-repeat left bottom;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.login-block .banner-sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #41090a;
  background: -webkit-gradient(linear, left bottom, left top, from(#1a0202), to(rgba(64, 4, 5, 0.48813)));
  background: linear-gradient(0deg, #1a0202 0%, rgba(64, 4, 5, 0.48813) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41090a",endColorstr="#d54749",GradientType=1);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.login-block .banner-sec .banner-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 120px 40px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.login-block .banner-sec .banner-content h3, .login-block .banner-sec .banner-content h4 {
  color: #fff;
  margin: 10px 0;
  font-weight: normal;
  font-size: 34px;
  letter-spacing: 0.3px;
}

.login-block .banner-sec .banner-content h4 {
  font-size: 20px;
}

.login-block .container-fluid {
  background: #fff;
}

.login-block .login-sec {
  min-height: 100vh;
}

.login-block .login-sec .left-top-section {
  padding: 50px 30px;
  position: relative;
}

.login-block .login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}

.login-block .login-sec .copy-text i {
  color: #FEB58A;
}

.login-block .login-sec .copy-text a {
  color: #e95659;
}

.login-block .login-sec h3 {
  margin: 20px 0 10px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  letter-spacing: .4px;
}

.login-block .login-sec p {
  letter-spacing: .4px;
}

.login-block .btn-login {
  background: #e95659;
  color: #fff;
  font-weight: 600;
}

.login-block .banner-text {
  width: 70%;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
}

.login-block .banner-text h2 {
  color: #fff;
  font-weight: 600;
}

.login-block .banner-text h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FFF;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}

.login-block .banner-text p {
  color: #fff;
}

/*Start template overright*/
.checkboxes label {
  font-weight: normal;
  color: #333;
}

a#forgot, a {
  color: #e95659;
  font-weight: normal;
}

a#forgot:hover, a:hover {
  color: #d54749;
}

.container_check input:checked ~ .checkmark {
  background-color: #e95659;
}

a.btn_1,
.btn_1 {
  background-color: #e95659;
}

a.btn_1:hover,
.btn_1:hover {
  background-color: #d54749;
  color: #fff !important;
}
/*# sourceMappingURL=app.css.map */