/*MDC COLOR THEME*/

:root {
	--mdc-theme-primary: #273a58!important;
	--mdc-theme-secondary: #6ec3d6!important;
	--mdc-theme-background: #e8e8e7!important;
	--mdc-theme-on-primary: #ffffff!important;
	--mdc-theme-on-secondary: #000000!important;
}  

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: var(--mdc-theme-primary)!important;
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-error)!important;
}

.mdc-snackbar__action:not(:disabled) {
    color: var(--mdc-theme-secondary)!important;
}