body {
  background-color: #f4f4f4 !important;
}
.main-container {
  display: flex;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}


.logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

.right-panel {
  flex: 1;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}
.description br {
  display: none;
}

.title h3 {
  font-size: var(--fnt-size--36);
  color: #00133f;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 700;
}

.description {
  color: #000;
  font-size: var(--fnt-size--16);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
}

.primary-button {
  background: var(--color-maxican-pink-500);
  border-radius: var(--border-radius--16);
  width: 100%;
  max-width: 235px !important;
  padding: 24px 48px;
  color: var(--color-primary-300);
  text-align: center;
  font-size: var(--fnt-size--18);
  border: 1px solid var(--color-maxican-pink-500);
  font-style: normal;
  font-weight: var(--fnt-weight--700);
  line-height: 24px;
  display: inline-block;
}

.help-text {
  color: #000;

  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.help-text a {
  color: #ec008c;
  font-size: 18px;
  font-style: italic;
  font-weight: var(--fnt-weight--700);
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

h1.entry-title {
  display: none;
}
.m-logo {
  display: inline-block;
  padding-bottom: 100px;
}
.m-logo img {
  height: 45px;
}
@media (min-width: 576px) {
  
  
  
  
  
}
@media (min-width: 768px) {
  .right-panel{
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
   .left-side {
    width: 44%;
    height: 100vh;
    background: url("../images/Brand-Lab-bground.png") no-repeat center top;
    background-size: cover;
  }

  .description br {
    display: inline-block;
  }

  .m-logo {
    display: none;
  }
  .right-panel {
    padding: 100px 62px;
    text-align: left;
    margin: unset;
    max-width:unset
  }
  .description {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .left-side {
    width: 27%;
  }
  .right-panel {
    padding: 100px 128px;
  }
}
