.x-password {
	height: 50px;
	flex-direction: row;
	align-items: center;

	&-label {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding-right: 5px;
		width: 105px;
	}

	&-input {
		flex: 1;
		height: 50px;
		font-size: 14px;
	}

	&-icon {
		color: $uni-color-title;
		font-size: 20px;
	}
}