/* SIGN IN */
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-Regular.otf);
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-Italic.otf);
  font-style: italic
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-Medium.otf);
  font-weight: 600;
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-MediumItalic.otf);
  font-weight: 600;
  font-style: italic
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-BoldItalic.otf);
  font-weight: 700;
  font-style: italic
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-black.otf);
  font-weight: 800;
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-BlackItalic.otf);
  font-weight: 800;
  font-style: italic
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-LightItalic.otf);
  font-weight: 300;
  font-style: italic
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-Thin.otf);
  font-weight: 100;
}
@font-face {
  font-family: LabGrotesque;
  src: url(/LabGrotesque-ThinItalic.otf.otf);
  font-weight: 100;
  font-style: italic
}

* {
  font-family: LabGrotesque;
}

body { 
  background: #f4f3f5;
} 

input[type=email], input[type=password], input[type=text] {
  height: 40px !important;
  padding: 5px 8px !important;
  border: 2px solid #E8E8EB !important;
  font-size: 12px !important;
  color: #111 !important;
  box-shadow: none !important;
  border-radius: 6px !important;
}

#continue{
  float: right;
}

.background_branding_container{
  background: #fff4ef;
  background-size: cover;
}
.companyLogo{
  width: 200px !important;
  float: left !important;
}
#lang-switch{
  float: right !important;
  border: 0px;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
}

.login .panel{
  padding: 0px !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  border: 0px !important;
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0,0,0,.05) !important;
}

.heading h1, h1.heading {
    color: #2B2A31 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-align: left;
    line-height: 32px;
    margin: 30px 0px !important;
}
.intro h2{
  color: #565563 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

#api a{
  color: #2D2EB7 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
}

a:focus {
  outline: 0 !important;
  border: 0px !important;
}

.login .panel-header{
  padding: 15px 0px !important;
}

.login .panel-body{
  clear: both;
  padding: 0px !important;
}

#api .buttons, #initialmessage .buttons {
    text-align: right !important;
    margin: 15px 0px !important;
}
#api .buttons button, #initialmessage .buttons button{
    background-color: #2D2EB7;
    color: white;
    padding: 8px 20px !important;
    border-radius: 4px !important;
    border: 0px !important;
    margin: 0px 5px !important;
}

#cancel{
  background-color: #E6E9F6 !important;
  color: #2D2EB7 !important;
  padding: 8px 20px !important;
  border-radius: 4px !important;
  border: 0px !important;
}

#attributeList ul li input {
  width: 100% !important;
}

.panel-footer{
  background: transparent !important;
  border: 0px !important
}
.panel-footer button{
  background-color:#2D2EB7;
  color: white;
  padding: 8px 20px !important;
  border-radius: 4px !important;
  border: 0px !important;
  margin: 0px 5px;
}

#authenticatorAppIconControl-google img{
  height: 80px !important;
  width: auto !important;
}
#authenticatorAppIconControl-apple img{
  height: 80px !important;
  padding: 10px !important;
  width: auto !important;
}

#authenticatorAppIconControl-instruction, #totpQrCodeControl-title{
  margin-top: 20px !important;
}
#totpQrCodeControl_info_message{
  text-align: left !important;
}
#totpQrCodeControl-img{
  height: 100% !important;
}

.verificationSuccessText{
  margin-bottom: 10px;
  text-align: left;
}

li.VerificationCode .attrEntry{
    margin-top: 10px;
}

/* #emailVerificationControl .buttons{
  display: inline-flex !important;
} */

#emailVerificationControl #emailVerificationControl_but_send_new_code{
  background-color: #e7e9f6 !important;
  color: #2d2eb7 !important;
}

#emailVerificationControl .buttons button{
  background-color: #2D2EB7 !important;
  color: white !important;
  padding: 8px 20px !important;
  border-radius: 4px !important;
  border: 0px !important;
  margin: 5px 5px !important;
  height: auto !important;
  width: auto !important;
}

.login .panel-footer{
  text-align: right !important;
  padding: 0px 0px 10px 0px !important;
}

#resend_code_link{
  background-color: #e7e9f6 !important;
  color: #2d2eb7 !important;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  border: 0px !important;
  margin: 0px 5px !important;
  text-decoration: none !important;
}

.error.itemLevel {
  text-align: left !important;
}

#api div.error {
    text-align: left !important;
    color: #b00;
}

/* 
.input-wrapper {
  --padding: 10px;
  --focus-color: #565563;
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.input-wrapper input {
  padding: var(--padding);
  color: #2B2A31 !important;
  font-size: 14px !important;
}

.placeholder {
  position: absolute;
  background-color: white;
  color: #565563;
  font-size: 12px;
  font-weight: 500 !important;
  left: var(--padding);
  bottom: 5px;
  padding: 0 4px;
  transition: all 0.2s ease-in;
}

.input-wrapper input:is(:focus, :valid) {
  border: 2px solid var(--focus-color);
}

.input-wrapper input:is(:focus, :valid) + .placeholder {
  transform: translatey(calc(-1 * var(--padding) - 12px));
  color: var(--focus-color);
} */