.x-phone {
	height: 40px;
	align-items: center;
	flex-direction: row;
  &-label{
	  line-height: 40px;
	  font-size: 14px;
	  width: 90px;
  }
  &-input{
	  font-size: 14px;
  }
}
