*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

#root {
  height: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "TTWellingtons";
  src: url("/cas/css/TTWellingtons-Medium-ecbe7c6e2f48a0c36c38d40d20b95cdb.woff2") format("truetype");
}
body {
  background: #fff;
  color: #000;
  font: 16px/1.5 TTWellingtons, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

label {
  display: block;
}

a {
  color: #FF6600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table,
label {
  margin: 1em 0 0;
}

h1,
.h1 {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -2.1%;
  line-height: 2rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -1.7%;
  line-height: 1.5rem;
}

h3,
.h3 {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -1.1%;
  line-height: 1.5rem;
}

h6,
.h6 {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
}

/*Buttons*/
.button2 {
  align-content: center;
  background-color: transparent;
  border: 0;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .button2 {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.button2:focus {
  background: #FF6600;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF6600;
  color: #fff;
  outline: none;
}
.button2:focus .icon path {
  fill: #fff;
}
.button2 .icon {
  margin-right: 1rem;
}

.button2--primary {
  background: #FF6600;
  color: #fff;
}
.button2--primary:hover {
  background: #FF6600;
  color: #fff;
}
.button2--primary:hover .icon path {
  fill: #fff;
}

/*Text-Field*/
.text-field2 {
  margin-top: 1rem;
  position: relative;
  width: 100%;
}
.text-field2--error {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .text-field2--error {
    margin-bottom: 1rem;
  }
}
.text-field2__required {
  color: #C60C30;
}

.text-field2__label {
  color: #000;
  font-size: 1rem;
  left: 0.5rem;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}
.text-field2__input:not(:placeholder-shown) ~ .text-field2__label, .text-field2__disabled:not(:placeholder-shown) ~ .text-field2__label, .text-field2__input:focus:not([readonly]) ~ .text-field2__label {
  font-size: 0.75rem;
  top: 0;
  transform: none;
}
.text-field2--error .text-field2__label {
  color: #C60C30;
}

.text-field2__disabled {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  color: #000;
  padding: 0.75rem 0.5rem;
  width: 100%;
}

.text-field2__input {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0.5rem;
  color: #000;
  padding: 0.75rem 0.5rem;
  width: 100%;
  font: 16px/1.5 TTWellingtons, Arial, sans-serif;
  font-variant-numeric: lining-nums;
}
.text-field2__input:hover {
  background: #e5e5e5;
}
.text-field2__input:focus {
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: inset 0 -2px 0 #000;
  outline: none;
}
.text-field2__input::-ms-clear {
  display: none;
}
.text-field2--error .text-field2__input {
  background-color: #FCF0F3;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: inset 0 -2px 0 #C60C30;
  color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.text-field2__icon {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.text-field2__icon path {
  fill: #FF6600;
}

.text-field2__error {
  bottom: -1.25rem;
  color: #C60C30;
  font-size: 0.75rem;
  font-weight: normal;
  left: 0.5rem;
  position: absolute;
}

/*Select*/
.select2 {
  margin-top: 1rem;
  position: relative;
  width: 5rem;
}
.select2--error {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .select2--error {
    margin-bottom: 1rem;
  }
}

.select2__input {
  appearance: none;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0.5rem;
  color: #000;
  padding: 0.75rem 0.5rem;
  width: 100%;
}
.select2__input::-ms-expand {
  display: none;
}
.select2__input:hover {
  background: #e5e5e5;
}
.select2__input:focus {
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: inset 0 -2px 0 #000;
  outline: none;
}

.select2__arrow {
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
}
.select2__input:focus ~ .select2__arrow {
  transform: rotate(180deg);
}

/* banks */
.button-swed {
  background: #ff6803;
  width: 100%;
}

.button-seb {
  background: #4aaa1a;
  width: 100%;
}

.button-danske {
  background: #034362;
  width: 100%;
}

.button-nordea {
  background: #036aa0;
  width: 100%;
}

/*Content*/
#wrap {
  display: flex;
  justify-content: center;
}

#content {
  max-width: 500px;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  #content {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 1px 6px rgba(0, 0, 0, 0.06), 0 -1px 1px rgba(0, 0, 0, 0.04);
    margin: 1.5rem 0;
    padding: 1.5rem;
  }
}

.flex-responsive {
  display: block;
}
@media (min-width: 768px) {
  .flex-responsive {
    justify-content: space-between;
    display: flex;
    gap: 1rem;
  }
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.flex-wrap {
  display: flex;
  gap: 1rem;
  height: 100%;
  width: 100%;
}

.loginform-group {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.error {
  color: #C60C30;
  font-weight: 500;
}

#smartId-code {
  font-weight: 500;
  font-size: 1.5rem;
}

.loginform-code {
  font-weight: 500;
  font-size: 1.5rem;
}

#cancelMobileLoginButton {
  flex: 1 0 100px;
}

.banklink-wrapper {
  display: flex;
}

.blockOverlay {
  background: #f3f2f3 !important;
  opacity: 0.8 !important;
  cursor: not-allowed !important;
}

.logo {
  width: 120px;
  margin-left: -8px;
}

/*# sourceMappingURL=general.css.map */
