fieldset input[type=password],input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;}

fieldset label {
  width: 100%;}

fieldset input[type=submit] {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  display: inline-block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #00305d;
  line-height: 1;
  padding: 0.75em 1.5em;
  background: -webkit-linear-gradient(#00305d, #0060a8);
  background: linear-gradient(#00305d, #0060a8);

  /*background: -webkit-linear-gradient(#ffd100, #ff9a00);
  background: linear-gradient(#ffd100, #ff9a00);*/
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  font-weight: 400;
  /*background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-right-small%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M10%2013.657l2%202L17.657%2010%2012%204.343l-2%202L13.657%2010%2010%2013.657z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');*/
  background-repeat: no-repeat;
  border-radius: 44em; }
fieldset input[type=submit]:hover {
  background-color: #004f99;
  color: #fff;
  text-decoration: none;
  background: -webkit-linear-gradient(#004f99, #6040c0);
  background: linear-gradient(#004f99, #6040c0);
  text-shadow: none;
}

/*fieldset input[type=submit]:hover {
  background-color: #cc8f00;
  color: #fff;
  text-decoration: none;
  background: -webkit-linear-gradient(#cca700, #cc7a00);
  background: linear-gradient(#cca700, #cc7a00);
  text-shadow: none; }
*/
fieldset {
  border: none;}
fieldset legend {
  display: none;}

