.login-page {
  min-height: 100vh !important;
  height: auto;
}

.register-bg {
  background-image: url("../img/login-bg.jpg");
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh !important;
}
.register-bg .register-left {
  padding: 160px 49px 41px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #fff;
}
@media (min-width: 992px) {
  .register-bg .register-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.register-bg .register-right {
  width: 100%;
  padding: 50px 21px 71px;
  -webkit-filter: blur(0.5);
          filter: blur(0.5);
  position: relative;
  z-index: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .register-bg .register-right {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .register-bg .register-right {
    padding: 50px 46px 71px;
    width: 40%;
  }
}
.register-bg .register-right:after {
  content: "";
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  z-index: -1;
  inset: 0;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
}
.register-bg .logo-wrap {
  position: relative;
  top: 0px;
  left: 0px;
  margin-bottom: 54px;
}
@media (min-width: 992px) {
  .register-bg .logo-wrap {
    margin-bottom: 0px;
    position: fixed;
    top: 80px;
    left: 49px;
  }
}
.register-bg .bottom-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 500px;
}
.register-bg .bottom-text .bottom-title {
  font-size: 40px;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.register-bg .bottom-text p {
  margin-bottom: 30px;
}
.register-bg .bottom-text a {
  color: #fff;
  text-decoration: underline;
}
.register-bg .login-box {
  width: 100%;
  max-width: 600px;
}
.register-bg .login-card-body {
  background: transparent;
  color: #fff;
  padding: 0;
}
.register-bg .form-heading {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-family: "Space Grotesk", serif;
  max-width: 291px;
  margin: 0 auto 66px;
}
@media (min-width: 768px) {
  .register-bg .form-heading {
    max-width: 100%;
    margin: 0 auto 44px;
  }
}
.register-bg .form-heading .heading {
  font-size: 40px;
  line-height: 53px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}
.register-bg .form_group {
  margin-bottom: 16px;
}
.register-bg .form_group .input-group {
  border-radius: 10px;
  overflow: hidden;
  background: #f5f7fa;
}
.register-bg .form_group label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Space Grotesk", serif;
}
.register-bg .form_group .form-control {
  border: 0;
  border-radius: 0;
  background: #f5f7fa;
  height: 42px;
  padding: 11px 20px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.register-bg .form_group .form-control::-webkit-input-placeholder {
  color: #838383;
  opacity: 1; /* Firefox */
}
.register-bg .form_group .form-control::-moz-placeholder {
  color: #838383;
  opacity: 1; /* Firefox */
}
.register-bg .form_group .form-control:-ms-input-placeholder {
  color: #838383;
  opacity: 1; /* Firefox */
}
.register-bg .form_group .form-control::-ms-input-placeholder {
  color: #838383;
  opacity: 1; /* Firefox */
}
.register-bg .form_group .form-control::placeholder {
  color: #838383;
  opacity: 1; /* Firefox */
}
.register-bg .form_group .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #838383;
}
.register-bg .form_group .input-group-append {
  background: transparent;
  background-origin: 0;
  border-radius: 0;
  border: 0;
}
.register-bg .form_group .input-group-append .input-group-text {
  background: #f5f7fa;
  color: #838383;
  border: 0;
}
.register-bg .form_group .text-danger {
  font-family: "Space Grotesk", serif !important;
  font-weight: 600;
}
.register-bg .btn.btn-blue {
  background: #0d52de;
  color: #fff;
  border-radius: 10px;
  font-size: 21px !important;
  line-height: 29px;
  font-family: "Space Grotesk", serif;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 9px 11px !important;
}
.register-bg .dont-have {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Space Grotesk", serif;
  margin-top: 12%;
  text-align: center;
}
.register-bg .dont-have .link {
  font-weight: bold;
  color: #fff;
}
.register-bg .remember_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Space Grotesk", serif;
  color: #fff;
  gap: 5px;
  font-size: 14px;
  line-height: 18px;
}
.register-bg .remember_box .forgot_link {
  color: #fff;
}
.register-bg .remember_box .remember-text {
  font-weight: 400;
}
.register-bg .checkbox-wrap .checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.register-bg .checkbox-wrap .checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.register-bg .checkbox-wrap .checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #C8C3C3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 8px;
}
.register-bg .checkbox-wrap .checkbox:hover .checkmark {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.register-bg .checkbox-wrap .checkbox input:checked ~ .checkmark {
  background: rgb(217, 217, 217);
  border: 1px solid rgb(217, 217, 217);
}
.register-bg .checkbox-wrap .checkbox input[type=radio] ~ .checkmark {
  border-radius: 50%;
}
.register-bg .checkbox-wrap .checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #0d52de;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.register-bg .checkbox-wrap .checkbox input:checked ~ .checkmark::after {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.social_link {
  list-style: none;
  padding: 0;
  margin: 0;
  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;
  gap: 10px;
}