.olx-input {
  height: 48px;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  outline: none;
  border: none;
  background-color: #f2f4f5;
  color: #002F34;
  box-sizing: border-box;
}

.olx-input:disabled {
  opacity: 0.4;
}


label.required:after {
  content: " *";
}



