@import url("//fonts.googleapis.com/css?family=Roboto:300,300i,600,900");
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@font-face {
  font-display: swap;
  font-family: Horatio;
  font-style: normal;
  font-weight: 300;
  src: url("https://mffloyaltyb2clogin.blob.core.windows.net/mitt-mff-test/horatio-light.ttf");
}
@font-face {
  font-display: swap;
  font-family: Horatio;
  font-style: normal;
  font-weight: 700;
  src: url("https://mffloyaltyb2clogin.blob.core.windows.net/mitt-mff-test/horatio-bold.ttf");
}
@font-face {
  font-display: swap;
  font-family: Horatio;
  font-style: normal;
  font-weight: 400;
  src: url("https://mffloyaltyb2clogin.blob.core.windows.net/mitt-mff-test/horatio-normal.ttf");
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f6f5f5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 21px;
  letter-spacing: auto;
  color: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:after {
  content: "320";
  display: none;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
  background-color: #fff;
}
.btn-outline-white {
  color: #a7d7ff;
  border-color: #fff;
  border-radius: 0;
}
.text-uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Horatio", sans-serif;
  line-height: 1.25em;
}
h1 {
  font-weight: bold;
}
h4.sub-title {
  font-weight: 400;
  font-size: 2rem !important;
}
.strike {
  text-decoration: line-through;
}
hr {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}
img {
  width: 100%;
  line-height: 0;
}
b,
strong {
  font-weight: 700;
}
.light {
  font-weight: 300;
}
.heavy {
  font-weight: 700;
}
.wow {
  visibility: hidden;
}
section,
div.section {
  margin: 0 auto;
}
section.full,
div.section.full {
  width: 100%;
  max-width: 100%;
}
section.wide,
div.section.wide {
  width: 100%;
  max-width: 1340px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  section.wide,
  div.section.wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.wide-no-padding,
div.section.wide-no-padding {
  width: 100%;
  max-width: 1340px;
}
section.wide-mega-no-padding,
div.section.wide-mega-no-padding {
  width: 100%;
  max-width: 1730px;
}
section.wide-mega,
div.section.wide-mega {
  width: 100%;
  max-width: 1730px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  section.wide-mega,
  div.section.wide-mega {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.wide-to-full-on-mobile,
div.section.wide-to-full-on-mobile {
  width: 100%;
  max-width: 1340px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  section.wide-to-full-on-mobile,
  div.section.wide-to-full-on-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.make-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.column-maker {
  padding-top: 67px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .column-maker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.column-maker .left-column,
.column-maker .right-column {
  width: 100%;
}
.column-maker .container-element {
  width: 100%;
  max-width: calc(1340px / 2);
}
@media screen and (max-width: 768px) {
  .column-maker .container-element {
    max-width: 1340px;
  }
}
.column-maker .left-column {
  background-color: #a6d6fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("https://mffloyaltyb2clogin.blob.core.windows.net/mitt-mff-test/raster.png");
  background-blend-mode: overlay;
  background-position: top left;
  background-repeat: repeat;
}
.column-maker .left-column .full .container-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .column-maker .left-column .full .container-element {
    padding-top: 150px;
  }
}
.column-maker .left-column .full .container-element i {
  font-size: 128px;
  color: #fff;
  margin-right: 30px;
}
@media screen and (max-width: 668px) {
  .column-maker .left-column .full .container-element i {
    display: none;
  }
}
.column-maker .left-column .full .container-element .text {
  padding-right: 2em;
}
.column-maker .left-column .full .container-element .text h1 {
  font-size: 71px;
  color: #003e5c;
}
.column-maker .left-column .full .container-element .text h2 {
  font-size: 24px;
  color: #003e5c;
}
.column-maker .left-column .full-white {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.column-maker .left-column .full-white .container-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
}
.column-maker .left-column .full-white .container-element i {
  font-size: 128px;
  color: #fff;
  margin-right: 30px;
}
.column-maker .left-column .full-white .container-element .injected-content {
  padding-right: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .column-maker .left-column .full-white .container-element .injected-content {
    padding-right: 25px;
  }
}
.column-maker .right-column {
  background-color: #bada55;
  background-image: url("https://mffloyaltyb2clogin.blob.core.windows.net/mitt-mff-test/mff_2_stolt.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.column-maker .right-column:before {
  content: "";
  position: absolute;
  background: transparent -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#00405e),
      color-stop(37%, #004261),
      to(rgba(0, 73, 105, 0))
    ) 0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(0deg, #00405e 0%, #004261 37%, rgba(0, 73, 105, 0) 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .column-maker .right-column:before {
    background-color: #004261;
    opacity: 0.8;
  }
}
.column-maker .right-column .container-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  z-index: 10;
  padding-right: 25px;
}
.column-maker .right-column .container-element .text {
  color: #fff;
  padding-left: 4em;
  padding-right: 4em;
}
@media screen and (max-width: 668px) {
  .column-maker .right-column .container-element .text {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.column-maker .right-column .container-element .text h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.column-maker .right-column .container-element .text p {
  font-size: 24px;
  line-height: 1.25em;
  color: #a6d6fe;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .column-maker .right-column .container-element .text p {
    color: #fff;
  }
}
.column-maker .right-column .container-element .text a.join {
  padding: 10px 40px;
  display: inline-block;
  font-size: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Horatio", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .column-maker .right-column .container-element .text a.join {
    padding: 30px 50px;
    display: inline-block;
    font-size: 30px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Horatio", sans-serif;
    font-weight: bold;
  }
}
@media screen and (max-width: 668px) {
  .column-maker .right-column .container-element .text a.join {
    width: 100%;
    text-align: center;
  }
}
.column-maker .right-column .container-element .text a.join:hover {
  background-color: #fff;
  text-decoration: none;
  color: #003e5c;
}
#api .intro h2 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: bold;
  color: #008dd1;
  padding-bottom: 10px;
}
#api .intro p {
  font-size: 24px;
  padding-bottom: 30px;
}
#api input {
  border: 1px solid #0090d1;
  font-size: 32px;
  width: 100%;
  padding: 30px 40px;
  margin-bottom: 20px;
  font-family: "Roboto";
}
#api .input-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#api .input-field {
  width: 100%;
  padding: 30px 40px;
  margin-bottom: 20px;
  border: 1px solid #0090d1;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  z-index: 99;
}
#api .input-label {
  position: absolute;
  margin-top: 30px;
  top: 12px;
  left: 40px;
  font-size: 32px;
  -webkit-transition: font-size 120ms ease-in-out;
  transition: font-size 120ms ease-in-out;
  color: rgba(61, 61, 61, 0.59);
}
#api .textInput:focus + .input-label {
  font-size: 12px;
  left: 40px;
  top: -15px;
  -webkit-transition: font-size 120ms ease-in-out;
  transition: font-size 120ms ease-in-out;
}
#api .textInput:not(:placeholder-shown) + .input-label {
  font-size: 12px;
  left: 40px;
  top: -15px;
  -webkit-transition: font-size 120ms ease-in-out;
  transition: font-size 120ms ease-in-out;
}
#api .input-field:focus + .input-label {
  font-size: 12px;
  left: 40px;
  top: -15px;
  -webkit-transition: font-size 120ms ease-in-out;
  transition: font-size 120ms ease-in-out;
}
#api .input-field:not(:placeholder-shown) + .input-label {
  font-size: 12px;
  left: 40px;
  top: -15px;
  -webkit-transition: font-size 120ms ease-in-out;
  transition: font-size 120ms ease-in-out;
}
#api .forgot-password {
  margin-top: -15px;
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
#api button {
  background-color: #00405e;
  border: 2px solid #00405e;
  color: #fff;
  font-family: "Horatio", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding: 30px 40px;
  width: 100%;
}
#api button:hover {
  cursor: pointer;
  background-color: transparent;
  color: #00405e;
}
#api button#cancel {
  background-color: #fff;
  color: #00405e;
}
#api .divider {
  display: none;
}
#api .create {
  display: block;
  text-align: right;
  padding-top: 10px;
}
#createAccount {
  padding-left: 10px;
}
a.helpLink {
  margin-top: -10px;
  margin-bottom: 20px;
  display: block;
}
.error.itemLevel.show,
.error.pageLevel,
.verificationErrorText.error.show,
#emailVerificationControl_info_message {
  background-color: #fff;
  padding: 20px 30px;
  color: red;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid red;
}
#emailVerificationControl_success_message {
  background-color: #a6d6fe;
  padding: 20px 30px;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.helpLink {
  display: none !important;
}
[aria-disabled="true"] {
  display:none;
}
button#continue[aria-disabled=true]::before {
    content: "Verifiera mailadress forst! Sen kan du ";
}

div#emailVerificationControl::after {
    content: "Verifiera mailadress innan du gar vidare.";
}

div#emailVerificationControl {
    margin-bottom: 10em;
}

[aria-hidden="true"] {
  display: none;
}
[aria-hidden="false"] {
  display: block !important;
}
#emailVerificationControl_but_change_claims {
  display: none !important;
}
#cancel,
#displayName_label,
#displayName,
#emailVerificationControl_but_send_new_code {
  display: none !important;
}
.buttons {
  display: block;
  margin-bottom: 20px;
}
#claimVerificationServerError {
  padding: 20px 30px;
  border: 1px solid red;
  color: red;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.footer {
  background-image: url("https://mffloyaltyb2clogin.blob.core.windows.net/mitt-mff-test/raster.png");
  background-blend-mode: overlay;
  background-position: top left;
  background-repeat: repeat;
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 0rem !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer-text {
  font-size: 0.8rem;
  color: #008dd1;
}
footer .footer-text .social a {
  color: #008dd1;
}
footer .footer-text .social .icon-circle {
  border: 2px solid #008dd1;
  border-radius: 50000px;
  padding: 5px;
  margin: 2px;
  color: #008dd1 !important;
}
footer .footer-text + .footer-text {
  margin-left: 4rem;
  color: #008dd1;
}
footer .footer-text h4 {
  font-size: 1rem;
  color: #008dd1;
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-logo {
  width: auto;
  height: auto;
}
footer .footer-logo img {
  width: 150px;
  height: auto;
}
@media (max-width: 970px) {
  footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-text {
    display: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #003e5c;
  position: absolute;
  width: 100%;
  height: 67px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background: #003e5c;
  z-index: 99;
  top: 0px;
  height: 67px;
  width: 100%;
  border-top: 1px solid #003e5c;
}
.top-bar .logo-wrapper {
  position: absolute;
  top: 10px;
  background: transparent;
}
.top-bar .logo-wrapper img {
  width: 100px;
  height: auto;
}
.top-bar_left {
  position: absolute;
  left: 0;
  top: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-family: Horatio, sans-serif;
  font-size: 30px;
}
.top-bar_left.back {
  left: 100px;
  top: 19px;
}
.top-bar .top-bar_left a {
  color: #fff;
  -webkit-transition: color 125ms ease-in-out;
  transition: color 125ms ease-in-out;
}
.top-bar .top-bar_left a:hover {
  color: #a6d6fe;
  -webkit-transition: color 125ms ease-in-out;
  transition: color 125ms ease-in-out;
  text-decoration: none;
}
.top-bar_left i {
  color: #a6d6fe;
}
.top-bar_right {
  position: absolute;
  right: 2rem;
  top: 0.75rem;
}
.top-bar_right i {
  color: #a6d6fe;
}
.top-bar_right span {
  display: none;
}
@media (max-width: 768px) {
  .top-bar_right .btn-outline-white {
    border: 0 !important;
  }
  .top-bar_left,
  .top-bar_right {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .top-bar_right span {
    display: inline-block;
  }
  .top-bar_left span {
    display: inline-block;
  }
}

button#continue[aria-label='Skapa']:after {
    content: " OCH GODKANN VILLKOR";
}
