.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.panel-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-height: 100vh;
  overflow: hidden;
  background-image: url("../imgs/bg-login.jpg");
  background-size: cover;
  background-position: center;
}
.panel-right.bg-2 {
  background-image: url("../imgs/bg-register.jpg");
}

.panel-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 400px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-2.4%, rgba(41, 34, 32, 0.85)), to(#292220));
  background: linear-gradient(360deg, rgba(41, 34, 32, 0.85) -2.4%, #292220 100%);
  color: #fff;
}

.left-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px;
}

.navbar-brand {
  margin: 0 auto auto;
  width: 96px;
  height: 60px;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 112px;
    height: 47px;
  }
}

.form-content {
  margin: auto;
  width: 100%;
  max-width: 380px;
}
.form-content h2 {
  margin-bottom: 32px;
  font: 600 28px/1.05 "Oswald", sans-serif;
  letter-spacing: 1%;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .form-content h2 {
    font-size: 32px;
  }
}

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.form-control {
  padding: 0 16px;
  width: 100%;
  height: 60px;
  border: none;
  background: rgba(255, 255, 255, 0.06);
  line-height: 60px;
}

.visibility-hidden {
  display: none;
}

.lost_password {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px;
}
.form-check .form-check-input {
  margin-right: 14px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-check .form-check-input:checked {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="%23fff" d="M10 20a9.8 9.8 0 0 1-3.888-.778 10.12 10.12 0 0 1-5.334-5.344A9.7 9.7 0 0 1 0 10q0-2.064.778-3.878A10.118 10.118 0 0 1 6.112.778 9.8 9.8 0 0 1 10 0a9.7 9.7 0 0 1 3.878.778 10 10 0 0 1 3.18 2.153q1.377 1.375 2.154 3.19A9.6 9.6 0 0 1 20 10a9.6 9.6 0 0 1-.788 3.878 10.2 10.2 0 0 1-2.153 3.19 10 10 0 0 1-3.18 2.154A9.7 9.7 0 0 1 10 20m-1.097-5.184a.7.7 0 0 0 .35-.09q.16-.09.278-.27l4.936-7.716a1.3 1.3 0 0 0 .12-.24.6.6 0 0 0 .06-.259.51.51 0 0 0-.2-.418.7.7 0 0 0-.439-.16q-.33 0-.548.349L8.873 13.28 6.52 10.39a.9.9 0 0 0-.279-.25.6.6 0 0 0-.299-.07.57.57 0 0 0-.429.19.63.63 0 0 0-.179.449q0 .13.05.26.05.119.14.238l2.711 3.25q.15.19.31.28.159.08.358.08"/></svg>') center center no-repeat;
}
.form-check .form-check-label {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.form-check .form-check-label a {
  color: #fff;
  text-decoration: underline;
}
.form-check .form-check-label a:hover {
  text-decoration: none;
}

.error-message {
  margin: 16px 0 0;
  color: red;
  font-size: 14px;
}

.success-message p {
  margin-bottom: 16px;
}

.btn-white {
  height: 58px;
  line-height: 58px;
}

.register-link {
  margin-top: auto;
  text-align: center;
}
.register-link .subtitle {
  margin-bottom: 24px;
  font: 600 22px "Oswald", sans-serif;
  text-transform: uppercase;
}
.register-link .btn-white.btn-sm {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
}
.footer a {
  color: #fff;
}

@media (max-width: 768px) {
  .panel-right {
    display: none;
  }
  .panel-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .left-inner {
    padding: 24px;
  }
  .footer {
    padding: 16px 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 380px) {
  .left-inner {
    padding: 32px 20px 20px;
  }
  .footer {
    padding: 14px 20px;
  }
}