
@font-face {
  font-family: 'Public Sans';
  src: url('/assets/tafe_assets/fonts/PublicSans/PublicSans-Regular.woff2') format('woff2'),
  url('assets/tafe_assets/fonts/PublicSans/PublicSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
	background-color: #22272b;
	background-image:none;
  font-family: Public Sans,Arial,sans-serif !important;
}

body .tafe-signin {
  max-width: 600px;
  box-shadow: none;
  padding: 32px
}

body .otp-adapter:before {
  content: none;
}

body .otp-adapter {
  margin-top: 50px;
}

@media (max-width: 480px) {
  .otp-adapter {
      margin-top: 0;
  }
}

/* test removal of tafe-pwdreset styles
body .tafe-pwdreset .section-title, body .ping-password .section-title {
  display: none;
}
body .tafe-pwdreset .ping-header, body .ping-password .ping-header {
  padding-top: 50px;
  font-size: 40px;
  max-width: 480px;
}
body .tafe-pwdreset .ping-subtitle, body .ping-password .ping-subtitle {
  font-family: "Helvetica Neue", "helvetica", "Roboto", "Segoe UI", "sans-serif";
  font-size: 18px;
  line-height: 1.3em;
  padding: 10px 0;
}
body .tafe-pwdreset .ping-body-container, body .ping-password .ping-body-container {
  max-width: 600px;
  padding-bottom: 32px;
}
body .tafe-pwdreset .ping-body-container .ping-steps, body .ping-password .ping-body-container .ping-steps {
  padding: 20px 0;
}
body .tafe-pwdreset .ping-body-container .ping-steps .step, body .ping-password .ping-body-container .ping-steps .step {
  text-align: center;
  display: inline-block;
  width: 120px;
}
body .tafe-pwdreset .ping-body-container .ping-steps .step.active span, body .ping-password .ping-body-container .ping-steps .step.active span {
  color: #fff;
  background-color: #808285;
}
body .tafe-pwdreset .ping-body-container .ping-steps .step.active label, body .ping-password .ping-body-container .ping-steps .step.active label {
  font-weight: 600;
}
body .tafe-pwdreset .ping-body-container .ping-steps .step span, body .ping-password .ping-body-container .ping-steps .step span {
  width: 24px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 2px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #808285;
  border: 1px solid #808285;
}
body .tafe-pwdreset .ping-body-container .ping-steps .step span.complete .icon-approve, body .ping-password .ping-body-container .ping-steps .step span.complete .icon-approve {
  display: inline-block;
  font-size: 10px;
  margin: 1px 1px 0 0;
  font-size: 9px;
}
body .tafe-pwdreset .ping-body-container .ping-steps .step label, body .ping-password .ping-body-container .ping-steps .step label {
  display: block;
  font-size: 12px;
  text-transform: none;
  color: #808285;
  margin-right: 0;
  padding-top: 10px;
}
body .tafe-pwdreset .ping-body-container .ping-input-container.required:before, body .ping-password .ping-body-container .ping-input-container.required:before {
  top: 12px;
  left: 5px;
  bottom: 5px;
}
body .tafe-pwdreset .ping-body-container .ping-input-container.required input[type=text],
body .tafe-pwdreset .ping-body-container .ping-input-container.required input[type=password],
body .tafe-pwdreset .ping-body-container .ping-input-container.required input[type=tel],
body .tafe-pwdreset .ping-body-container .ping-input-container.required input[type=email],
body .tafe-pwdreset .ping-body-container .ping-input-container.required input[type=date], body .ping-password .ping-body-container .ping-input-container.required input[type=text],
body .ping-password .ping-body-container .ping-input-container.required input[type=password],
body .ping-password .ping-body-container .ping-input-container.required input[type=tel],
body .ping-password .ping-body-container .ping-input-container.required input[type=email],
body .ping-password .ping-body-container .ping-input-container.required input[type=date] {
  padding-left: 15px;
}
body .tafe-pwdreset .ping-body-container .ping-input-container span, body .ping-password .ping-body-container .ping-input-container span {
  width: 24px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 2px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  background-color: #35c370;
  border: 1px solid #35c370;
}
body .tafe-pwdreset .ping-body-container .ping-input-container span.complete, body .ping-password .ping-body-container .ping-input-container span.complete {
  position: absolute;
  right: -35px;
  top: 15px;
}
body .tafe-pwdreset .ping-body-container .ping-input-container span.complete .icon-check, body .ping-password .ping-body-container .ping-input-container span.complete .icon-check {
  display: inline-block;
  font-size: 10px;
  margin: 1px 1px 0 0;
}
body .tafe-pwdreset .ping-body-container .ping-input-container span.not-complete, body .ping-password .ping-body-container .ping-input-container span.not-complete {
  display: none;
}
body .tafe-pwdreset .ping-body-container .ping-information, body .ping-password .ping-body-container .ping-information {
  font-size: 14px;
  text-align: left;
}
body .tafe-pwdreset .ping-body-container .ping-requirements, body .ping-password .ping-body-container .ping-requirements {
  padding: 20px 0;
  text-align: left;
}
body .tafe-pwdreset .ping-body-container .ping-requirements a:hover, body .ping-password .ping-body-container .ping-requirements a:hover {
  text-decoration: none;
}
body .tafe-pwdreset .ping-body-container .ping-requirements a .icon-dropdown-arrow, body .ping-password .ping-body-container .ping-requirements a .icon-dropdown-arrow {
  font-size: 10px;
}
body .tafe-pwdreset .ping-body-container .ping-requirements a .icon-dropdown-arrow:before, body .ping-password .ping-body-container .ping-requirements a .icon-dropdown-arrow:before {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body .tafe-pwdreset .ping-body-container .ping-requirements a.open .icon-dropdown-arrow, body .ping-password .ping-body-container .ping-requirements a.open .icon-dropdown-arrow {
  font-size: 12px;
}
body .tafe-pwdreset .ping-body-container .ping-requirements a.open .icon-dropdown-arrow:before, body .ping-password .ping-body-container .ping-requirements a.open .icon-dropdown-arrow:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body .tafe-pwdreset .ping-body-container .ping-requirements a #down-arrow:after, body .ping-password .ping-body-container .ping-requirements a #down-arrow:after {
  font-family: "iconfont";
  content: "\76";
  font-size: .7em;
  padding-left: 5px;
}
body .tafe-pwdreset .ping-body-container .ping-requirements a #up-arrow:after, body .ping-password .ping-body-container .ping-requirements a #up-arrow:after {
  content: "\5e";
  font-family: "iconfont";
  font-size: .7em;
  padding-left: 5px;
}
body .tafe-pwdreset .ping-body-container .ping-requirements .requirements, body .ping-password .ping-body-container .ping-requirements .requirements {
  display: none;
  padding-top: 8px;
}
body .tafe-pwdreset .ping-input-link.ping-pass-change, body .ping-password .ping-input-link.ping-pass-change {
  border-top: none;
  color: #2996cc;
}
body .tafe-pwdreset .ping-input-link.ping-pass-change .divider, body .ping-password .ping-input-link.ping-pass-change .divider {
  padding: 0 5px;
  color: #000;
}
body .tafe-pwdreset .ping-register, body .ping-password .ping-register {
  font-size: 14px;
}
body .tafe-pwdreset .ping-footer-container .ping-footer .ping-credits, body .ping-password .ping-footer-container .ping-footer .ping-credits {
  visibility: visible;
  background-image: url("../images/ping-horizontal-logo.svg");
}
body.columns-layout .tafe-pwdreset .ping-header {
  display: none;
}
body.columns-layout .tafe-pwdreset .ping-body-container {
  max-width: 790px;
  padding: 60px 50px 50px;
}
*/

body .tafe-signin .form-title span  {
  font-weight: bold;
}

body .tafe-signin .left-align {
  text-align:left;
}

body .tafe-signin a {
  color: #0053dc;
}

body .tafe-signin .tafe-decorated-link {
  color: #0053dc;
  text-decoration: underline;
}

body .tafe-signin .tafe-sso-links a {
  padding-right:5px;
  padding-left:5px;
  text-decoration: underline;
}

body .tafe-signin .tafe-sso-example {
  padding-top:5px;
  color: #495054;
  font-weight: normal;
  font-size: 13px;
}

body .tafe-signin .tafe-help-title{
  font-weight: bold;
  padding-top: 22px;
  margin: 0 0 12px;
}

body .tafe-username-recovery {
  max-width: 750px;
  box-shadow: none;
  padding: 32px;
}

body .tafe-username-recovery .form-title span  {
  font-weight: bold;
}

body .tafe-username-recovery .left-align {
  text-align:left;
}

body .tafe-username-recovery a {
  color: #0053dc;
}

body .tafe-username-recovery .tafe-decorated-link {
  color: #0053dc;
  text-decoration: underline;
}

body .tafe-username-recovery .tafe-sso-links a {
  padding-right:5px;
  padding-left:5px;
  text-decoration: underline;
}

body .tafe-username-recovery .tafe-sso-example {
  padding-top:5px;
  color: #495054;
  font-weight: normal;
  font-size: 13px;
}

body .tafe-username-recovery input[type=email] {
  display: flex;
  padding: var(--layout-spacing-sm, 16px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--object-radius-md, 4px) !important;
  border: 1px solid var(--color-border-main, #CDD3D6);
  background: var(--color-surface-main, #FFF);

  font-family: Public Sans,Arial,sans-serif;
  max-width: 400px;
}
body .tafe-username-recovery input[type=email]:focus{
  border-color: #165FB4;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
body .tafe-username-recovery input[type=email]:hover {
  border-radius: var(--object-radius-md, 4px);
  border: 1px solid var(--color-border-selected, #747A7E);
  background: linear-gradient(0deg, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 0%, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 100%), var(--color-surface-main, #FFF);
}

body .tafe-username-recovery .tafe-button-container-left {
  margin-top: 0px !important;
  text-align: left;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

body .tafe-button-container-left {
  margin-top: 20px;
  text-align: left;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

/* TAFE Contractor Enrichment Styles Start */

body .tafe-contractor-enrichment {
  max-width: 600px;
  box-shadow: none;
  padding: 32px;
}

body .tafe-contractor-enrichment .form-title span  {
  font-weight: bold;
}

body .tafe-contractor-enrichment .left-align {
  text-align:left;
}

body .tafe-contractor-enrichment a {
  color: #0053dc;
}

body .tafe-contractor-enrichment input[type=date] {
  padding: var(--layout-spacing-sm, 16px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--object-radius-md, 4px) !important;
  border: 1px solid var(--color-border-main, #CDD3D6);
  background: var(--color-surface-main, #FFF);

  font-family: Public Sans,Arial,sans-serif;
  max-width: 220px;
}
body .tafe-contractor-enrichment input[type=date]:focus{
  border-color: #165FB4;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
body .tafe-contractor-enrichment input[type=date]:hover {
  border-radius: var(--object-radius-md, 4px);
  border: 1px solid var(--color-border-selected, #747A7E);
  background: linear-gradient(0deg, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 0%, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 100%), var(--color-surface-main, #FFF);
}
body .tafe-contractor-enrichment input[type=date]::-webkit-calendar-picker-indicator {
  background-color: #ffffff;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

body .tafe-contractor-enrichment select {
  background-color: white;
  border: 1px solid var(--color-border-main, #CDD3D6);
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  max-width: 220px;
  display: flex;

  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body .tafe-contractor-enrichment .tafe-select {
  padding: 0 40px 0 16px;
  margin: 7px 0 0 0;
  /*justify-content: space-between;
  align-items: center;
  align-self: stretch;
  font-family: Public Sans,Arial,sans-serif;

  appearance: none;*/
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
body .tafe-contractor-enrichment .tafe-select:focus{
  /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #165FB4;
  outline: 0;
}
body .tafe-contractor-enrichment select:hover {
  border-radius: var(--object-radius-md, 4px);
  border: 1px solid var(--color-border-selected, #747A7E);
  background: linear-gradient(0deg, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 0%, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 100%), var(--color-surface-main, #FFF);
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

body .tafe-contractor-enrichment select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

body .tafe-contractor-enrichment .tafe-button-container-left {
  margin-top: 20px;
  text-align: left;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

body .tafe-contractor-enrichment .spinner-container-hidden {
  display: none;
  position:fixed; 
  top:0; 
  left:0; 
  width:100vw; 
  height:100vh; 
  background:rgba(255,255,255,0.7); 
  z-index:9999; 
  text-align:center;
}

body .tafe-contractor-enrichment .spinner-container-visible {
  display: block;
  position:fixed; 
  top:0; 
  left:0; 
  width:100vw; 
  height:100vh; 
  background:rgba(255,255,255,0.7); 
  z-index:9999; 
  text-align:center;
}

body .tafe-contractor-enrichment #loadingSpinner #loadingSpinnerPlacement{
  position:relative;
  top:40vh;
}

body .tafe-contractor-enrichment #loadingSpinner .spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}

/* TAFE Contractor Enrichment Styles End */


/* Account Recovery Styles Start */
body .tafe-account-recovery {
  max-width: 750px;
  box-shadow: none;
  padding: 32px;
}

body .tafe-account-recovery .form-title span  {
  font-weight: bold;
}

body .tafe-account-recovery .left-align {
  text-align:left;
  margin-bottom: 0px;
}

body .tafe-account-recovery a {
  color: #0053dc;
}

body .tafe-account-recovery .tafe-decorated-link {
  color: #0053dc;
  text-decoration: underline;
}

body .tafe-account-recovery .tafe-sso-links a {
  padding-right:5px;
  padding-left:5px;
  text-decoration: underline;
}

body .tafe-account-recovery .tafe-sso-example {
  /*padding-top:5px;*/
  color: #495054;
  font-weight: normal;
  font-size: 13px;
}

body .tafe-account-recovery .tafe-input-label {
  color: #22272b;
  font-family: Public Sans, Arial, sans-serif;
  margin-bottom: 8px;
  font-size: 16px;
}

body .tafe-account-recovery input[type=text] {
  display: flex;
  padding: var(--layout-spacing-sm, 16px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--object-radius-md, 4px) !important;
  border: 1px solid var(--color-border-main, #CDD3D6);
  background: var(--color-surface-main, #FFF);

  font-family: Public Sans,Arial,sans-serif;
  max-width: 400px;
}

body .tafe-account-recovery .security-code {
  margin:0px;
}

body .tafe-account-recovery input[type=text]:focus {
  border-color: #165FB4;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

body .tafe-account-recovery input[type=text]:hover {
  border-radius: var(--object-radius-md, 4px);
  border: 1px solid var(--color-border-selected, #747A7E);
  background: linear-gradient(0deg, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 0%, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 100%), var(--color-surface-main, #FFF);
}

body .tafe-account-recovery .ping-input-container.no-margin {
  margin: 0px !important;
}

body .tafe-account-recovery .tafe-button-container-left {
  margin-top: 32px;
  text-align: left;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
/* Account Recovery Styles End */

/* Password Reset Styles Start */
body .tafe-password-reset {
  max-width: 600px;
  box-shadow: none;
  padding: 32px;
}
body .tafe-password-reset.successform {
  max-width: 768px;
}

body .tafe-password-reset.successform p {
  max-width: 768px;
  margin: 0 0 24px;
}

body .tafe-password-reset.successform .tafe-button-container-left {
  margin-top: 24px;
}

body .tafe-password-reset.errorform {
  max-width: 768px;
}

body .tafe-password-reset.errorform p {
  max-width: 768px;
  margin: 0 0 24px;
}

body .tafe-password-reset.errorform label {
  margin: 13px 0 0;
}

body .tafe-password-reset.errorform .tafe-button-container-left {
  margin-top: 24px;
}

body .tafe-password-reset .form-title {
  padding-bottom: 32px;
}

body .tafe-password-reset .form-title span  {
  font-weight: bold;
}

body .tafe-password-reset .left-align {
  text-align:left;
  margin-bottom: 0px;
}

body .tafe-password-reset a {
  color: #0053dc;
}

body .tafe-password-reset .tafe-decorated-link {
  color: #0053dc;
  text-decoration: underline;
}

body .tafe-password-reset .tafe-sso-links a {
  padding-right:5px;
  padding-left:5px;
  text-decoration: underline;
}

body .tafe-password-reset .tafe-sso-example {
  padding-top:5px;
  color: #495054;
  font-weight: normal;
  font-size: 13px;
}

body .tafe-password-reset input[type=text] {
  display: flex;
  padding: var(--layout-spacing-sm, 16px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--object-radius-md, 4px) !important;
  border: 1px solid var(--color-border-main, #CDD3D6);
  background: var(--color-surface-main, #FFF);

  font-family: Public Sans,Arial,sans-serif;
  max-width: 400px;
}
body .tafe-password-reset input[type=text]:focus {
  border-color: #165FB4;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
body .tafe-password-reset input[type=text]:hover {
  border-radius: var(--object-radius-md, 4px);
  border: 1px solid var(--color-border-selected, #747A7E);
  background: linear-gradient(0deg, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 0%, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 100%), var(--color-surface-main, #FFF);
}

body .tafe-password-reset .password-container input[type=text],
body .tafe-password-reset .password-container input[type=password] {
  max-width: 100%;
  margin: 0px;
}

body .tafe-password-reset .ping-input-container.password-container a.password-show-button.icon-view {
  top: 15px;
}

body .tafe-password-reset .ping-input-container.password-container a.password-show-button.icon-view-hidden {
  top: 10px;
}

body .tafe-password-reset .ping-input-container.no-margin {
  margin: 0px !important;
}

body .tafe-password-reset .tafe-button-container-left {
  margin-top: 32px;
  text-align: left;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

body .tafe-password-reset .pwd-requirements a {
  font-family: Public Sans,Arial,sans-serif;
  font-size: 15px;
}
body .tafe-password-reset .pwd-requirements p {
  font-family: Public Sans,Arial,sans-serif;
  margin: 16px 0 0 0;
}
body .tafe-password-reset .pwd-requirements ul {
  list-style-type: disc;
  padding-left: 15px;
}
body .tafe-password-reset .pwd-requirements ul li{
  list-style-type: disc;
  margin: 16px 0 0 0;
}

body .tafe-password-reset .tafe-button-container-left .tafe-button {
  min-width: 132px;
}

/* Password Reset Styles End */

/* Password Change Styles Start */
body .tafe-password-change {
  max-width: 600px;
  box-shadow: none;
  padding: 32px;
}
body .tafe-password-change.successform {
  max-width: 768px;
}

body .tafe-password-change.successform p {
  max-width: 768px;
  margin: 0 0 24px;
}

body .tafe-password-change.successform .tafe-button-container-left {
  margin-top: 24px;
}

body .tafe-password-change.errorform {
  max-width: 768px;
}

body .tafe-password-change.errorform p {
  max-width: 768px;
  margin: 0 0 24px;
}

body .tafe-password-change.errorform label {
  margin: 13px 0 0;
}

body .tafe-password-change.errorform .tafe-button-container-left {
  margin-top: 24px;
}

body .tafe-password-change .form-title {
  padding-bottom: 32px;
}

body .tafe-password-change .form-title span  {
  font-weight: bold;
}

body .tafe-password-change .left-align {
  text-align:left;
  margin-bottom: 0px;
}

body .tafe-password-change a {
  color: #0053dc;
}

body .tafe-password-change .tafe-decorated-link {
  color: #0053dc;
  text-decoration: underline;
}

body .tafe-password-change .tafe-sso-links a {
  padding-right:5px;
  padding-left:5px;
  text-decoration: underline;
}

body .tafe-password-change .tafe-sso-example {
  padding-top:5px;
  color: #495054;
  font-weight: normal;
  font-size: 13px;
}

body .tafe-password-change input[type=text] {
  display: flex;
  padding: var(--layout-spacing-sm, 16px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--object-radius-md, 4px) !important;
  border: 1px solid var(--color-border-main, #CDD3D6);
  background: var(--color-surface-main, #FFF);
  font-family: Public Sans,Arial,sans-serif;
}
body .tafe-password-change input[type=text]:focus {
  border-color: #165FB4;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
body .tafe-password-change input[type=text]:hover {
  border-radius: var(--object-radius-md, 4px);
  border: 1px solid var(--color-border-selected, #747A7E);
  background: linear-gradient(0deg, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 0%, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 100%), var(--color-surface-main, #FFF);
}

body .tafe-password-change .password-container input[type=text],
body .tafe-password-change .password-container input[type=password] {
  max-width: 100%;
  margin: 0px;
}

body .tafe-password-change .ping-input-container.password-container a.password-show-button.icon-view {
  top: 15px;
}

body .tafe-password-change .ping-input-container.password-container a.password-show-button.icon-view-hidden {
  top: 10px;
}

body .tafe-password-change .ping-input-container.no-margin {
  margin: 0px !important;
}

body .tafe-password-change .tafe-button-container-left {
  margin-top: 32px;
  text-align: left;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

body .tafe-password-change .pwd-requirements.toppad {
  padding-top: 12px;
}

body .tafe-password-change .pwd-requirements a {
  font-family: Public Sans,Arial,sans-serif;
  font-size: 15px;
}
body .tafe-password-change .pwd-requirements p {
  font-family: Public Sans,Arial,sans-serif;
  margin: 16px 0 0 0;
}
body .tafe-password-change .pwd-requirements ul {
  list-style-type: disc;
  padding-left: 15px;
}
body .tafe-password-change .pwd-requirements ul li{
  list-style-type: disc;
  margin: 16px 0 0 0;
}

body .tafe-password-change .tafe-button-container-left .tafe-button {
  min-width: 132px;
}

body .tafe-password-change .divider {
    display: flex;
    height: 4px;
    max-height: 4px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    background: var(--color-border-main, #CDD3D6);
    margin: 0 0 32px 0;
}

/* Password Change Styles End */

/* TAFE Message Form Styles Start */
body .tafe-message-form {
  max-width: 600px;
  box-shadow: none;
  padding: 32px;
}
body .tafe-message-form.successform {
  max-width: 768px;
}

body .tafe-message-form.successform p {
  max-width: 768px;
  margin: 0 0 24px;
}

body .tafe-message-form.successform .tafe-button-container-left {
  margin-top: 24px;
}

body .tafe-message-form.errorform {
  max-width: 768px;
}

body .tafe-message-form.errorform p {
  max-width: 768px;
  margin: 0 0 24px;
}

body .tafe-message-form.errorform label {
  margin: 13px 0 0;
}

body .tafe-message-form.errorform .tafe-button-container-left {
  margin-top: 24px;
}

body .tafe-message-form .form-title {
  padding-bottom: 32px;
}

body .tafe-message-form .form-title span  {
  font-weight: bold;
}

body .tafe-message-form .left-align {
  text-align:left;
  margin-bottom: 0px;
}

body .tafe-message-form a {
  color: #0053dc;
}

body .tafe-message-form .tafe-decorated-link {
  color: #0053dc;
  text-decoration: underline;
}

body .tafe-message-form .tafe-button-container-left {
  margin-top: 32px;
  text-align: left;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

body .tafe-message-form .tafe-button-container-left .tafe-button {
  min-width: 132px;
}
/* TAFE Message Form Styles End */

body .tafe-optout .tafe-button-container-left .tafe-button {
  min-width: 132px;
}

body .tafe-optout p {
  margin: 24px 0;
}

body .tafe-pwdreset .ping-body-container .tafe-steps, body .ping-password .ping-body-container .tafe-steps {
  padding: 20px 0;
}
body .tafe-pwdreset .ping-body-container .tafe-steps .step, body .ping-password .ping-body-container .tafe-steps .step {
  text-align: center;
  display: inline-block;
  width: 120px;
}
body .tafe-pwdreset .ping-body-container .tafe-steps .step.active span, body .ping-password .ping-body-container .tafe-steps .step.active span {
  color: #fff;
  background-color: #696969;
}
body .tafe-pwdreset .ping-body-container .tafe-steps .step.active .step-label {
  font-size:12px;
  color:#696969;
  padding-top:10px;
  margin-bottom:5px;
  font-weight:bold;
}
body .tafe-pwdreset .ping-body-container .tafe-steps .step.active label, body .ping-password .ping-body-container .tafe-steps .step.active label {
  font-weight: 600;
}
body .tafe-pwdreset .ping-body-container .tafe-steps .step span, body .ping-password .ping-body-container .tafe-steps .step span {
  width: 24px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 2px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #696969;
  border: 1px solid #696969;
}
body .tafe-pwdreset .ping-body-container .tafe-steps .step span.complete .icon-approve, body .ping-password .ping-body-container .tafe-steps .step span.complete .icon-approve {
  display: inline-block;
  margin: 1px 1px 0 0;
  font-size: 9px;
  font-weight: 900;
}
body .tafe-pwdreset .ping-body-container .tafe-steps .step label, body .ping-password .ping-body-container .tafe-steps .step label {
  display: block;
  font-size: 12px;
  text-transform: none;
  color: #696969;
  margin-right: 0;
  padding-top: 10px;
}
body .tafe-pwdreset .ping-body-container .tafe-steps .step .step-label {
  font-size:12px;
  color:#696969;
  padding-top:10px;
  margin-bottom:5px;
  font-weight:bold;
}
body .password-requirements a {
  font-family: Public Sans,Arial,sans-serif;
  font-size: 15px;
}
body .password-requirements ul {
  list-style-type: disc;
  padding-left: 15px;
}
body .password-requirements ul li{
  list-style-type: disc;
}
body .password-failures a {
  font-family: Public Sans,Arial,sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
body .password-failures ul {
  list-style-type: disc;
  padding-left: 15px;
}
body .password-failures ul li{
  list-style-type: disc;
}

@media (max-width: 480px), (max-device-width: 480px) {
  body .tafe-pwdreset .ping-body-container .tafe-steps .step {
    width: 80px;
  }
}

body .tafe-profile .page-messages {
  top: inherit !important;
}

body .MFAlabel {
  position: relative;
  display: flex;
  min-width: 60px;
  height: 30px;
  margin-bottom: 15px;
  cursor: pointer;
}

body .MFAlabel-topmost {
  margin-top: 15px;
}

body .MFAlabel input {
  display: none;
}

body .slidinggroove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5fcf80;
  border-radius: 20px;
  transition: all 0.3s ease;
}

body .slidinggroove:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  top: 1px;
  left: 31px;
  transition: all 0.3s ease;
}

body input:checked+.slidinggroove {
  background: #ccc;
}

body input:checked+.slidinggroove:after {
  transform: translateX(-30px);
}

body .labelterm {
  position: relative;
  top: 2px;
  margin-left: 10px;
  max-width: 258px;
}

body .ontext {
  position: absolute;
  top: 10px;
  left: 7px;
  font-size: 9px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

body .offtext {
  position: absolute;
  top: 10px;
  left: 36px;
  font-size: 9px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
}

input[type=button]:hover, input[type=submit]:hover, .tafe-button:hover, .button:hover, button:hover {
  background: var(--color-surface-interactive-secondary, #002664);
  border-color: #002664;
}
input[type=button]:focus, input[type=submit]:focus, .tafe-button:focus, .button:focus, button:focus {
  background: var(--color-surface-interactive-secondary, #002664);
  border-color: #002664;
}
input[type=button].primary, input[type=button].normal, input[type=submit].primary, input[type=submit].normal, .tafe-button.primary, .tafe-button.normal, .button.primary, .button.normal, button.primary, button.normal {
  background: var(--Brand-Blue-500, #165FB4);
  color: #fff;
  border-width: 1px;
  border-color: #165FB4;
  border-radius: 0 !important;
  font-weight: 700;
  display: inline-flex;
  padding: var(--layout-spacing-xs, 12px) var(--layout-spacing-sm, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--layout-spacing-4xs, 2px);
}
input[type=button].cancel, input[type=submit].cancel, .tafe-button.cancel, .button.cancel, button.cancel {
  background-color: #fff;
  color: #165FB4;
  border: 1px solid var(--Brand-Blue-500, #165FB4);
  border-radius: 0 !important;
  font-weight: 700;
  display: inline-flex;
  padding: var(--layout-spacing-xs, 12px) var(--layout-spacing-sm, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--layout-spacing-4xs, 2px);
}

input[type=button].cancel:hover, input[type=submit].cancel:hover, .tafe-button.cancel:hover, .button.cancel:hover, button.cancel:hover {
  color: #fff;
}

input[type=button].cancel:focus, input[type=submit].cancel:focus, .tafe-button.cancel:focus, .button.cancel:focus, button.cancel:focus {
  color: #fff;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=date]{
  display: flex;
  padding: var(--layout-spacing-sm, 16px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--object-radius-md, 4px) !important;
  border: 1px solid var(--color-border-main, #CDD3D6);
  background: var(--color-surface-main, #FFF);

  font-family: Public Sans,Arial,sans-serif;
}
input[type=text]:active, input[type=password]:active, input[type=tel]:active, input[type=email]:active, input[type=date]:active {
  border-radius: var(--object-radius-md, 4px);
  border: 1px solid var(--color-border-selected, #747A7E);
  background: var(--color-surface-main, #FFF);
}
input[type=text]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=date]:focus {
  border-radius: var(--object-radius-md, 4px);
  border: 1px solid var(--color-border-main, #CDD3D6);
  background: var(--color-surface-main, #FFF);

  /* object/box_shadow/focus_visible */
  box-shadow: 0px 0px 0px 4px rgba(194, 130, 255, 0.60);
}
input[type=text]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=date]:hover {
  border-radius: var(--object-radius-md, 4px);
  border: 1px solid var(--color-border-selected, #747A7E);
  background: linear-gradient(0deg, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 0%, var(--color-surface-hover, rgba(0, 0, 0, 0.10)) 100%), var(--color-surface-main, #FFF);
}

#body {
	background-color:#e6e7e8;
  flex: 1;
}

#tafe-container {
  min-height:100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#tafe-container .tafe-popover-a{
  color: #165fb4;
}

#tafe-container .tafe-button{
  text-decoration: none;
  font-family: Public Sans,Arial,sans-serif;
  margin: unset;
}

#tafe-container .tafe-button:hover{
  background: var(--color-surface-interactive-secondary, #002664);
}

#tafe-container .tafe-button:focus{
  background: var(--color-surface-interactive-secondary, #002664);
}

#tafe-container .tafe-button-grey{
  text-decoration: none;
  font-family: Public Sans,Arial,sans-serif;
  background-color: #e7e7e8;
  border-color: #d1d2d4;
  color: #333333;
  font-weight: 700;
  border-radius: 0 !important;
  min-width: 95.34px;
}

#tafe-container .tafe-button-grey:hover{
  background-color: #d1d2d4;
  border-color: #d1d2d4;
}

#tafe-container .tafe-button-grey:focus{
  background-color: #d1d2d4;
  border-color: #d1d2d4;
  outline: 5px auto -webkit-focus-ring-color;
}

#tafe-container .tafe-button.deny {
  padding: 0;
  color: #2996cc;
  border: none;
  background-color: transparent;
}

#tafe-container .tafe-button.deny:hover {
  text-decoration: underline;
}

#tafe-container .optout-ul {
  text-align: left;
  margin-top: 10px;
  padding-left: 15px;
}

#tafe-container .optout-li {
  list-style-type: disc;
  display: list-item;
  margin: 16px 0 0 0;
}

#tafe-container .optout-justify-text {
  text-align: justify;
}

#tafe-container .optout-center-text {
  text-align: center;
}

#tafe-container .optout-inline-block {
  display:inline-block;
}

#tafe-container .no-bottom-padding {
  padding-bottom: 0px;
}

#tafe-container .position-relative {
  position: relative;
}

#tafe-container footer .tafe-decorated-link {
  color: #0053dc;
  text-decoration: underline;
}

#tafe-container footer .tafe-decorated-link-white {
  color: #ffffff;
  text-decoration: underline;
}

#footer {
  width:100%;
  background: #22272b;
}

#stack .padding-bottom10{
  padding-bottom:10px;
}

#stack .text150{
  font-size:150%;
}

#footer .background-white {
  background:#fff;
}

#footer h2 {
  margin-top: 0;
  font-size:24px;
}

#footer .logo {
  margin: 5px 0; }

#footer .passlogo {
  margin: 18px 0; }

#footer .linear-gradient {
  display: block;
  height: 5px; }

#footer .linear-gradient-light {
  /*background: linear-gradient(0deg, $base-background-color, $base-foreground-color);*/
  background: linear-gradient(0deg, #22272b, #fff); }

#footer .linear-gradient-dark {
  /*background: linear-gradient(0deg, darken($base-foreground-color, 20%), $base-background-color);*/
  background: linear-gradient(0deg, #cccccc, #22272b); }

.user-footer-button-row {
  background: #FFFFFF;
  color: #22272b;
  line-height: 30px;
  margin: 5px; 
  font-size: 14px; }
.user-footer-button-row-nomargin {
    background: #FFFFFF;
    color: #22272b;
    line-height: 30px; 
    font-size: 14px; }
.user-footer-button-row span {
  vertical-align: middle; }
.user-footer-button-row .user-footer-button {
  background-color: #663399;
  border: 2px solid #663399;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px; }
.user-footer-button-row .user-footer-button:hover {
  background-color: #FFFFFF;
  color: #663399; }

@media screen\0 {
  footer { display: none };
}

#footer, #footer div.container {
  color: #FFFFFF;
}

#footer div.container.footer-spacing  {
  padding: var(--layout-spacing-lg, 32px) var(--layout-spacing-3xl, 96px);
}

#footer .user-footer{
  padding-top: 0px;
}

#footer .user-footer ul li span, #footer div.container .user-footer ul li span {
      padding-right: 5px;
}

#footer ul, #footer div.container ul {
    list-style: none;
    font-size: 14px;
}

#footer ul li {
  margin: 0 0 10px 0;
}

#footer .bottom-margin-32 li:last-child {
  margin: 0 0 32px 0;
}

#footer ul li a {
  color: #fff;
  text-decoration: none;
}

.sso-error {
  color: #b41c1c;
  font-size: 14px;
  padding-top: 20px;
}

#footer .fa, #footer div.container .fa {
    color: #000;
    background-color: #FFFFFF;
    border-radius: 50%;
    font-size: 12pt;
    width: 30px;
    height: 30px;
    padding-top: 7px;
}

#footer .fa:hover, #footer .fa:focus, #footer div.container .fa:hover, #footer div.container .fa:focus {
      background-color: #000;
      color: #FFFFFF;
}
#footer div.container ul li:before {
    content: none;
}


#wrapper {
  padding-bottom: 0;
  padding-top : 0;
  margin-top: 0;
  position: relative;
}

#banner .logo {
  margin-left: -25px; }

#banner .passlogo {
  margin-left: 25px; }

#wrapper > header {
  background-color: #22272b; }

#wrapper > header .linear-gradient {
  display: block;
  height: 5px;
}

#wrapper > header .linear-gradient-light {
  background: linear-gradient(180deg, #e6e7e8, #fff); }

#wrapper > header .linear-gradient-dark {
  background: linear-gradient(180deg, #cccccc, #e6e7e8); }

#banner .user-banner-container {
  position: relative;
  float: right;
  cursor: default;
  color: #FFFFFF;
  z-index: 1033; }

#banner .user-banner-container .user-banner-header > span {
  display: block;
  float: left;
  line-height: 50px; }

#banner .user-banner-container .user-banner-img {
  color: #22272b;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 1.5em; }

#banner .user-banner-container .user-banner-caret {
  padding: 0 10px;
  color: #ccc; }

#banner .user-banner-container .user-banner-greeting {
  font-size: 1.5em;
  padding: 0 0 0 10px;
  color: white;
  background: #22272b; }

#banner .user-banner-container .user-banner .navbar-nav {
  margin: 0;
  padding: 0; }

#banner .user-banner-container .user-banner:hover .dropdown-menu {
  display: block; }

#banner .user-banner-container .user-banner .dropdown-menu {
  right: 0;
  left: auto;
  color: white;
  background: #22272b; }

#banner .user-banner-container .user-banner .dropdown-menu > li > a {
  color: white;
  background: #22272b;
  font-size: 1.3em; }
  #banner .user-banner-container .user-banner .dropdown-menu > li > a:hover {
    background-color: #ccc; }

#breadcrumb-row {
  margin-bottom: 20px;
  background-color: #fff !important; }

#breadcrumb-row .breadcrumb-container .portlet {
  margin: 0; }

#breadcrumb-row .breadcrumb-container .portlet-topper,
#breadcrumb-row .breadcrumb-container .portlet-title-text {
  display: none; }

#breadcrumb-row .breadcrumb-container .portlet-content {
  border: 0;
  padding: 0;
  background: transparent; }

#breadcrumb-row ul.breadcrumb {
  background-color: #fff;
  padding-left: 0;
  margin: 9px 0; }

#breadcrumb-row ul.breadcrumb a {
  color: #22272b;
  font-size: 12pt; }
  #breadcrumb-row ul.breadcrumb a:hover, #breadcrumb-row ul.breadcrumb a:focus {
    color: #23527c; }

#breadcrumb-row .search-box {
  margin: 10px 0; }

#breadcrumb-row .search-box input {
  background-color: #f7f7f7;
  display: block;
  width: auto !important;
  margin-right: 40px; }

  
  .popover {
    font-size:11px !important;
    opacity: 100;
  }
  .popover-p {
    font-size: 11px !important;
    font-family: Public Sans,Arial,sans-serif;
  }

  label, .ping-input-label, .ping-input-container{
    text-transform:none !important;
    font-family: Public Sans,Arial,sans-serif;
  }

  /*Accessibility changes - IMD-317*/
  .tafe-information {
    padding-bottom: 10px;
  }
  .tafe-messages {
    display: block;
    margin: 0;
    font-size: 15px;
    text-align: left;
  }
  .tafe-messages.justify {
    text-align: justify;
  }
  .tafe-messages.ping-nopad {
    margin: 0;
  }
  .tafe-messages .tafe-alert-icon {
    flex-shrink:0;
    color: #B81237;
  }
  .tafe-messages .tafe-check-icon {
    flex-shrink:0;
    color: #008A07;
  }
  .tafe-messages .tafe-warn-icon {
    flex-shrink:0;
    color: #C95000;
  }
  .tafe-messages > div {
    display: block;
    margin: 10px 0 0 0;
  }
  .tafe-messages > div:first-child {
    margin: 0;
  }
  .tafe-messages > div:last-child {
    margin-bottom: 32px;
  }
  .tafe-messages >div.tafe-success{
    border-radius: var(--object-radius-lg, 8px);
    background: var(--color-function-success-light, #E4FFE5);
    display: flex;
    padding: var(--layout-spacing-sm, 16px);
    align-items: flex-start;
  }
  .tafe-messages > div.tafe-success > p {
    margin-bottom: 0!important;
    margin-left:8px;
    color: var(--color-function-success-dark, #002E02);
    padding-top: 2px;
  }
  .tafe-messages > div.tafe-pwdsuccess{
    border-radius: var(--object-radius-lg, 8px);
    background: var(--color-function-success-light, #E4FFE5);
    display: flex;
    padding: var(--layout-spacing-sm, 16px);
    align-items: flex-start;
  }
  .tafe-messages > div.tafe-pwdsuccess > p {
    margin-bottom: 0!important;
    margin-left:8px;
    color: var(--color-function-success-dark, #002E02);
    padding-top: 2px;
  }
   .tafe-messages > div.tafe-pwderror{
    border-radius: var(--object-radius-lg, 8px);
    background: var(--color-function-error-light, #FFE6EA);
    display: flex;
    padding: var(--layout-spacing-sm, 16px);
    align-items: flex-start;
  }
  .tafe-messages > div.tafe-pwderror > p {
    margin-bottom: 0!important;
    margin-left:8px;
    color: var(--color-function-error-dark, #630019);
    padding-top: 2px;
  }
  .tafe-messages >div.tafe-info{
    border-color: #146cfd!important;
    border-left: 6px solid;
    padding-bottom: 11px;
    padding-left: 11px;
    padding-top: 11px;
    padding-right: 11px;
    word-wrap: break-word;
    margin-top: 20px!important;
    margin-bottom: 0!important;
    background-color: #cbedfd!important;
  }
  .tafe-messages > div.tafe-info > p {
    margin-bottom: 0!important;
  }
  .tafe-messages > div.tafe-warning {
    border-radius: var(--object-radius-lg, 8px);
    background: #FDF4E7;
    display: flex;
    padding: var(--layout-spacing-sm, 16px);
    align-items: flex-start;
  }
  .tafe-messages > div.tafe-warning > p {
    margin-bottom: 0!important;
    margin-left:8px;
    color: #6E3616;
    padding-top: 2px;
  }
  .tafe-messages > div.sso-error {
    color: #b11030!important;
    word-wrap: break-word;
    margin-top: 20px!important;
    margin-bottom: 0!important;
    background-color: #ffe6ea!important;
    padding: var(--layout-spacing-md, 24px);
    align-items: flex-start;
    align-self: stretch;
    border-radius: var(--object-radius-lg, 8px);
    background: var(--color-function-error-light, #FFE6EA);
  }
  .tafe-messages > div.sso-error a {
    color: #630019;
    text-decoration: underline;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .tafe-messages > div.tafe-error {
    border-radius: var(--object-radius-lg, 8px);
    background: var(--color-function-error-light, #FFE6EA);
    display: flex;
    padding: var(--layout-spacing-sm, 16px);
    align-items: flex-start;
  }
  .tafe-messages > div.tafe-error > p {
    margin-bottom: 0!important;
    margin-left:8px;
    color: var(--color-function-error-dark, #630019);
    padding-top: 2px;
  }
  .tafe-messages > div.tafe-error > ul {
    margin-bottom: 0;
  }
  .tafe-messages > div.tafe-sso-error {
    border-radius: var(--object-radius-lg, 8px);
    background: var(--color-function-error-light, #FFE6EA);
    display: flex;
    padding: var(--layout-spacing-sm, 16px);
    align-items: flex-start;
    margin-top: 20px!important;
    margin-bottom: 0!important;
  }
  .tafe-messages > div.tafe-sso-error > p {
    margin-bottom: 0!important;
    margin-left:8px;
    color: var(--color-function-error-dark, #630019);
    padding-top: 2px;
  }
  .tafe-messages > div.center {
    text-align: center;
    color: #929aa1;
  }
  .tafe-messages > div.block {
    display: block;
  }
  .tafe-messages > div li:last-child {
    margin: 0 0 0px;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #676769;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100); }
    .close:hover, .close:focus {
      color: #676769;
      text-decoration: none;
      cursor: pointer;
      opacity: 1;
      filter: alpha(opacity=100); }
    
  label,
  .tafe-input-label{
    color:#22272b;
    font-family: Public Sans,Arial,sans-serif;
    margin-bottom: 8px;
  }
  .tafe-input-label.no-margin{
    color:#22272b;
    font-family: Public Sans,Arial,sans-serif;
    margin-bottom: 0px;
  }

  ::-webkit-input-placeholder {
    color: #696969;
  }
  
  :-moz-placeholder {
    color: #696969;
  }
  
  ::-moz-placeholder {
    color: #696969;
  }
  
  :-ms-input-placeholder {
    color: #696969;

  }

  /*END - Accessibility changes - IMD-317*/
  body.mobile .tafe-button-container{
    display: flex;
    padding: var(--layout-spacing-2xs, 8px) 0px;
    flex-direction: column;
    gap: var(--layout-spacing-sm, 16px);
    align-self: stretch;
    min-width: 100%;
    width: 100%;
  }

  body.mobile .tafe-button-container .tafe-button {
    min-width: 100%;
    width: 100%;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }


  body.mobile .tafe-button-container-left{
    display: flex;
    padding: var(--layout-spacing-2xs, 8px) 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--layout-spacing-sm, 16px);
    align-self: stretch;
    min-width: 100%;
    width: 100%;
  }

  body.mobile #tafe-container .tafe-button-container-left .tafe-button {
    min-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

    body.mobile #tafe-container .tafe-sso-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
  }

  body.mobile #tafe-container .no-bottom-padding {
    padding: 32px 24px 40px 24px;
  }

  body.mobile #tafe-container .tafe-signin {
    padding: 24px;
  }

    body.mobile #tafe-container .ping-container .ping-body-container{
    margin-bottom: 0px;
  }

  body.mobile #tafe-container .tafe-account-recovery .tafe-button-container-left {
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    min-width: 100%;
    width: 100%;
  }

@media (max-width: 991px) {
  #footer div.container.footer-spacing  {
    padding: 48px var(--layout-spacing-lg, 0px);
  }

}

@media (max-width: 752px) {
  #footer div.container.footer-spacing  {
    padding: 48px var(--layout-spacing-lg, 32px);
  }

  #footer .mobile-hide {
    display:none!important;
  }

}