.form-label {	position: absolute;	top: calc( 3.25038rem/2);	left: 0;	right: 0;	padding-left: 1.5rem;	padding-right: 1.5rem;	font-size: 0.875rem;	font-weight: 400;	line-height: 1.429;	color: #9BA0AC;	pointer-events: none;	text-align: left;	z-index: 9;	transition: .25s;	will-change: transform;	transform: translateY(-50%);}.form-label.focus {	opacity: 0;}.form-label.auto-fill {	color: #9BA0AC;}.form-label > span {	padding-right: 10px;}