dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin-top: 0;
}

address,
dl,
ol,
p,
pre,
ul {
  margin-bottom: 1rem;
}

body,
caption {
  text-align: left;
}

button,
hr,
input {
  overflow: visible;
}

pre,
textarea {
  overflow: auto;
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
  margin-bottom: 0.5rem;
}

address,
legend {
  line-height: inherit;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

label,
output {
  display: inline-block;
}

body,
html {
  width: 100vw;
  height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
}

a,
a:hover {
  color: #4E008E;
  text-decoration: none;
}

button,
summary {
  cursor: pointer;
}

button,
img {
  vertical-align: middle;
}

button,
legend {
  display: block;
  white-space: normal;
}

a,
a:hover,
button:focus,
button:hover {
  text-decoration: none;
}

.card,
sub,
sup {
  position: relative;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  color: #404040;
  font-size: 14px !important;
  line-height: 18px;
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
}

abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

blockquote,
figure {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 14px !important;
}

pre {
  -ms-overflow-style: scrollbar;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

th {
  text-align: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #4E008E;
  box-sizing: border-box;
  padding: 0;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  color: #4E008E !important;
  border: none;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  font-size: 14px !important;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.intro>p,
h2,
h3 {
  font-size: 14px !important;
}

summary {
  display: list-item;
}

template {
  display: none;
}

git [hidden] {
  display: none !important;
}

body {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #f5f5f5;
  display: -webkit-box;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px;
}

.card,
button {
  background-color: #fff;
  word-wrap: break-word;
}

main {
  margin: auto;
  padding: 15px;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.intro>p,
h2,
h3 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem !important;
  text-align: center !important;
}

.card,
.card-header h3,
button {
  font-weight: 400;
}

button {
  -moz-user-select: none;
  -ms-user-select: none;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #323339;
  font-size: 14px !important;
  line-height: 1.5;
  padding: 0.84rem 2.14rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  user-select: none;
  width: 99% !important;
}

button:active,
button:focus,
button:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  outline: 0;
}

button:disabled {
  opacity: 0.2;
  cursor: initial;
}

.card {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-clip: border-box;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  flex-direction: column;
  width: 390px;
}

@media (max-width: 400px) {
  .card {
    width: 100%;
  }
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 30px;
}

.card-header {
  margin-bottom: 1.5rem;
  padding: 1rem;
}

:-moz-placeholder {
  margin: 2px;
  /* color: transparent; */
}

:-ms-input-placeholder {
  margin: 2px;
  /* color: transparent; */
}

::-moz-placeholder {
  margin: 2px;
  /* color: transparent; */
}

::-ms-input-placeholder {
  margin: 2px;
  /* color: transparent; */
}

::-webkit-input-placeholder {
  margin: 2px;
  /* color: transparent; */
}

.attrEntry,
.entry-item {
  margin-top: 1.5rem;
  position: relative;
}

.attrEntry input,
.attrEntry select,
.entry-item input {
  -webkit-border-radius: 0;
  background-clip: padding-box;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ced4da;
  border-radius: 0;
  color: #495057;
  display: block;
  font-size: 14px !important;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  padding: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100% !important;
}

.attrEntry input:focus,
.attrEntry select:focus,
.entry-item input:focus {
  -webkit-box-shadow: none;
  background: #fff;
  border-color: #4E008E;
  box-shadow: none;
  color: #495057;
  outline: 0;
}

.attrEntry input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  color: #4E008E;
}

.attrEntry input[type="checkbox"]+label {
  display: inline-block !important;
}

.attrEntry input[type="checkbox"]+label:before {
  -o-transition: 0.2s;
  -webkit-border-radius: 1px;
  -webkit-transition: 0.2s;
  border: 1.5px solid #8a8a8a;
  border-radius: 1px;
  content: "";
  height: 17px;
  left: 0;
  margin-top: 2px;
  position: absolute;
  transition: 0.2s;
  width: 17px;
  z-index: 0;
}

.attrEntry input[type="checkbox"]:checked+label:before {
  -ms-transform: rotate(40deg);
  -ms-transform-origin: 100% 100%;
  -webkit-transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  border-color: transparent #4E008E #4E008E transparent;
  border-style: solid;
  border-width: 2px;
  height: 22px;
  left: -3px;
  top: -4px;
  transform: rotate(40deg);
  transform-origin: 100% 100%;
  width: 12px;
}

.working,
.working:before {
  left: 0;
  position: fixed;
  top: 0;
}

.attrEntry input[type="email"],
.attrEntry input[type="password"],
.attrEntry input[type="text"],
.attrEntry select,
.entry-item input[type="email"],
.entry-item input[type="password"],
.entry-item input[type="text"] {
  -o-transition: all 0.3s;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.3s;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  outline: 0;
  transition: all 0.3s;
  height: 50px;
  border: 1px solid #4D4C4A;
  border-radius: 4px;
}

.attrEntry input[type="email"]:focus,
.attrEntry input[type="password"]:focus,
.attrEntry input[type="text"]:focus,
.attrEntry select:focus,
.entry-item input[type="email"]:focus,
.entry-item input[type="password"]:focus,
.entry-item input[type="text"]:focus {}

.attrEntry input[type="email"].highlightError,
.attrEntry input[type="password"].highlightError,
.attrEntry input[type="text"].highlightError,
.attrEntry select.highlightError,
.entry-item input[type="email"].highlightError,
.entry-item input[type="password"].highlightError,
.entry-item input[type="text"].highlightError {
  -webkit-box-shadow: 0 1px 0 0 #f44336;
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

.attrEntry label,
.entry-item label {
  color: #757575;
  font-size: 14px !important;
  margin-bottom: 0;
}

.error.pageLevel,
.errorText,
.verificationErrorText {
  color: #f44336;
}

.attrEntry .error.itemLevel,
.attrEntry .helpText,
.attrEntry .tiny {
  display: none !important;
}

.attrEntry .error.itemLevel.show {
  display: block !important;
}

.divider {
  display: none !important;
}

.error.itemLevel {
  color: #f44336;
  font-size: 14px !important;
}

.error.itemLevel p {
  margin-bottom: 0;
}

.errorText {
  background: inherit;
  border: inherit;
  margin: inherit;
  padding: inherit;
}

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

body {
  background-color: #F3F6F8;
}

#email_ver_but_send,
#email_ver_but_verify {
  background-color: #4E008E !important;
  color: #fff;
}

#cancel,
#email_ver_but_resend,
#email_ver_but_edit {
  color: #160028;
  box-shadow: none;
  border: 1px solid #4E008E;
}

label[for="extension_termsOfUseConsentChoice_AgreeToTermsOfUseConsentYes"] {
  margin-left: 30px;
}

#email_intro {
  display: none !important;
}

.verify {
  margin-top: 5px;
  padding-top: 0 !important;
}

.working {
  bottom: 0;
  display: none;
  height: 2em;
  margin: auto;
  overflow: show;
  right: 0;
  width: 2em;
  z-index: 999;
}

.working:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.working:not(:required) {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

#simplemodal-data.verifying-modal:before,
.working:not(:required):after {
  border-radius: 0.5em;
  content: "";
  font-size: 14px !important;
  width: 1em;
}

.working:not(:required):after {
  -moz-animation: spinner 1.5s infinite linear;
  -ms-animation: spinner 1.5s infinite linear;
  -o-animation: spinner 1.5s infinite linear;
  -webkit-animation: spinner 1.5s infinite linear;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  animation: spinner 1.5s infinite linear;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  display: block;
  height: 1em;
  margin-top: -0.5em;
}

@keyframes spinner {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#api .intro>p,
#api h2 {
  color: #323339 !important;
}

#simplemodal-data.verifying-modal {
  height: 100%;
  position: relative;
}

#simplemodal-data.verifying-modal:before {
  -moz-animation: spinner 1.5s infinite linear;
  -ms-animation: spinner 1.5s infinite linear;
  -o-animation: spinner 1.5s infinite linear;
  -webkit-animation: spinner 1.5s infinite linear;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  animation: spinner 1.5s infinite linear;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  display: inline-block;
  height: 1em;
  margin-top: 1em;
  position: fixed;
}

#api[data-name="Unified"] .buttons {
  margin-top: 1.5rem !important;
}

#api[data-name="Unified"] .create,
#api[data-name="Unified"] .localAccount {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

#api[data-name="Unified"] .create>p {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  color: #9e9e9e !important;
  display: -webkit-box !important;
  font-size: 14px !important;
  justify-content: flex-end !important;
  margin-bottom: 0;
}

#continue {
  background-color: #4E008E !important;
  color: #fff !important;
}

#continue-clone {
  background-color: #4E008E !important;
  color: #fff !important;
}

#api[data-name="SelfAsserted"] #continue {
  background-color: #4E008E !important;
  color: #fff !important;
}

#api[data-name="Unified"] #createAccount {
  margin-left: 0.25rem;
}

#api[data-name="Unified"] #forgotPassword {
  float: right;
  font-size: 14px !important;
}

#api[data-name="Unified"] #GoogleAccountOAuth2Exchange,
#api[data-name="Unified"] #GoogleExchange {
  margin-bottom: 1rem;
}

#api[data-name="Unified"] #GoogleAccountOAuth2Exchange:before,
#api[data-name="Unified"] #GoogleExchange:before {
  content: url(https://woodgroveb2cdemo-Staging.azurewebsites.net/images/google.png);
  padding-right: 0.25rem;
}

#api[data-name="Unified"] #MicrosoftAccountExchange:before,
#api[data-name="Unified"] #MicrosoftPersonalAccountOpenIdConnectExchange:before {
  content: url(https://woodgroveb2cdemo-Staging.azurewebsites.net/images/microsoft.png);
  padding-right: 0.25rem;
}

.self-asserted-container .card-footer {
  border-top: 1px solid #e9ecef;
  padding: 1rem;
}

.self-asserted-container .card-footer .terms-of-service {
  height: 100px;
  overflow-y: scroll;
  padding-right: 0.5rem;
  width: 100%;
}

.self-asserted-container .card-footer .terms-of-service p {
  font-weight: 300;
  margin-bottom: 0;
}

#api[data-name="SelfAsserted"]>.intro {
  display: none !important;
}

#api[data-name="SelfAsserted"] #attributeVerification>.buttons {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

#api[data-name="SelfAsserted"] #continue {
  margin-bottom: 1rem;
}

#api[data-name="SelfAsserted"] #cancel,
#api[data-name="SelfAsserted"] #email_ver_but_resend {
  -webkit-box-shadow: none;
  background-color: transparent;
  box-shadow: none;
}

#api[data-name="SelfAsserted"] #email_ver_but_edit,
#api[data-name="SelfAsserted"] #email_ver_but_send,
#api[data-name="SelfAsserted"] #email_ver_but_verify {
  margin-top: 0.5rem;
}

#api[data-name="SelfAsserted"] #email_ver_but_verify {
  margin-bottom: 1rem;
}

#api[data-name="SelfAsserted"] #email_ver_input,
#api[data-name="SelfAsserted"] #email_ver_input_label {
  margin-top: 2rem;
}

.local-account-registration-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(7)>div,
.local-account-registration-container-1 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(8)>div,
.local-account-registration-container-2 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(7)>div {
  display: block;
  margin-top: 1.5rem;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.local-account-registration-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(7)>div>label:nth-child(1),
.local-account-registration-container-1 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(8)>div>label:nth-child(1),
.local-account-registration-container-2 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(7)>div>label:nth-child(1) {
  display: none !important;
}

.local-account-registration-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(7)>div>label:nth-child(4),
.local-account-registration-container-1 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(8)>div>label:nth-child(4),
.local-account-registration-container-2 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(7)>div>label:nth-child(4) {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  position: static;
  transform: inherit;
}

.social-account-registration-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(2)>div,
.social-account-registration-container-1 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(7)>div,
.social-account-registration-container-2 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(2)>div {
  display: block;
  margin-top: 1.5rem;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.social-account-registration-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(2)>div>label:nth-child(1),
.social-account-registration-container-1 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(7)>div>label:nth-child(1),
.social-account-registration-container-2 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(2)>div>label:nth-child(1) {
  display: none !important;
}

.social-account-registration-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(2)>div>label:nth-child(4),
.social-account-registration-container-1 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(7)>div>label:nth-child(4),
.social-account-registration-container-2 #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(2)>div>label:nth-child(4) {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  position: static;
  transform: inherit;
}

.enterprise-account-registration-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(4)>div {
  display: block;
  margin-top: 1.5rem;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.enterprise-account-registration-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(4)>div>label:nth-child(1) {
  display: none !important;
}

.enterprise-account-registration-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(4)>div>label:nth-child(4) {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  position: static;
  transform: inherit;
}

.account-profile-container #api[data-name="SelfAsserted"] button {
  -webkit-border-radius: 4px;
  border: 0;
  border-radius: 4px;
  font-size: 14px !important;
  height: inherit;
  margin: 0;
}

.account-profile-container #api[data-name="SelfAsserted"] #continue {
  margin-bottom: 1rem;
}

.account-terms-of-service-container .card-alert {
  -webkit-border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #ff3547 !important;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #ff3547;
  padding: 1rem;
}

.account-terms-of-service-container .card-alert p {
  margin-bottom: 0;
}

.account-terms-of-service-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(1)>div {
  display: block;
  margin-top: 1.5rem;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.account-terms-of-service-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(1)>div>label:nth-child(1) {
  display: none !important;
}

.account-terms-of-service-container #api[data-name="SelfAsserted"] #attributeList>ul>li:nth-child(1)>div>label:nth-child(4) {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  position: static;
  transform: inherit;
}

.attrEntry #TermsAndCondition {
  color: #212529;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px !important;
  font-weight: 300;
  height: 100px;
  line-height: 1.5;
  overflow-y: scroll;
  padding-right: 0.5rem;
  text-align: left;
  width: 100%;
}

.logo {
  margin: 0 0 15px 0;
  text-align: center;
}

.logo img {
  height: 33px !important;
  width: auto !important;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.verifying-modal {
  display: none;
}

.VerificationControl label[for="emailVerificationSendGrid"] {
  display: none !important;
}

#terms {
  height: 200px;
  overflow: auto;
}

.showhide-icon {
  position: absolute;
  right: 10px;
  margin-top: -40px;
  cursor: pointer;
  color: #787878;
}

input#password,
input#newPassword,
input#reenterPassword {
  padding-right: 32px !important;
}

.social {
  display: none !important;
}


body {
  display: none !important;
}

input#signInName {
}

#api {
  border: none;
}

#forgotPassword {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.25px;
  color: #4E008E;
  margin-bottom: 3px;
}

#forgotPassword:hover {
  color: #32005B;
}

#forgotPassword:focus {
  color: #160028;
}

.intro {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  letter-spacing: 0.5px;
  color: #000000;
}

input[type="email"],
input[type="text"] {
  background-color: #F5F5F5 !important;
  border-radius: 8px !important;
  border: none !important;
  padding: 0 30px !important;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.25px;
  color: #BBBBBB;

}

input[type="text"]#signInName:focus,
input[type="text"]#password:focus,
input[type="password"]#password:focus {
  background-color: #F2E3FF !important;
}

input[type="password"]#password,
input[type="text"]#password {
  background-color: #F5F5F5 !important;
  border-radius: 8px !important;
  border: none !important;
  padding: 0 15px !important;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.25px;
  color: #000000;
}

input[type="password"]::placeholder,
  input[type="text"]::placeholder {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #BBBBBB;
}

#rememberMe {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.25px;
  color: #BBBBBB !important;
  margin-top: 10px;
}

button#next {
  background-color: #4E008E !important;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  box-shadow: none;
  border: 2px solid #4E008E !important;
}

button#next:hover {
  background-color: #32005B !important;
  border: 2px solid #32005B !important;
}

button#next:active {
  background-color: #4E008E !important;
  border: 2px solid #4E008E !important;
}

button#next:focus {
  background-color: #160028 !important;
  border: 2px solid #160028 !important;
}

button#next:disabled {
  background-color: #F5F5F5 !important;
  border-radius: 8px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #E0E0E0 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  box-shadow: none;
  border: 2px solid #F5F5F5 !important;
}

#backButton {
  box-shadow: none;
  text-transform: none !important;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.25px;
  color: #4E008E;
  margin-top: 5px;
}

.help-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  align-items: center;
  letter-spacing: 0.15px;
  color: #787878;
  mix-blend-mode: normal;
}

.help-text a {
  color: #003cff;
  text-decoration: none;
}

.footer-separator {
  background-color: rgba(187, 187, 187, 0.5);
  margin: 0 0 20px;
  height: 1px;
}

#localAccountForm {
  border: none !important;
  padding-top: 0 !important;
}

#stay-connect {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.25px;
  color: #BBBBBB;
  margin-left: 5px;
}

.user-icon {
  position: absolute;
  left: 10px;
  margin-top: -40px;
  cursor: pointer;
  color: #BBBBBB;
}

.school-info {
  padding: 10px 5px;
  align-items: center;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school-info > i {
  margin: 0 5px 0 0;
  color: #787878;
  width: 10px;
  height: 14px;
}

.school-name {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #787878;
  white-space: nowrap;
}

.school-location {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #787878;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tooltip .tooltiptext > .school-name {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  word-wrap: break-word;
}

.tooltip .tooltiptext > .school-location {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  word-wrap: break-word;
}

.tooltip .tooltiptext {
  position: relative;
  visibility: hidden;
  width: 250px;
  background-color: #1E1E1E;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 16px;
  position: absolute;
  z-index: 999999999;
  top: 20px;
  left: 100%;
  opacity: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #1E1E1E transparent transparent;
}

.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #1E1E1E transparent;
}

.password-error {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FF4133;
}

@media only screen and (max-width: 600px) {
  body {
    padding: 0;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  main {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .container {
    height: 100%;
    box-shadow: none;
    margin-top: 10%;
  }
  .card {
    height: 100%;
    box-shadow: none;
  }
  .card-body {
    height: 100%;
    box-shadow: none;
  }
  .tooltip {
    width: 100%;
  }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    background-color: #1E1E1E;
    color: #FFFFFF;
    padding: 15px;
    border-radius: 16px;
    position: absolute;
    z-index: 999999999;
    position: absolute;
    left: 15%;
    top: 12%;
    opacity: 1;
  }
}

.tooltip .tooltiptext > .school-info-full {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  word-wrap: break-word;
}

.btn-social-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 15px 0;
}

.btn-container {
  display: flex;
  width: 100%;
  gap: 15px;
}

.login-social {
    border: 2px solid rgb(78, 0, 142) !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    width: 100% !important;
    height: 48px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form3__other-login {
  color: #828283;
  display: block;
  font-size: 13px;
  margin-top: 24px;
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.login-social > svg {
  pointer-events: none;
}

#respDiv {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  width: 100%;
}

#respSelect {
  width: 100%;
  height: 56px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #BBB;
  background: #F5F5F5;
}

#respSelect option {
  color: #1E1E1E;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 172%;
}

#label-perfil {
  color: #787878;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
}