html {
  background: url(../img/background.jpg) no-repeat center center fixed;
  background-size: cover;
}

main {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 0 1.75rem 4rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  border: 1px solid #c4c7c9;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 40px;
  outline: none;
  padding: 0 1.4375rem;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #5aa3d2;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input[type="file"]:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
  background: #eef0f2;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: white;
  background-color: #f7882f;
  border-color: #e06909;
  box-shadow: 0px 1px 0px 0px #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0 1.3125rem;
  color: white;
}

button:focus,
button.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus {
  outline: none;
}

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

button:active,
button.active {
  background-image: none;
  outline: 0;
}

button.disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  box-shadow: none;
}

button:hover,
button:focus,
button:active,
button:active:hover,
button:active:focus {
  color: white;
  background-color: #f67a16;
  border-color: #e06909;
}

button:disabled:focus,
button:disabled.focus,
button:disabled:hover {
  background-color: #f7882f;
  border-color: #f7882f;
}

/* Hide Placeholders */
::placeholder,
input::placeholder,
textarea::placeholder {
  /* Modern browsers */
  color: transparent;
}

::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Internet Explorer 11 */
  color: transparent;
}

.agexpert-form h1 {
  font-weight: 500;
  margin-top: 1.625rem !important;
}

.agexpert-form h1,
.agexpert-form span {
  margin-left: auto;
  margin-right: auto;
}

.agexpert-signin-container {
  margin: 1.75rem 0 0 0;
  text-align: center;
}

.agexpert-signin-container p {
  margin: 0;
}

.agexpert-signup-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.agexpert-signup-text img {
  height: 4.4rem;
}

.agexpert-greeting {
  margin-top: 2rem;
  margin-bottom: -0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.agexpert-greeting h1 {
  margin-top: 6px;
  white-space: pre;
}

.agexpert-accounting img,
.agexpert-fields img {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 200px;
}

.agexpert-accounting span,
.agexpert-fields span {
  font-weight: bold;
}

.agexpert-blurb {
  width: 500px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .agexpert-blurb {
    margin-left: auto;
    margin-right: auto;
  }
}

.agexpert-fields {
  padding-bottom: 50px;
}

.agexpert-accounting {
  padding-top: 50px;
}

.agexpert-form,
.agexpert-blurb,
.agexpert-accounting,
.agexpert-fields {
  display: flex;
  flex-direction: column;
}

.agexpert-sm-text {
  font-size: 0.86667rem;
}

@media all and (min-width: 36em) {
  .agexpert-logo {
    padding: 0 4rem 0 4rem;
  }
}

.agexpert-logo {
  width: 100%;
  max-width: 640px;
  padding: 0.875rem;
  align-self: center;
  flex: 0.5 0.5 auto;
  display: flex;
}

.agexpert-logo img {
  width: 100%;
  align-self: center;
}

.agexpert-terms .inner-text {
  margin: 0 1.5rem 2.5rem 1.5rem;
  padding: 1rem 2.5rem 2rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  text-align: left;
}

#api {
  align-self: center;
  max-height: fit-content;
  max-width: 430px;
  width: 100%;
  padding: 1.75rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 1.5rem;
  color: #000;
}

#api .intro,
#api .divider {
  display: none;
}

#api h2 {
  margin: revert;
  margin-top: 0;
  text-align: center;
}

#api label {
  display: block;
  font-size: 1.43rem;
  color: #000;
}

#api input,
#api textarea,
#api select {
  margin: 0.4375rem 0 0 0;
  font-size: 1.4rem;
  box-shadow: 0px 1px 0px 0px #999;
}

#api input[type="checkbox"],
#api input[type="radio"] {
  width: 1.43rem;
  height: 1.43rem;
  margin: 0 0.5rem 0 0;
  box-shadow: none;
}

#api a {
  color: #0075bc;
  cursor: pointer;
  text-decoration: underline;
}

#api .CheckboxMultiSelect .attrEntry {
  display: flex;
  align-items: center;
}

#api .RadioSingleSelect .attrEntry {
  display: grid;
  grid-template-columns: fit-content(1ch) 1fr;
  grid-row-gap: 0.875rem;
}

#api .RadioSingleSelect .attrEntry #extension_mfaMethod_label,
#api .RadioSingleSelect .attrEntry .error {
  grid-column: 1/3;
}

#api .error.pageLevel {
  display: none;
  font-size: 0.86667rem;
  color: #000000;
  background-color: #fcd7d7;
  border-left: 5px solid #f35451;
  margin-bottom: 1.75rem;
  padding: 1rem;
}

#api .error.itemLevel {
  display: none;
  font-size: 0.86667rem;
  color: #f35451;
}

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

#api .entry .entry-item {
  margin: 1.75rem 0 0 0;
}

#api .entry .entry-item:first-child {
  margin: 0;
}

#api .entry .entry-item #forgotPassword {
  display: inline-block;
  margin: 0.4375rem 0 0 0;
  font-size: 0.86667rem;
}

#api[data-name="Phonefactor"] {
  text-align: center;
}

#api[data-name="Phonefactor"] .intro {
  display: inherit;
}

#api[data-name="Phonefactor"] p {
  margin-top: 0px;
  margin-bottom: 0.875rem;
}

#api[data-name="Phonefactor"] .buttons {
  display: flex;
  gap: 2.5rem;
}

@media screen and (max-width: 700px) {
  #api[data-name="Phonefactor"] .buttons {
    gap: 1.5rem;
  }

  #api[data-name="Phonefactor"] button {
    padding: 0px;
  }
}

#api[data-name="Phonefactor"] #verificationCode::placeholder {
  color: inherit;
  opacity: 0.6;
}

#api[data-name="Phonefactor"] #codeVerification label {
  font-size: 0.9rem;
}

#api[data-name="Phonefactor"] .retryDescription {
  display: flex !important;
  flex-direction: column;
}

#api[data-name="Phonefactor"] .retryDescription div {
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  gap: 4px;
}

#api[data-name="Phonefactor"] #phoneEntry {
  text-align: left;
}

#api[data-name="Phonefactor"] #phoneEntry .readonly {
  display: none !important;
}

#api[data-name="Phonefactor"] #phoneEntry .input {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

#attributeVerification #attributeList:has(.AuthenticatorAppIconControl) label {
  font-size: 15px;
}

#api #attributeVerification #attributeList .AuthenticatorAppIconControl {
  display: flow-root;
}

#api #attributeVerification #attributeList #totpQrCodeControl {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

#api .gap,
#api .buttons,
#api button#email_ver_but_resend,
#api button#email_ver_but_verify {
  margin: 1.75rem 0 0 0;
}

#api .buttons:first-child,
#api .heading + .buttons,
#api #screen_reader_msg + .buttons {
  margin-top: 0;
}

#api .heading,
#api .attr .helpLink,
#api button#cancel,
#api label[for="extension_TermsOfUseConsent"] {
  display: none;
}

#api .attr ul {
  margin: 0;
}

#api .attr ul > li:before {
  display: none;
}

#api .attr ul > li {
  display: block;
  margin: 1.75rem 0 0 0;
}

#api .attr ul > li:first-child {
  margin: 0;
}

#api .create {
  margin: 1.75rem 0 0 0;
  text-align: center;
}

#api .create p {
  margin: 0;
  font-size: 0.86667rem;
}

#api .create #createAccount {
  display: inline-block;
  margin-left: 1ex;
}

#api label[for="extension_TermsOfUseConsent_true"] {
  display: inline-block;
  font-size: 1.1rem;
}

#api #email_ver_but_verify,
#api #email_ver_but_resend {
  font-size: 1.15rem;
}

#api #email_ver_but_resend {
  padding: 0;
}

#api #email_ver_but_edit {
  display: none !important;
}

#verifying_blurb {
  color: white;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  margin-top: 2.5em;
}

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

#simplemodal-data.verifying-modal:before {
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  content: "";
  display: inline-block;
  font-size: 10px;
  height: 1em;
  margin-top: 1em;
  position: fixed;
  width: 1em;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  -webkit-animation: spinner 1500ms infinite linear;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/*Hide verifying message after attempting verification*/
.verifying-modal {
  display: none;
}

.working {
  bottom: 0;
  display: none;
  height: 2em;
  left: 0;
  margin: auto;
  overflow: visible;
  position: fixed;
  right: 0;
  top: 0;
  width: 2em;
  z-index: 999;
}

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

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

.working:not(:required):after {
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  content: "";
  display: block;
  height: 1em;
  font-size: 10px;
  margin-top: -0.5em;
  width: 1em;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  -webkit-animation: spinner 1500ms infinite linear;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

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

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

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

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

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

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

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

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