section#recipe-intro .back-button,
body.single-associate-area section#recipe-intro .container .info,
section#related-recipes,
body.single-associate-area section#recipe-intro .container .title {
  display: none;
}

body.single-associate-area section#recipe-intro {
  padding-top: 0;
}

body.single-associate-area section#recipe-intro .container {
  max-width: 100%;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 0;
}

body.single-associate-area .protected-area .content,
body.page-template-tmpl-associate-area-login .protected-area .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

body.single-associate-area section#recipe-intro .content-wrapper,
body.page-template-tmpl-associate-area-login section#recipe-intro .content-wrapper {
  margin-bottom: 0;
}

body.single-associate-area .protected-area .bg-img,
body.page-template-tmpl-associate-area-login .protected-area .bg-img {
  position: relative;
}

body.single-associate-area .protected-area .bg-img:before,
body.page-template-tmpl-associate-area-login .protected-area .bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

body.single-associate-area .protected-area img,
body.page-template-tmpl-associate-area-login .protected-area img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

body.single-associate-area .protected-area form,
body.page-template-tmpl-associate-area-login .protected-area form {
  max-width: calc(var(--site-width) / 2);
  margin-left: auto;
  padding-left: 1.25rem;
  display: grid;
  align-items: center;
  padding-top: 4rem;
  width: 100%;
}

body.single-associate-area .protected-area .form-content,
body.page-template-tmpl-associate-area-login .protected-area .form-content {
  max-width: 30rem;
  padding-right: 2rem;
  margin-left: 0;
  width: 100%;
}

body.single-associate-area .protected-area .form-content h2,
body.page-template-tmpl-associate-area-login .protected-area .form-content h2 {
  font-size: 2.81rem;
  color: var(--darkgrey);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

body.single-associate-area .protected-area .form-content p,
body.page-template-tmpl-associate-area-login .protected-area .form-content p {
  font-size: 1.25rem;
  margin-bottom: 0;
}

body.single-associate-area .protected-area .form-content + p,
body.page-template-tmpl-associate-area-login .protected-area .form-content + p {
  display: none;
}

body.single-associate-area .protected-area .form-content input,
body.page-template-tmpl-associate-area-login .protected-area .form-content input {
  border: 1px solid var(--blue);
  border-radius: 40px;
  color: var(--darkgrey);
  font-weight: 700;
  height: 2.62rem;
  width: 100%;
  padding-left: 1.43rem;
  background-color: transparent;
  font-size: 1rem;
  max-width: 22.75rem;
  margin-top: 2.5rem;
}

body.single-associate-area .protected-area .form-content input::placeholder,
body.page-template-tmpl-associate-area-login .protected-area .form-content input::placeholder {
  color: rgba(60, 60, 60, 0.5);
}

body.single-associate-area .protected-area .form-content button,
body.page-template-tmpl-associate-area-login .protected-area .form-content button {
  border: 1px solid var(--blue);
  border-radius: 40px;
  width: 10.37rem;
  height: 2.62rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: var(--blue);
  transition: all 0.3s ease-out;
  cursor: pointer;
  font-weight: 600;
  margin-top: 1.68rem;
}

@media only screen and (min-width: 768px) {
  body.page-template-tmpl-associate-area-login .protected-area .form-content {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  body header.dark:not(.menu-expanded) .columns .column.right .menu .hamburger .line {
    border-bottom: 1.5px solid white;
  }

  body header.dark:not(.menu-expanded) .columns .column.right .language span:after {
    border: 1.5px solid white;
    border-top: transparent;
    border-right: transparent;
  }

  body header.dark:not(.menu-expanded) .columns .column.right {
    color: white;
  }

  body header.dark:not(.menu-expanded) .columns .column.right .search svg line,
  body header.dark:not(.menu-expanded) .columns .column.right .search svg g g {
    stroke: white;
  }

  body.page-template-tmpl-associate-area-login header.dark:not(.menu-expanded) .columns .column.right .menu .hamburger .line {
    border-bottom: 1.5px solid white;
  }

  body.page-template-tmpl-associate-area-login header.dark:not(.menu-expanded) .columns .column.right .search svg line,
  body.page-template-tmpl-associate-area-login header.dark:not(.menu-expanded) .columns .column.right .search svg g g {
    stroke: white;
  }

  body.page-template-tmpl-associate-area-login header.dark:not(.menu-expanded) .columns .column.right {
    color: white;
  }

  body.page-template-tmpl-associate-area-login header.dark:not(.menu-expanded) .columns .column.right .language span:after {
    border: 1.5px solid white;
    border-top: transparent;
    border-right: transparent;
  }

  body.single-associate-area .protected-area img,
  body.page-template-tmpl-associate-area-login .protected-area img {
    height: 100%;
    min-height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  body.single-associate-area .protected-area .content,
  body.page-template-tmpl-associate-area-login .protected-area .content {
    grid-template-columns: 1fr;
    padding-top: 8.75rem;
  }

  body.single-associate-area .protected-area .content .bg-img,
  body.page-template-tmpl-associate-area-login .protected-area .content .bg-img {
    order: 1;
    display: none;
  }

  body.single-associate-area .protected-area .content form,
  body.page-template-tmpl-associate-area-login .protected-area .content form {
    order: 2;
    padding-top: 0.5rem;
    padding-bottom: 4.5rem;
  }
}
