input[type=text]:focus, textarea:focus {
  outline: none !important;
  border-color: #1e90ff;
  box-shadow: 0 0 10px #1e90ff;
  
  background:  #FFFFE1;
  color: #000;
  border: 1px solid #1e90ff;
}

.x-form-text:disabled{
  background:#969393!important;
  color:#000!important;
}