.x-input {
    &-item {
        height: 50px;
        flex-direction: row;
        align-items: center;

        &-input {
			flex: 1;
            font-size: 14px;
        }
    }

    &-label {
        width: 90px;
        font-size: 14px;
		padding-right: 2px;
    }
}