.login-left-section {
  width: 45%;
  padding: 0;
  margin: 0;
  padding: 0.5rem;
  padding-top: 1.5rem;
}

.container-c {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.static-width {
  width: 75%;
}

.login-right-section {
  width: 55%;
  padding: 0;
  margin: 0;
}

.login-social-media {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.login-social-media .login-social-media-box {
  width: 64px;
  height: 60px;
  background: #f6f6f6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-social-media .login-social-media-box img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.other-login-text {
  display: flex;
  width: 100%;
  position: relative;
  padding: 1rem 0rem;
  margin: 1rem 0rem;
}

.other-login-line {
  width: 100%;
  height: 2px;
  background: rgba(0, 67, 62, 0.17);
}

.other-login-title {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  height: 40px;
  display: flex;
  border: none;
  width: 80px;
  transition: 200ms linear;
  background: #fff;
  transform: translateX(-50%) translateY(-50%);
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: var(--primary_text_color);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.login2-main .title-box {
  margin-bottom: 1rem;
}

.login2-main .logo {
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .login-left-section {
    width: 100%;
  }
  .login-right-section {
    display: none;
  }
}

.logo {
  height: 35px;
  margin-bottom: 2.5rem;
}


.logo-register {
  height: 35px;
}


.login-title {
  font-size: var(--text-2xl);
  line-height: var(--line-height-2xl);
  font-weight: 700;
  color: var(--primary_text_color);
}

.login-sub-text {
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  font-weight: 400;
  color: var(--secondary_text_color);
}

.form-control {
  padding: 18px 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 4px 0px #e9e9e940;
  border-radius: 10px;
}

.form-control::placeholder {
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 500;
  color: var(--primary_text_color);
}

.form-control:focus,
.form-check-input:focus {
  border-color: var(--tertiary_text_color);
  color: var(--text_color_black_2);
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--tertiary_color_rgb), 0.25);
}

.form-check-input {
  width: 18px;
  height: 18px;
}

.form-check-input:checked {
  background-color: var(--tertiary_color);
  border-color: var(--tertiary_color);
}

.rememberMeText {
  font-size: 12px;
  line-height: var(--line-height-md);
  font-weight: 300;
  color: var(--primary_text_color);
}

.pass-forget-btn {
  font-size: 12px;
  line-height: var(--line-height-md);
  font-weight: 300;
  color: var(--tertiary_text_color);
  text-decoration: none;
}

.btn-login-register {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 10px;
  background: var(--primary_color);
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 300;
  border-color: var(--tertiary_color);
  color: #fff;
}

.btn-login-register:hover {
  background: var(--tertiary_color);
  border-color: var(--tertiary_color);
}

.btn-login-register:focus, .btn-login-register:active, .btn-free-register:active, .btn-free-register:focus  {
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  color: #fff;
}


.register-first-caption {
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 400;
  color: var(--secondary_text_color);
}

.register-first-caption a {
  font-weight: 600;
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  color: var(--secondary_text_color);
  text-decoration: none;
}

.bg-right {
  background-image: url("../media/images/login-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-right-overlay {
  background: linear-gradient(180deg, rgba(0, 84, 80, 0) 0%, #005450 100%);
}

.title-box {
  margin-bottom: 3rem;
}

.title-box-register {
  margin-bottom: 0rem;
}

.overlay-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--tertiary_color);
}

.overlay-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.overlay-text-title {
  font-size: var(--text-3xl);
  line-height: var(--line-height-3xl);
  color: #fff;
  font-weight: 700;
}

.overlay-text-sub-title {
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  color: #fff;
  font-weight: 400;
}
 

.use-terms-text {
  font-size: 14px;
  line-height: 18px;
  color: var(--text_color_black_2);
  font-weight: 400;
}

.use-terms-a {
  color: var(--tertiary_text_color);
  text-decoration: none;
  font-weight: 500;
}

.btn-free-register {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 10px;
  background: #fff;
  font-size: var(--text-sm);
  line-height: var(--line-height-md);
  font-weight: 300;
  border-color: var(--primary_text_color);
  color: var(--primary_text_color);
}

.btn-free-register:hover {
  background: var(--tertiary_color);
  border-color: var(--tertiary_color);
}

@media (max-width: 575.98px) {

  .title-box {
    margin-bottom: 0.5rem;
  }

  .logo {
    height: 35px;
    margin-bottom: 1rem;
  }

  .static-width {
    width: 90%;
  }

  .login-left-section {
    padding-top: 1rem;
  }

  .login-title {
    font-size: var(--text-xl);
    line-height: var(--line-height-xl);
  }

}
