/*MDC LOGIN THEME*/
.scFormPage {
    background-color:var(--mdc-theme-background);
}

.css_mdc_button_line {
    text-align: center;
}

#id_error_display_fixed {
  	display: none!important;
  }

#sc-id-mobile-in {
    display: none;
}

#sc-id-mobile-out {
    display: none;
}

.mdc-dialog__content>:nth-child(n+2) {
	margin-top: 24px;
}

.mdc-card {
	position: inherit!important;
}

.text-field-container {
    min-width: 240px;
}

.text-field-container .text-field {
    width: 100%;
}

.action-button {
    width: 100%;
}