:root {
  --mdc-theme-primary: #1B74E9 !important;
}
.mdc-text-field--focused:not(.mdc-text-filed--disabled) .mdc-floating-label {
	color: rgba(27, 116, 233,.87) !important;
}
.mdc-text-field-sm {
	height: 36px !important;
	
}
.mdc-text-field-sm .mdc-floating-label--float-above {
	top: 74% !important;
}
.mdc-text-field-sm.mdc-text-field--focus .mdc-notched-outline__notch {
	padding-top: 1px;
}