#api {
  position: relative;
}

.login-unified, .login-forcepwreset, .forgotpw-accountdiscovery, .forgotpw-accountdiscovery-confirmemail, .forgotpw-accountdiscovery-confirmpostalcode, .password-change, .login-tos{
  margin-bottom: 4rem;	
}

#api .intro {
  display: none;
}

#api .verificationInfoText {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

#api input {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out;
  outline: 0;
}

#api input:active,
#api input:focus {
  border-color: #e20613;
}

#api .attrEntry {
  text-align: left;
}

#api label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

::placeholder {
  color: #adb5bd;
  opacity: 1;
}

#api #forgotPassword {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
}

#api .entry {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(1.25rem * -1);
}

#api .entry > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 1.25rem;
}

#api .buttons {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}

#api .buttons button,
#tenantPrefixButton, #SCSigninExchange, #SCSigninExchangeShowSingleProvider, #restfulErrorButton, .password-to-initial-success #cancel, .password-change-success #cancel, .selfasserted-errors #cancel{
  display: inline-block;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  color: #fff;
  background-color: #e20613;
  border-color: #e20613;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#api button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

#api button:disabled {
  background-color: #ced4da;
  border-color: #ced4da;
  color: #ced4da;
  cursor: not-allowed;
  pointer-events: all;
}

#api .working {
  display: none;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  vertical-align: -0.125em;
  color: #e20613;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

#api .error {
  color: #e20613;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

#api .error.itemLevel {
  display: none;
}

#api .error.itemLevel.show {
  display: block;
}

#api .error.itemLevel > p {
  margin-bottom: 0.5rem;
}

#impersonateNotFound {
    margin-bottom: 1rem !important;
    margin-top: 1rem;
}

#api .error.pageLevel:not([aria-hidden="true"]), #impersonateNotFound:not([aria-hidden="true"]) {
  border: 1px solid #ced4da;
  border-left-width: 12px;
  border-left-color: #e20613;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
  display: flex !important;
  align-items: flex-start;
}

#api .error.pageLevel:before, #impersonateNotFound:before {
  display: block;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDAuNUM0Ljc1MjczIDAuNSAwLjUgNC43NTI3MyAwLjUgMTBDMC41IDE1LjI0NzMgNC43NTI3MyAxOS41IDEwIDE5LjVDMTUuMjQ3MyAxOS41IDE5LjUgMTUuMjQ3MyAxOS41IDEwQzE5LjUgNC43NTI3MyAxNS4yNDczIDAuNSAxMCAwLjVaTTEwIDE3LjcxODhDNS43NDM1NSAxNy43MTg4IDIuMjgxMjUgMTQuMjU2MSAyLjI4MTI1IDEwQzIuMjgxMjUgNS43NDM5MyA1Ljc0MzU1IDIuMjgxMjUgMTAgMi4yODEyNUMxNC4yNTY0IDIuMjgxMjUgMTcuNzE4OCA1Ljc0MzkzIDE3LjcxODggMTBDMTcuNzE4OCAxNC4yNTYxIDE0LjI1NjQgMTcuNzE4OCAxMCAxNy43MTg4Wk0xMCAxMS43ODEyQzEwLjQ5MTcgMTEuNzgxMiAxMC44OTA2IDExLjM4MjMgMTAuODkwNiAxMC44OTA2VjYuMTQwNjJDMTAuODkwNiA1LjY1MDc4IDEwLjQ5MzYgNS4yNSAxMCA1LjI1QzkuNTA2NDQgNS4yNSA5LjEwOTM4IDUuNjUwNzggOS4xMDkzOCA2LjE0MDYyVjEwLjg5MDZDOS4xMDkzOCAxMS4zODQyIDkuNTEwMTYgMTEuNzgxMiAxMCAxMS43ODEyWk0xMCAxMy4wMDk2QzkuMzU1NzggMTMuMDA5NiA4LjgzMzI4IDEzLjUzMjEgOC44MzMyOCAxNC4xNzYzQzguODM0NzcgMTQuODIwNSA5LjM1NDMgMTUuMzQzOCAxMCAxNS4zNDM4QzEwLjY0NTcgMTUuMzQzOCAxMS4xNjY3IDE0LjgyMTIgMTEuMTY2NyAxNC4xNzdDMTEuMTY1MiAxMy41MzI4IDEwLjY0NTcgMTMuMDA5NiAxMCAxMy4wMDk2WiIgZmlsbD0iI0UyMDYxMyIvPgo8L3N2Zz4K);
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 1rem;
  flex: 0 0 20px;
}

#api .error.pageLevel > p, #impersonateNotFound > p {
  max-width: calc(100% - 2rem - 20px);
  flex: 0 0 auto;
  margin-bottom: 0;
  font-weight: 700;
}

#attributeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(1.25rem * -1);
  text-align: left;
}

#attributeList ul li {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 1.25rem;
}

#attributeList ul li:first-child {
  margin-top: 0rem;
}

#attributeList .helpLink {
  display: none;
  color: #e20613;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

#attributeList #email_intro {
  display: none !important;
}

#attributeList
  #customEmailVerificationControl_success_message:not([aria-hidden="true"]) {
  margin-bottom: 1rem;
  display: block !important;
}

#api {
  padding-bottom: 1rem;
}

#api > .buttons {
    display: none;
}

#api .buttons {
  gap: 1rem;
}

#api .buttons input {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

#api:not(.password-to-initial-success, .password-change-success, .selfasserted-errors) .buttons button#cancel {
    padding: 0;
    background-color: transparent;
    color: #e20613;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    border: 0;
    border-radius: 0;
    position: absolute;
    bottom: -1.5rem;
    right: 0;
}

#api
  .buttons
  button#customEmailVerificationControl_but_send_new_code:not(
    [aria-hidden="true"]
  ) {
  position: absolute;
  bottom: 1rem;
  text-align: left;
  max-width: 50%;
  display: block !important;
  padding: 0;
  background-color: transparent;
  color: #e20613;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border: 0;
  border-radius: 0;
}

#api .buttons button#customEmailVerificationControl_but_change_claims {
  display: none !important;
}

#simplemodal-overlay,
#simplemodal-container {
  display: none !important;
}

#displayActions {
  text-align: center;
  margin-top: -2rem;
  z-index: 100;
  position: relative;
}

#tenantPrefixButton, #SCSigninExchange, #SCSigninExchangeShowSingleProvider, #restfulErrorButton, .password-to-initial-success #cancel, .password-change-success #cancel, .selfasserted-errors #cancel {
  margin-bottom: 1rem;
  width: 100%
}

#api ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#api li {
  text-align: center;
}

#api .togglePassword {
  font-size: 20px;
    color: #ADB5BD;
    float: right;
    margin-right: 12px;
    cursor: pointer;
    width: 30px;
    text-align: center;
}

#api input[type="password"], #api .toggleablePassword {
  margin-bottom: -36px;
  padding-right: 42px!important;
}

#login_description {
  margin-bottom: 2rem;
}

#language-picker {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}

#displayMessage_label {
	display: none;
}

.login-unified .heading, .login-sc .heading , .forgotpw-accountdiscovery .heading, .forgotpw-accountdiscovery-confirmemail .heading, .forgotpw-accountdiscovery-confirmpostalcode .heading, .forgotpw-accountdiscovery-confirmpostalcode #displayMessage{
	display: none;
}

.login-sc div[role=form] {
	margin-top: -1rem;
}

.translateable-de:lang(de),
.translateable-en:lang(en),
.translateable-cs:lang(cs),
.translateable-da:lang(da),
.translateable-es:lang(es),
.translateable-fr:lang(fr),
.translateable-hu:lang(hu),
.translateable-it:lang(it),
.translateable-nl:lang(nl),
.translateable-nb:lang(nb),
.translateable-pl:lang(pl),
.translateable-ro:lang(ro),
.translateable-sv:lang(sv),
.translateable-sk:lang(sk){
    display: inherit !important;
}

.translateable {
    display: none;
}

.country-at,
.country-ch,
.country-cz,
.country-de,
.country-dk,
.country-es,
.country-fr,
.country-hu,
.country-it,
.country-nl,
.country-no,
.country-pl,
.country-ro,
.country-se,
.country-sk{
    height: 0;
    padding: 0;
    overflow: hidden;
}

.forgotpw-accountdiscovery-confirmemail button#continue[aria-disabled="true"] {
    display: none !important;
}

.forgotpw-accountdiscovery-confirmemail button#emailVerificationControl_but_change_claims {
    display: none !important;
}

.forgotpw-accountdiscovery-confirmemail .buttons {
    margin-top: 1rem !important;
}

.forgotpw-accountdiscovery-confirmemail .verificationSuccessText{
	margin-bottom: 1rem;
}

#header-row{
	height: 30px;
	--bs-gutter-x: 0;
}

#content-row{
	--bs-gutter-x: 0;
}

@media (min-width: 768px) {
	#content-row{
		min-height: calc(100vh - 60px) !important;
		--bs-gutter-x: 0;
	}
}

@media (max-width: 767px) {
	#content-row{
		min-height: calc(100vh - 30px) !important;
	}
}

#footer-row{
	height: 30px; 
	--bs-gutter-x: 0;
}

#footer-row .col{
	text-align: right;
	font-size: 12pt;
}

#footer-row a{
	color: #777;
	font-size: 12pt;
}

#footer-row a:hover{
	color: #e20613;
}

#get-access-mobile{
	margin-top: -2.5rem;
	margin-bottom: 2rem;
}

li.Readonly.RedirectUri_li {
    display: none;
}