body {
  font-family: Arial;
  font-size: 0.8em;
  line-height: 2em;
}
body a {
  color: #74a500;
}
body.gep-forgotPassword {
  text-align: center;
}
body .gep-error {
  color: red;
}
body #step-1 {
  display: block;
}
body .step {
  display: none;
}
body form span.gep-instruction,
body form label {
  display: block;
}
body form label {
  font-weight: bold;
}
body .gep-default,
body .gep-secondary {
  padding: 3px 8px;
  border-radius: 3px;
}
body .gep-default {
  background: #96D320;
  background: -webkit-linear-gradient(top, #96D320 0, #89c11d 4.5%, #77a719 100%) !important;
  background: -o-linear-gradient(to bottom, #96D320 0, #89c11d 4.5%, #77a719 100%) !important;
  background: -moz-linear-gradient(to bottom, #96D320 0, #89c11d 4.5%, #77a719 100%) !important;
  background: linear-gradient(to bottom, #96D320 0, #89c11d 6%, #77a719 100%) !important;
  color: #FFFFFF;
  border: 1px solid #709e18;
  white-space: nowrap;
}
body .gep-default:hover {
  background: -webkit-linear-gradient(top, #96D320 0, #89c11d 6%, #89c11d 100%) !important;
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #96D320 0, #89c11d 6%, #89c11d 100%) !important;
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #96D320 0, #89c11d 6%, #89c11d 100%) !important;
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, #96D320 0, #89c11d 6%, #89c11d 100%) !important;
  /* Standard syntax */
  color: #FFFFFF;
  cursor: pointer;
}
body .gep-secondary {
  background: #4885ED;
  background: -webkit-linear-gradient(top, #4885ED 0, #4885ED 6%, #1351bc 100%) !important;
  background: -o-linear-gradient(to bottom, #4885ED 0, #4885ED 6%, #1351bc 100%) !important;
  background: -moz-linear-gradient(to bottom, #4885ED 0, #4885ED 6%, #1351bc 100%) !important;
  background: linear-gradient(to bottom, #4885ED 0, #4885ED 6%, #1351bc 100%) !important;
  color: #FFFFFF;
  border: 1px solid #1351bc;
  white-space: nowrap;
}
body .gep-secondary:hover {
  background: -webkit-linear-gradient(top, #4885ED 0, #4382ed 6%, #4382ed 100%) !important;
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #4885ED 0, #4382ed 6%, #4382ed 100%) !important;
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #4885ED 0, #4382ed 6%, #4382ed 100%) !important;
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, #4885ED 0, #4382ed 6%, #4382ed 100%) !important;
  /* Standard syntax */
  cursor: pointer;
}
