.inline-block {
  display: inline-block;
}
.bankid-sign-error {
  background-color: #309BC8;
  color: white;
  padding: 32px;
  text-align: center;
  margin-top: 30px;
}
.bankid-sign-error a {
  color: white;
  text-decoration: underline;
}
.bankid-sign-error a:hover {
  text-decoration: none;
}
.bankid-sign-error__text {
  max-width: 480px;
  padding: 20px;
  margin: 0 auto;
  color: white;
  font-size: 18px;
}
.bankid-sign-inited-info {
  background-color: #309BC8;
  color: white;
  padding: 32px;
  text-align: center;
}
.bankid-sign-loader {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.bankid-sign__status-message {
  max-width: 480px;
  font-size: 18px;
  padding: 20px;
  margin: 0 auto;
}
.bankid-sign__start-button {
  border: none;
  background-color: white;
  border-radius: 6px;
  color: #309BC8;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  padding: 10px 35px;
  margin: 0 auto;
  text-transform: uppercase;
  height: 55px;
}
.bankid-sign__start-button:hover {
  background-color: #f5f5f5;
}
@media (pointer: fine) {
  .bankid-sign__start-button {
    display: none;
  }
}
.bankid-submit-button {
  margin-bottom: 0;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  border: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #309bc8;
  color: #fff;
  padding: 10px 35px;
  height: 55px;
}
.bankid-submit-button:disabled {
  opacity: 0.5;
}
.bankid-submit-button__icon {
  margin: -5% -2% -4%;
  width: 65px;
}
.styled-radio-wrap {
  display: flex;
  align-items: flex-start;
}
.styled-radio-inline-height {
  line-height: 1.2 !important;
  margin-top: 10px;
}
.styled-radio {
  position: absolute;
  opacity: 0;
}
.styled-radio + label {
  display: inline-block;
  position: relative;
}
.styled-radio:focus + label:before {
  background-color: rgba(208, 208, 208, 0.6);
}
.styled-radio + label:before {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  box-shadow: inset 0 2px 6px 0px rgba(208, 208, 208, 0.3);
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.styled-radio + label:hover:after {
  content: '';
  background-color: green;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  border-radius: 1000px;
  position: absolute;
  left: 5px;
  top: 12px;
}
.styled-radio:checked + label:after {
  content: '';
  background-color: green;
  width: 20px;
  height: 20px;
  border-radius: 1000px;
  position: absolute;
  left: 5px;
  top: 12px;
}
.styled-radio:checked + label:hover:after {
  opacity: 0.75;
}
.widget_mbp_become_customer_widget input[type="date"] {
  border: 1px solid #D4D4D4;
  padding: 0 15px;
  height: 54px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: inset 0px 2px 6px 0px rgba(208, 208, 208, 0.3);
}
