

mat-form-field.sft-size-14px,
mat-form-field.sft-size-14px--descend * {
	font-size: var(--sft-size-14px);
}


		mat-form-field.sft-size-14px mat-label,
		mat-form-field.sft-size-14px--descend mat-label,
		mat-form-field.sft-size-14px--descend .mat-form-field-label span {
			font-size: 1rem;
		}

		/*
		.sft-size-14px--descend .mat-form-field-label mat-label {
			font-size: var(--sft-size-14px);
		}
		*/

		mat-form-field.sft-size-14px--descend .mat-form-field-label.mat-empty.mat-form-field-empty mat-label,
		mat-form-field.sft-size-14px--descend .mat-form-field-label.mat-empty.mat-form-field-empty span {
			font-size: var(--sft-size-14px);

		}



/* ********** */


mat-form-field.sft-size-14px .mat-input-element,
mat-form-field.sft-size-14px--descend .mat-input-element {
	font-size: var(--sft-size-14px);
}

		

