body.fixla-cms {
  background: #fff !important;
  color: #1a1d2b !important;
  overflow-x: hidden;
}

body.fixla-cms .onboarding-page,
body.fixla-cms .onboarding-frame {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
}

body.fixla-cms .brand-panel {
  position: relative;
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 100vh;
  background: #005a9c !important;
  color: #fff;
}

body.fixla-cms .brand-center {
  position: static !important;
  width: 100%;
  transform: none !important;
}

body.fixla-cms .brand-panel .fixla-logo {
  display: block !important;
  position: absolute !important;
  top: 305px !important;
  left: 50% !important;
  width: 179px !important;
  height: 88px !important;
  margin: 0 !important;
  background: transparent url("fixla-register-logo.png") center / 100% 100% no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  transform: translateX(-50%) !important;
  text-decoration: none !important;
}

body.fixla-cms .brand-panel .fixla-logo .la,
body.fixla-cms .brand-panel .fixla-logo .la::before {
  display: none !important;
}

body.fixla-cms .brand-copy {
  position: absolute !important;
  top: 430px !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
  text-align: center;
}

body.fixla-cms .site-note {
  position: absolute;
  top: min(93.3333vh, 840px);
  left: 0;
  width: 100%;
  margin: 0 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-align: center;
}

body.fixla-cms .site-note a {
  color: #fff !important;
}

body.fixla-cms .form-panel {
  position: relative;
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 100vh;
  padding: 0 !important;
  background: #fff !important;
  color: #1a1d2b !important;
}

body.fixla-cms .form-panel .registration_form {
  position: relative;
  top: 80px;
/*  left: min(4.1667vw, 60px);*/
  width: 560px;
  max-width: calc(100% - 120px);
/*  margin: 0 !important;*/
  padding: 0 !important;
}

body.fixla-cms .form-brand {
  margin: 0 0 24px !important;
  color: #005a9c !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
}

body.fixla-cms .form-title {
  margin: 0 0 16px !important;
  color: #1a1d2b !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
}

body.fixla-cms .fixla-register-errors {
  margin: 0 0 12px !important;
}

body.fixla-cms .registration_form .row.g-3 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 14px;
}

body.fixla-cms .registration_form .form-label {
  margin: 0 0 8px !important;
  color: #6b7085 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

body.fixla-cms .registration_form > .row .form-control,
body.fixla-cms .registration_form .form-select {
  width: 100%;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 12px !important;
/*  border: 1px solid #e2e4eb !important;
  border-radius: 8px !important;*/
  background-color: #fff !important;
  color: #1a1d2b !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

body.fixla-cms .registration_form .form-control::placeholder {
  color: #949aad !important;
  opacity: 1;
}

body.fixla-cms .registration_form .form-select {
  color: #949aad !important;
  line-height: normal !important;
}

body.fixla-cms .fixla-password-group {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  border: 1px solid #e2e4eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: border-color .15s ease, box-shadow .15s ease;
}

body.fixla-cms .fixla-password-group:focus-within {
  border-color: #b8c1d1 !important;
  box-shadow: 0 0 0 3px rgba(0, 90, 156, .08) !important;
}

body.fixla-cms .fixla-password-group .form-control {
  flex: 1 1 auto !important;
  width: 1% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #1a1d2b !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

body.fixla-cms .fixla-eye-btn {
  flex: 0 0 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #6b7085 !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

body.fixla-cms .fixla-eye-btn:hover,
body.fixla-cms .fixla-eye-btn:focus {
  background: transparent !important;
  color: #005a9c !important;
  box-shadow: none !important;
}

body.fixla-cms .signup-submit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 48px !important;
  min-height: 48px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #005a9c !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 48px !important;
  text-align: center;
}

body.fixla-cms .signup-submit:hover,
body.fixla-cms .signup-submit:focus,
body.fixla-cms .signup-submit:active {
  background: #fdb927 !important;
  color: #1a1d2b !important;
}

body.fixla-cms .login-note {
  margin-top: 14px !important;
  color: #6b7085 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

body.fixla-cms .login-note a {
  color: #6b7085 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

body.fixla-cms .form-panel .campaign-note {
  position: absolute;
  top: min(95.5556vh, 860px);
  left: 0;
  width: 100%;
  color: #949aad !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-align: center;
  text-decoration: none !important;
}

body.fixla-cms .form-panel .campaign-note:hover,
body.fixla-cms .form-panel .campaign-note:focus {
  color: #005a9c !important;
}

@media (max-width: 991.98px) {
  body.fixla-cms {
    overflow-y: auto;
  }

  body.fixla-cms .onboarding-page,
  body.fixla-cms .onboarding-frame {
    display: block !important;
    min-height: 100dvh;
  }

  body.fixla-cms .brand-panel {
    display: none !important;
  }

  body.fixla-cms .form-panel {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 100dvh;
    padding: 0 16px 24px !important;
  }

  body.fixla-cms .form-panel .registration_form {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    padding-top: 49px !important;
    padding-bottom: 22px !important;
  }

  body.fixla-cms .form-brand {
    display: block;
    width: 69px;
    height: 34px;
    margin: 0 0 17px !important;
    background: transparent url("fixla-register-logo.png") center / 100% 100% no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden;
  }

  body.fixla-cms .form-title {
    margin-bottom: 18px !important;
    font-size: 24px !important;
    line-height: normal !important;
  }

  body.fixla-cms .registration_form .row.g-3 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 16px;
  }

  body.fixla-cms .registration_form .row.g-3 > [class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  body.fixla-cms .registration_form .form-label {
    margin-bottom: 8px !important;
  }

  body.fixla-cms .registration_form > .row .form-control,
  body.fixla-cms .registration_form .form-select {
    height: 48px !important;
    min-height: 48px !important;
    font-size: 14px !important;
    line-height: 48px !important;
  }

  body.fixla-cms .fixla-password-group {
    height: 48px !important;
    min-height: 48px !important;
  }

  body.fixla-cms .fixla-eye-btn {
    flex-basis: 48px !important;
    width: 48px !important;
    height: 100% !important;
    min-height: 0 !important;
    line-height: 1 !important;
  }

  body.fixla-cms .signup-submit {
    height: 48px !important;
    min-height: 48px !important;
    margin-top: 16px !important;
    line-height: 48px !important;
  }

  body.fixla-cms .login-note {
    margin-top: 18px !important;
  }

  body.fixla-cms .form-panel .campaign-note {
    position: static;
    display: block;
    margin-top: 58px !important;
    font-size: 10px !important;
  }
}
