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

.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: 56px;
}

.title-box-register .logos{
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  color: #13AA65;
}

.title-box-register .logos .collab {
  width: 20px;
}

.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: none;
}

.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 {
  margin-top: 10px;
  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;
}

.footer-copyright {
  font-weight: 500;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  color: var(--primary_text_color);
}

.footer-small-texts {
  font-weight: 300;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  color: var(--primary_text_color);
}

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

.bg-right-diet {
  background-image: url("../media/mp_diet_images/diet-4.jpg");
}

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

/* 
.bg-right-overlay {
  position: absolute;
  bottom: 0;
  height: 25vh !important; 
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 84, 80, 0) 0%, #005450 100%);
} */

.bg-right-overlay-company {
  background: none; 
  bottom: 0;
  height: 60% !important;
}

.leftSide-attributes {
  margin-bottom: 100px;
  padding: 48px 48px 48px 0;
}

.leftSide-attributes {
  margin-bottom: 100px;
  padding: 48px 48px 48px 0;
}

.leftSide-attributes .overlay-icon,
.leftSide-attributes .register-bubble ,
.leftSide-attributes .overlay-text-sub-title{
  margin-left: 48px;
}

.leftSide-attributes .inner {
  padding-left: 48px;
  background: #fef9f5;
  border-top-right-radius: 16px;  
  border-bottom-right-radius: 16px;
  width: fit-content !important;
  margin: 16px 0;
  padding-right: 18px;
}

.leftSide-attributes .innerMargin {
  margin-left: 48px;
}

.leftSide-attributes .inner h3 {
  color: #2c6292;
  font-weight: 800;
}

footer .footer-horizontal-small-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: var(--text-md);
  line-height: var(--line-height-md);
  color: var(--primary_text_color);
  font-weight: 300;
  margin-bottom: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-horizontal-small-list a {
  font-size: 12px;
  line-height:13px;
  color: var(--primary_text_color);
  font-weight: 300;
  text-decoration: none;
}

footer .footer-horizontal-small-list li {
  margin-right: 0.25rem;
  white-space: nowrap;
}

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

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

footer {
  text-align: center;
  padding: 0 1rem;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.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;
}

.register-bubble {
  font-size: var(--text-sm);
  font-weight: 500;
  min-width: 402px;
  min-height: 34px;
  padding: 7px 30px;
  border-radius: 5px;
  color: #FFF;
  background-color: var(--primary_color);
}

.overlay-text-title {
  font-size: 66px;
  /* line-height: var(--line-height-4xl); */
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}

.overlay-new-password-text {
  font-size: 56px;
}

@media (max-width: 1221px) {
  .overlay-text-title {
    font-size: var(--text-3-5xl);
  }
}

.overlay-text-sub-title {
  font-size: var(--text-sm);
  line-height: var(--line-height-sm);
  color: #fff;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
 
.overlay-text-sub-title span {
  font-size: var(--text-lg);
  font-weight: 500;
}

.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);
}

.google-recaptcha {
  font-size: 12px;
  line-height: 12px;
  color: #005450;
  margin-top: 10px;
  font-weight: 300;
}

.google-recaptcha a {
  color: #005450;
}

@media (max-width: 575.98px) {
  footer .footer-horizontal-small-list {
    flex-direction: column;
  }
  footer .footer-horizontal-small-list a {
    display: inline-flex;
    margin-bottom: 0.1rem;
  }

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

  footer .footer-horizontal-small-list span {
    display: none;
  }

  .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);
  }

  .footer-copyright {
    margin-bottom: 0.5rem;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-horizontal-small-list a {
    font-size: 10px;
    line-height: 12px;
  }
}

/* user login-reigster mobile responsive */

@media (max-width: 500px) {

  .logo-new-password {
    margin-top: 124px;
  }

  .login-left-section {
    background: linear-gradient(333.35deg, #BBF8DC 16.75%, #F9F5E9 80.27%);
  }

  .login-left-section .container-c .mp-login-logo {
    margin-bottom: 5px !important;
    margin-top: 105px;
  }
  .login-left-section .container-c .mp-login-logo a {
    margin-bottom: 50px;
  }
  .login-left-section .container-c .mp-login-logo a img {
    height: 54px;
  }
  
  .text-center .title-box .mb-4 .mp-login-logo .login-title {
    font-size: 16px;
    font-weight: 400;
    line-height: var(--line-height-1-5xl);
  }

  .select2-selection__rendered span{
    font-size: 16px;
    font-weight: 590;
    color: var(--primary_color);
  }
  
  .select2-selection__arrow {
    border-color: var(--primary_color) transparent transparent transparent;
  }

  .select2.select2-container.select2-container--default {
    width: 100%;
  }

  .select2-container .select2-selection--single {
    border: 1px solid #13AA6533 !important;
    border-radius: 15px !important;
  }

  .login-inputs .col-9.col-md-8.col-lg-8 .form-control.phone-number{
    border: 1px solid #13AA6533 !important;
    border-radius: 15px !important;
  }
  .login-inputs .col-9.col-md-8.col-lg-8 .form-control.phone-number:focus{
    border: 1px solid rgba(19, 170, 101, 1) !important; 
  }
  .login-inputs .col-8.col-md-8.col-lg-8 .form-control.phone-number::placeholder {
    font-size: 16px;
    font-weight: 590;
  }

  .static-width > div .form-control {
    border: 1px solid #13AA6533 !important;
    border-radius: 15px !important;
    color: #005450;
    font-size: 16px;
    font-weight: 590;
  }

  .mb-3 #password.form-control {
    border: 1px solid #13AA6533 !important;
    border-radius: 15px !important;
  }
  .mb-3 #password.form-control::placeholder {
    font-size: var(--text-md);
    font-weight: 300;
    color: #00545054;
  }
  .mb-3 #password.form-control:focus {
    border: 1px solid rgba(19, 170, 101, 1) !important; 
  }

  .mb-3.text-end .pass-forget-btn {
    color: var(--primary_color);
    font-size: var(--text-xs);
    font-weight: 590;
  }

  .giris-yap-btn{
    background: #13AA65;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 590;
  }
  .giris-yap-btn:hover{
    background-color: var(--primary_color);
  }

  .mt-3.register-first-caption {
    font-size: var(--text-xs);
    font-weight: 300;
    margin-top: 30px !important;
  }

  .mt-3.register-first-caption a{
    font-size: var(--text-xs);
    font-weight: 700;
    border-bottom: 1px solid currentColor
  }

  .footer-copyright {
    font-weight: 700;
  }

  .footer-copyright .footer-horizontal-small-list {
    font-weight: 110;
  }

  .select2-container {
    width: 100% !important;
  }

  /* register alanı */

  .text-center.title-box-register.mb-2 a img{
    height: 54px;
  }

  .title-box-register .logos{
    margin-top: 20px;
  }

  .text-center.title-box-register.mb-2 .login-title.mt-3 {
    font-size: 16px;
    font-weight: 590;
  }

  .responsive-logo {
    height: 36px !important;
  }

  #register-form > div .form-control {
    border: 1px solid #13AA6533 !important;
    border-radius: 15px !important;
    color: #005450;
    font-size: 16px;
    font-weight: 590;
  }

  #register-form > div .form-control:focus {
    border: 1px solid rgba(19, 170, 101, 1) !important; 
  }

  #register-form > div .form-control::placeholder {
    font-size: var(--text-md);
    font-weight: 300;
    color: #00545054;
  }

  #mobile_phone.form-control.phone-number {
    padding: 18px 15px;
    display: flex;
  }

  #register-form #mobile_phone.form-control::placeholder {
    color: #005450;
    font-size: 16px;
    font-weight: 590;
  }

  #mobile_phone.form-control.phone-number::placeholder {
    color: #005450;
    font-size: 16px;
    font-weight: 590;
  } 

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

  .form-check-label.use-terms-text > span a {
    color: var(--primary_text_color);
    font-weight: 700;
    text-decoration: underline;
  }
  .form-check-label.use-terms-text > span {
    font-weight: 300;
  }

  .btn-login-register{
    background: #13AA65;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 590;
  }
  .btn-login-register:hover{
    background-color: var(--primary_color);
  }

  .google-recaptcha {
    font-size: 10px;
    line-height: 12px;
    color: #005450;
  }
}

@media (min-width: 400px) and (max-width: 470px){
  .select2-container {
    width: 100% !important;
  } 
  .login-inputs .col-9.col-md-8.col-lg-8{
    width: 65%;
  }
  .login-inputs .col-3.col-md-4.col-lg-4{
    width: 35%;
  }

  .mb-3.row.gx-1 .col-9.col-md-8.col-lg-8{
    width: 65%;
  }
  .mb-3.row.gx-1 .col-3.col-md-4.col-lg-4{
    width: 35%;
  }
}

/* @media (max-width: 400px) {
  .select2-container {
    min-width: 84px;
  } 
  .login-inputs .col-9.col-md-8.col-lg-8{
    width: 70%;
  }
  .login-inputs .col-3.col-md-4.col-lg-4{
    width: 30%;
  }

  .mb-3.row.gx-1 .col-9.col-md-8.col-lg-8{
    width: 70%;
  }
  .mb-3.row.gx-1 .col-3.col-md-4.col-lg-4{
    width: 30%;
  }

  
} */

@media (min-width: 375px) and (max-width: 400px){
  .select2-container {
    min-width: 84px;
  } 
  .login-inputs .col-9.col-md-8.col-lg-8{
    width: 65%;
  }
  .login-inputs .col-3.col-md-4.col-lg-4{
    width: 35%;
  }

  .mb-3.row.gx-1 .col-9.col-md-8.col-lg-8{
    width: 65%;
  }
  .mb-3.row.gx-1 .col-3.col-md-4.col-lg-4{
    width: 35%;
  }
}

@media (max-width: 375px){
  .select2-container {
    min-width: 84px;
  } 
  .login-inputs .col-9.col-md-8.col-lg-8{
    width: 65%;
  }
  .login-inputs .col-3.col-md-4.col-lg-4{
    width: 35%;
  }

  .mb-3.row.gx-1 .col-9.col-md-8.col-lg-8{
    width: 65%;
  }
  .mb-3.row.gx-1 .col-3.col-md-4.col-lg-4{
    width: 35%;
  }

  #mobile_phone.form-control.phone-number::placeholder {
    text-align: center;
  } 
  #mobile_phone.form-control.phone-number {
    text-align: center;
  } 
}

@media (max-height: 600px) {
  .logo-new-password {
    margin-top: 36px;
  }

  .select2-selection.select2-selection--single {
    padding: 18px 4px !important;
  }

  .login-left-section .container-c .mp-login-logo {
    margin-top: 36px !important;
  }
}