/******************
 - BUTTONS STYLING
*****************/
.oDataFormElement, .element {
  margin-bottom: 1rem;
}
.oDataFormQuestion, .question {
  font-weight: 600;
  display: block;
}



/******************
 - INPUT STYLING
*****************/
#-ux-content input[type="submit"], #-ux-content input[type="button"] {
  background: #3d7ead;
  border-radius: .25rem;
  color: #fff;
  padding: .3rem 1rem;
  border: 0;
  margin-top: .25rem;
  margin-bottom: .25rem;
  transition: background-color .3s;
}
#-ux-content input[type="submit"]:hover, #-ux-content input[type="button"]:hover {
  background: #285c81;
}

#-ux-content input[type="text"], #-ux-content input[type="password"] {
  border: 1px solid #e2e4e6;
  border-radius: .25rem;
  padding: .5rem;
}
