<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
  color: blue;
  text-align: center;
}
.intro h2 {
  text-align: center; 
}
.entry {
  width: 300px ;
  margin-left: auto ;
  margin-right: auto ;
}
.divider h2 {
  text-align: center; 
}
.create {
  width: 300px ;
  margin-left: auto ;
  margin-right: auto ;
}

/***************************
** AZURE B2C LOGIN
***************************/

#api { margin-top:50px; }
#api .entry { margin-bottom:20px; }
#api .entry .entry-item { margin-bottom:20px; }
#api .entry .entry-item label { display:block; }
#api .entry .entry-item input { display: block; width: 100%; height: 35px; padding: 6px 12px; font-size: 15px; line-height: 1.42857; color: #555;  background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 0; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; margin-top:10px; }
#api .entry .buttons button { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; border: 1px solid transparent; padding: 6px 12px; font-size: 15px; line-height: 1.42857; border-radius: 0; user-select: none; background: #814d9f; border-color: #814d9f; color: #ffffff; }
#api .create a { padding-left:5px; }
#api h2 { border-bottom: 1px solid #e5e5e5; line-height: inherit; margin-top: 0; margin-bottom: 21px; color: #333; font-weight: bold; padding-bottom: 21px; font-size:20px; }
#api .error { color:red; }

/***************************
** AZURE B2C REGISTER
***************************/

#api #attributeVerification { width:300px; margin-left:auto; margin-right:auto; }
#api #attributeVerification li { margin-bottom:20px; }
#api #attributeVerification li label { display:block; }
#api #attributeVerification li input { display: block; width: 100%; height: 35px; padding: 6px 12px; font-size: 15px; line-height: 1.42857; color: #555;  background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 0; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; margin-top:10px; }
#api #attributeVerification .buttons button { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; border: 1px solid transparent; padding: 6px 12px; font-size: 15px; line-height: 1.42857; border-radius: 0; user-select: none; background: #814d9f; border-color: #814d9f; color: #ffffff; }


</pre></body></html>