:root {
  --buttons-primary: #45be31;
  --buttons-primary--hover: #4cd635;
  --buttons-primary--outlined: #45be31;
  --controls-primary: #45be31;
  --controls-primary--hover: #4cd635;
  --controls-primary--disabled: #c7ecc1;
  --menu-background: #ffffff;
  --menu-item: #45be31;
  --menu-color-primary: #2c3141;
  --menu-color-secondary: #80838d;
  --trialbar-background: #f9f9f9;
  --trialbar-color-primary: #80838d;
}
.clear-flex {
  width: 100%;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  opacity: 0;
  clear: both;
}
@-webkit-keyframes dotZoom {
  20%,
  40%,
  60% {
    transform: scale(1);
  }
  10%,
  30%,
  50% {
    transform: scale(1.5);
  }
  0% {
    transform: scale(1);
  }
}
@keyframes dotZoom {
  20%,
  40%,
  60% {
    transform: scale(1);
  }
  10%,
  30%,
  50% {
    transform: scale(1.5);
  }
  0% {
    transform: scale(1);
  }
}
.display-grid {
  display: -ms-grid;
  display: grid;
}
header {
  width: 315px;
  margin: 50px auto 20px;
}
header a {
  text-decoration: none;
}
header .logo {
  width: 100%;
  height: 198px;
  display: flex;
  justify-content: space-between;
  background-image: none;
}
header .logo__image {
  width: 126px;
  margin-left: 21px;
  background-image: url("img/logo_simple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
header .logo__text {
  width: 189px;
  position: relative;
  font-family: 'Bradley';
  font-size: 32px;
  line-height: 30px;
  text-align: left;
}
header .logo__text span {
  height: 66px;
  margin-top: 75px;
  display: block;
  top: 0;
  bottom: 0;
  left: 36px;
  position: absolute;
  color: #2c3141;
}
.login__logo-brand-name {
  -webkit-mask: url("img/brand_partner_program.svg") no-repeat center;
  mask: url("img/brand_partner_program.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.login .image-text__desc {
  width: 43.08vh;
}
@media (min-width: 1200px) and (max-height: 768px) {
  .login .image-text__desc {
    width: 405px;
  }
}
.login__image {
  background-image: none;
}
@media (min-width: 769px) and (max-width: 1200px) and (max-height: 800px), (max-aspect-ratio: 3/2), (max-width: 768px) {
  .login__image {
    height: auto;
  }
}
.login__image-box {
  width: 58.73vh;
  height: 35.82vh;
  margin: 0 auto 4.42vh;
  background-image: url("img/img_pp-promo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-aspect-ratio: 3/2) {
  .login__image-box {
    width: 46vh;
    height: 28.09vh;
  }
}
@media (max-width: 1200px) {
  .login__image-box {
    width: 389px;
    height: 239px;
    margin: 30px auto 39px;
  }
}
@media (min-width: 1200px) and (max-height: 768px) {
  .login__image-box {
    width: 518px;
    height: 316px;
    margin: 0 auto 41px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) and (max-height: 800px), (max-width: 768px) {
  .login__image-box {
    width: 320px;
    height: 197px;
  }
}

