@font-face {
  font-family: 'Lato';
  font-weight: normal;
  src: url('https://stlumme.blob.core.windows.net/templates/assets/fonts/Lato-Black.ttf');
}

@font-face {
  font-family: 'Lato Regular';
  font-weight: normal;
  src: url('https://stlumme.blob.core.windows.net/templates/assets/fonts/Lato-Regular.ttf');
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 10px;
  }
}

body {
  visibility: visible;
  font-family: 'Lato Regular', sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #556469;
}

h1,
h2 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #323232;
}

h1 {
  font-size: 3.5rem;
  margin: 2.375rem 0;
  line-height: 4.25rem;
}

h2 {
  font-size: 2.813rem;
  margin-bottom: 2.375rem;
  line-height: 3.375rem;
}

input {
  margin-top: 0.5rem;
  padding: 0.75rem;
  outline: 0;
  width: 100%;
  font-size: 100%;
  line-height: 1.15;
  border-radius: 2.188rem;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #556469;
}

label {
  font-weight: 600;
}

input::placeholder {
  color: transparent;
}

a {
  color: #a4e917;
}

a[href="javascript:void(0)"] {
  display: none;
}

ul {
  list-style: none;
}

.lumme-ad-b2c--main {
  margin: 2.375rem auto;
  max-width: min(78.75rem, 95%);
}

.lumme-ad-b2c--main--home-link img {
  max-width: 7.813rem;
}

.lumme-ad-b2c--main--content {
  width: 100%;
  max-width: 56.875rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Azure AD B2C template style overrides starts */

#api {
  width: 100%;
  padding: 2.5rem;
  background-color: #fafafa;
}

#api h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.688rem;
  color: #323232;
}

.intro {
  margin-bottom: 2.375rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.intro > * {
  margin: 0;
}

.buttons, .claims-provider-list-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.buttons button, .claims-provider-list-buttons button {
  margin-top: 2rem;
  padding: 0.5rem 3rem;
  font-family: 'Lato Regular', sans-serif;
  display: inline-block;
  font-size: 100%;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.025rem;
  border: 0px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 35px;
  cursor: pointer;
  background: #a4e917;
  color: #323232;
}

.social.buttons > .intro {
  display: none;
}

.social.buttons > .options button {
  width: 100%;
}

.buttons #continue, .buttons #cancel {
  width: 100%;
  max-width: 12rem;
}

.buttons #email_ver_but_verify, .buttons #email_ver_but_resend {
  width: 100%;
  max-width: 18.6rem
}

.buttons #cancel {
  background: inherit;
  border: 0.125rem solid #a4e917;
}

#forgotPassword {
  margin-top: 1rem;
}

.error.pageLevel {
  text-align: center;
  color: #f04e26;
}

.error, .error p {
  color: #f04e26;
  font-weight: 300;
  font-size: 1.125rem;
}

.entry-item, .attrEntry {
  margin-top: 1.2rem;
}

.attrEntry > div:first-child {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.entry-item > .error {
  margin-top: 0.25rem;
}

.divider {
  display: none;
}

.create {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.create > p {
  margin-top: 1rem;
}

.create p > a {
  margin-left: 0.35rem;
}

#email_ver_but_edit {
  visibility: hidden;
}

.verificationInfoText {
  text-align: center;
}


span.fa.toggle-password {
  float: right;
  position: relative;
  margin-top: -30px;
  margin-right: 10px;
  margin-left: auto;
}

.RadioSingleSelect label {
  display: block;
}

.RadioSingleSelect input {
  float: left;
  width: fit-content;
}



#NewBusinessCustomerExchange {
  background-color: transparent;
  color: transparent;
}

.claims-provider-list-buttons > .intro {
  display: none;
}


input#extension_MeteringID::placeholder {
  color: #ccc;
}

.sec-label-title {
  font-weight: lighter;
}


.alert {
  border-color: #e4bf7f;
  color: #9c6c38;
  padding: 15px;
  background: rgb(246,237,186);
  margin-bottom: 15px;
  display: none;
}