/* roboto-300 - latin */
@font-face {
  font-weight: 300;
  font-family: 'Roboto';
  font-style: normal;
  src: url(/fonts/roboto-v20-latin-300.eot); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
  url(/fonts/roboto-v20-latin-300.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
  url(/fonts/roboto-v20-latin-300.woff2) format('woff2'), /* Super Modern Browsers */
  url(/fonts/roboto-v20-latin-300.woff) format('woff'), /* Modern Browsers */
  url(/fonts/roboto-v20-latin-300.ttf) format('truetype'), /* Safari, Android, iOS */
  url(/fonts/roboto-v20-latin-300.svg#Roboto) format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-weight: 400;
  font-family: 'Roboto';
  font-style: normal;
  src: url(/fonts/roboto-v20-latin-regular.eot); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
  url(/fonts/roboto-v20-latin-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
  url(/fonts/roboto-v20-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
  url(/fonts/roboto-v20-latin-regular.woff) format('woff'), /* Modern Browsers */
  url(/fonts/roboto-v20-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
  url(/fonts/roboto-v20-latin-regular.svg#Roboto) format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-weight: 700;
  font-family: 'Roboto';
  font-style: normal;
  src: url(/fonts/roboto-v20-latin-700.eot); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
  url(/fonts/roboto-v20-latin-700.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
  url(/fonts/roboto-v20-latin-700.woff2) format('woff2'), /* Super Modern Browsers */
  url(/fonts/roboto-v20-latin-700.woff) format('woff'), /* Modern Browsers */
  url(/fonts/roboto-v20-latin-700.ttf) format('truetype'), /* Safari, Android, iOS */
  url(/fonts/roboto-v20-latin-700.svg#Roboto) format('svg'); /* Legacy iOS */
}

html,
body {
  font-family: Proxima-Nova, Century Gothic, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

/* imported from astra (but slightly modified) */
:root {
  --flx-theme-colour-900: #102a43;
  --flx-theme-colour-700: #334e68;
  --flx-theme-colour-500: #486581;
  --flx-theme-colour-400: #627d98;
  --flx-theme-colour-300: #829ab1;
  --flx-theme-colour-200: #bcccdc;
  --flx-theme-colour-100: #d9e2ec;
  --flx-theme-colour-50:  #f0f4f8;
  --flx-theme-text-colour: #fff;
}
.flx-button--primary {
  box-sizing: unset;
  height: 34px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  color: var(--flx-theme-text-colour);
  background-color: var(--flx-theme-colour-700);
  font-family: Roboto, sans-serif;
}
.flx-button--primary:hover {
  background-color: var(--flx-theme-colour-900);
}
.flx-button--primary:disabled {
  background-color: var(--flx-theme-colour-200);
  pointer-events: none;
}
.flx-button--secondary {
  box-sizing: unset;
  height: 34px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  color: var(--flx-theme-colour-900);
  background-color: var(--flx-theme-colour-50);
  border: 1px solid var(--flx-theme-colour-200);
  font-family: Roboto, sans-serif;
}
.flx-button--secondary:hover {
  background-color: var(--flx-theme-colour-100);
  border: 1px solid var(--flx-theme-colour-300);
}
.flx-button--secondary:disabled {
  color: var(--flx-theme-colour-200);
  pointer-events: none;
}
.flx-button--link {
    color: var(--flx-theme-colour-900);
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-style: normal;
}
.flx-text--regular-small {
  color: var(--flx-theme-colour-900);
  font-weight: normal;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  font-style: normal;
}
.flx-text--regular {
  color: var(--flx-theme-colour-900);
  font-weight: normal;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-style: normal;
}
.flx-input-container {
  display: flex;
  flex-flow: column;
}
.flx-input-container .flx-input-container__label {
  color: #a4a4a4;
  font-weight: normal;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  margin-top: 4px;
  margin-bottom: 0;
}
.flx-input-field {
  color: var(--flx-theme-colour-900);
  font-weight: normal;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  padding: 5px 10px;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
}
.flx-input-field:focus,
.flx-input-field:hover {
  padding: 4px 9px;
  border-width: 2px;
}
.flx-input-field:focus {
  border-color: var(--flx-theme-colour-300);
}
/* end of imported from astra */

/* left part (or top on narrower devices) */
.left {
  background-color: #15234a;
  color: #fff;
  font-weight: 700;
}
.left .spacer {
  max-width: 555px;
}
.left .title {
  /*font-size: 45px;
  line-height: 55px;*/
  margin-top: 3rem;
}
.left .title .logo {
  height: 85px;
}
.left .info {
  font-size: 50px;
  line-height: 61px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* right part (or bottom on narrower devices) */
.right {
  background-color: #fff;
  color: #15234a;
}
.right .spacer {
  width: 320px;
  margin-top: 2rem;
}
.right .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}
.right .title--small {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.right .action-btn {
  text-transform: none;
  width: 100%;
  box-sizing: inherit;
  padding: 0 16px;
}
.right .action-btn span {
  float: left;
}
.right .action-btn i {
  margin-top: 3px;
  float: right;
  color: var(--flx-theme-colour-200);
}
.right .action-btn:hover i {
  color: var(--flx-theme-colour-400);
}
.right .action-btn:disabled i {
  color: var(--flx-theme-colour-200);
}
.right .separator {
  margin-top: 1.5rem;
}
.right .separator .or {
  color: var(--flx-theme-colour-200);
  background-color: #fff;
  line-height: 1.5;
  position: absolute;
  top: -9px;
  left: calc(50% - 5px);
  padding: 0 4px;
}
.right .link {
  text-decoration: underline;
  color: var(--flx-theme-colour-500);
}
.right .login-btn {
  box-sizing: inherit;
}

@media (min-width: 992px) {
  /* left part (or top on narrower devices) */
  .left, .right {
    height: 100vh;
  }
  .left .title {
    margin-top: 5rem;
  }
  .left .info {
    margin-top: 9rem;
    margin-bottom: unset;
  }

  /* right part (or bottom on narrower devices) */
  .right .spacer {
    margin-top: 19rem;
  }
}
