.form-item {
  padding: 10px 0 10px 200px;
  position: relative;
}
.form-item label {
  left: 0;
  position: absolute;
  font-family: helvetica, sans-serif;
  text-align: justify;
  padding-top: 10px;
}
p {
  color: #FB5A02;
  padding-top: 20px;
  text-align: justify;
}

.form-item img {
   max-height: 400px;
   width: 300px;
   border-radius: 10px;
  background-color:#fffefc;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #fffefc;
    width: 300px;
    border-radius: 10px;
}