#kt_body {
  background-image: url(/images/background_login.jpg);
  background-size: cover;
}

#kt_login {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.login .login-content {
  width: 95%;
  max-width: 450px;
  border-radius: 24px;
}

.login .login-form .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1rem;
}

.divider .divider-line {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(1, 18, 34, 0.3);
}

.divider .divider-text {
  color: #01122280;
}

/* Button */
.btn.btn-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 0.35rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.btn.btn-custom .btn-icon i {
  padding: 0;
  font-size: 13px;
}

.btn.btn-dashed {
  border-style: dashed !important;
}

.btn.btn-add {
  color: rgba(1, 18, 34, 0.3) !important;
  border-style: dashed !important;
  border-color: rgba(1, 18, 34, 0.3) !important;
}

.btn.btn-add:hover,
.btn.btn-add:focus {
  color: #ffffff !important;
  background: #ea4544;
  border-color: #ea4544 !important;
}

.btn.btn-add:hover i,
.btn.btn-add:focus i {
  color: #ffffff !important;
}

.btn.btn-add-signature {
  min-height: 200px;
}

.btn.btn-link {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.btn-group.btn-group-custom:not(.center) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1rem;
}

.container-custom {
  max-width: 1000px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  padding: 30px;
  background-image: url(/images/background_login.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.login__heading-title {
  font-size: 36px;
}

.login__heading-subtitle {
  font-size: 16px;
  color: #888888;
}

.login__with-google-container {
  display: flex;
  gap: 15px;
  margin: 25px 0px;
}

.login__with-google {
  margin: 0;
  flex: 1;
}

.login__with-google .login__with-google-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(1, 18, 34, 0.1);
  border-radius: 4px;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  min-height: 50px;
}

.login__with-google-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.login__with-google-text {
  color: #333333;
}

.login__note {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.login__note:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 0;
}

.login__or-note {
  position: relative;
  color: #888888;
  background-color: #ffffff;
  padding: 0 10px;
  z-index: 1;
}

.login__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#DF3534), to(#EA4544)) !important;
  background: -o-linear-gradient(left, #DF3534 0%, #EA4544 100%) !important;
  background: linear-gradient(90deg, #DF3534 0%, #EA4544 100%) !important;
  border: none;
  line-height: 51px;
  color: #ffffff;
  font-weight: 500;
}

.login__register {
  margin-top: 20px;
  color: #888888;
  display: inline-block;
}

.login__register--highlight {
  color: #ea4544;
  font-weight: 700;
}

.form-group {
  margin-bottom: 20px !important;
}

.login__page-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .container-custom {
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .login__page-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .login__heading {
    text-align: center;
  }

  .login__with-google-container {
    flex-direction: column;
    gap: 10px;
  }

  .login__with-google {
    flex: none;
  }
}