html,
body {
  height: 100%;
}
:root {
  color-scheme: only light;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  color: #212529;
}
body.fill_background {
  background-color: #FFFFFF;
  color: #161E41;
}
@media (max-width: 575.98px) {
  body.fill_background .container {
    width: 94%;
  }
}
.text-secondary {
  color: #6c757d !important;
}
.btn-primary {
  background-color: #415cc7;
  border-color: #415cc7;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #3048a5;
  border-color: #2b3f91;
}
.btn-primary:focus {
  background-color: #3048a5;
  border-color: #2b3f91;
  box-shadow: 0 0 0 .2rem rgba(65,92,199,0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #90a0de;
  border-color: #90a0de;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #415cc7;
  color: #415cc7;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #2b3f91;
  color: #2b3f91;
}
.btn-outline-primary:focus {
  background-color: transparent;
  border-color: #2b3f91;
  box-shadow: 0 0 0 .2rem rgba(65,92,199,0.5);
  color: #2b3f91;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  border-color: #90a0de;
  color: #7c8fd8;
}
a {
  color: #415cc7;
}
a:hover,
a:active {
  color: #3048a5;
}
a:focus {
  color: #3048a5;
}
.g-recaptcha,
.h-captcha {
  min-height: 78px;
}
.g-recaptcha > div,
.h-captcha > div {
  margin: 0 auto;
}
.card {
  background-color: #FFFFFF;
  border-color: rgba(0,0,0,0.125);
}
.card .card-header {
  background-color: rgba(0,0,0,0.03);
  border-color: rgba(0,0,0,0.125);
}
.list-group-item {
  background-color: #FFFFFF;
  border-color: rgba(0,0,0,0.125);
}
.table {
  color: #212529;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/lato-100.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/lato-300.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/oswald-400.woff2) format('woff2');
  unicode-range: U0000-00FF, U0131, U0152-0153, U02BB-02BC, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}
main .core-container {
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  color: #212529;
}
.full_page .content,
.layout_ultra_wide .content {
  font-family: 'Lato', Arial, monospace;
}
.full_page .content h1.title,
.layout_ultra_wide .content h1.title {
  font-size: 37px;
  font-weight: 100;
}
.full_page .content p.subtitle,
.layout_ultra_wide .content p.subtitle {
  font-weight: 300;
  font-size: 14px;
  padding: 10px;
}
.full_page .content p.subtitle b,
.layout_ultra_wide .content p.subtitle b {
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  .full_page .content h1.title,
  .layout_ultra_wide .content h1.title {
    font-size: 96px;
  }
  .full_page .content p.subtitle,
  .layout_ultra_wide .content p.subtitle {
    font-size: 20px;
  }
}
.spinner-x2 {
  width: 4rem;
  height: 4rem;
  -webkit-animation: 1.5s linear infinite spinner-border;
  animation: 1.5s linear infinite spinner-border;
  color: #415cc7;
}
.spinner-x4 {
  width: 5rem;
  height: 5rem;
  -webkit-animation: 1.8s linear infinite spinner-border;
  animation: 1.8s linear infinite spinner-border;
  color: #415cc7;
}
#splash_loader {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 10000;
  transition: 200ms opacity;
  color: #556dcd;
}
#splash_loader .spinner-border {
  width: 5rem;
  height: 5rem;
  border-width: 0.5rem;
}
#splash_loader.show {
  visibility: visible;
  opacity: 1;
}
.qr_code {
  background: #ffffff;
}
#password #password-input-group .clear-text {
  cursor: pointer;
}
#register_tos .tos_content {
  height: 260px;
  border: 1px solid #31343e;
  border-radius: 4px;
  padding: 16px 20px;
  overflow: hidden scroll;
  font-size: 0.7rem;
}
#register_tos .under_tos {
  font-size: 0.7rem;
}
#stripe_sepa .mandate-acceptance {
  font-size: 0.7rem;
}
#demo_modal {
  color: #212529;
}
main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
main section.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100%;
  padding: 0 !important;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  main section.container::before,
  main section.container::after {
    content: "";
    flex: 1 0 0;
    position: relative;
    background-image: url('/images/cache/12818/logo/elucid-assets/background.svg');
    background-size: 183px;
    background-repeat: no-repeat repeat;
    box-sizing: border-box;
  }
  main section.container::before {
    background-position: right 70px top 0;
    margin-top: 350px;
  }
  main section.container::after {
    background-position: left 70px top 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  main section.container::before {
    background-position: right 70px top 0;
  }
  main section.container::after {
    background-position: left 70px top 0;
  }
}
@media only screen and (min-width: 1480px) {
  main section.container::before {
    background-position: right 150px top 0;
  }
  main section.container::after {
    background-position: left 150px top 0;
  }
}
main section.container > .row {
  width: 100%;
  max-width: 1000px;
}
main section.container h4 {
  font-weight: bold;
}
main section.container input[type=submit],
main section.container button[type=submit] {
  transition: 150ms ease-in-out all;
  display: block;
  text-decoration: none;
  border-radius: 12px;
  border: none;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 33px;
  cursor: pointer;
  padding: 5px 12px;
}
main section.container input[type=submit]:disabled,
main section.container button[type=submit]:disabled {
  pointer-events: none;
}
div#header {
  top: 0;
  width: 100%;
  z-index: 1000;
  min-width: 320px;
}
div#header div.top-bar {
  width: 100%;
  background-color: #405AC6;
  color: #FFF;
}
div#header div.top-bar > div.inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: 100ms ease-in-out height;
  box-sizing: border-box;
  margin: 0 auto;
  vertical-align: middle;
  align-content: center;
  justify-content: space-between;
  height: 52px;
  position: relative;
}
div#header div.top-bar > div.inner div.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
}
div#header div.top-bar > div.inner div.logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
}
div#header div.top-bar > div.inner div.logo img {
  height: 100%;
  width: auto;
}
div#header div.top-bar > div.inner div.logo img.main {
  max-height: 43px;
  max-width: 147px;
}
div#header div.top-bar > div.inner div.logo img.main:not(.small) {
  display: none;
}
@media only screen and (max-width: 1023px) and (max-height: 650px) {
  div#header {
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 600px) {
  div#header {
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 375px) {
  div#header div.top-bar div.inner div.logo img.main {
    max-width: 125px;
  }
}
@media only screen and (min-width: 576px) {
  div#header div.top-bar > div.inner div.logo img.main {
    max-width: 147px;
  }
  div#header div.top-bar > div.inner div.logo img.scroll {
    max-height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  div#header div.top-bar > div.inner {
    max-width: 1374px;
    padding: 0 30px;
    height: 115px;
  }
  div#header div.top-bar > div.inner div.logo {
    margin: initial;
  }
  div#header div.top-bar > div.inner div.logo img.main {
    max-height: 50px;
  }
  div#header div.top-bar > div.inner div.logo img.main.small {
    display: none;
  }
  div#header div.top-bar > div.inner div.logo img.main:not(.small) {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  div#header div.top-bar > div.inner div.logo img.main {
    max-height: 70px;
    max-width: 205px;
  }
  div#header div.top-bar > div.inner div.logo img.scroll {
    max-height: 55px;
    max-width: 46px;
  }
}
input.form-control {
  border: 1px solid #C9C9C9;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 12px;
  height: auto;
}
.input-group-text {
  border-radius: 12px;
}
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
