body{
  background-color:black;
  color: #29ABE2;
  font-family: sans-serif;
}
header {
  position: relative;
}
.container {
  position:relative;
  overflow:hidden;
  display:block;
  margin: 0 auto;
  padding-bottom: 7em;
  padding-top: 2em;
  text-align: center;
}
h1 {
  font-size: 2.5em;
}
p {
  width: 28.125em;
  margin: 1em auto 2em;
  color: #ccc;
}
.instructions,
.legal {
  color: #aaa;
}
.instructions {
  margin-bottom: 0;
}
.legal {
  width: 15em;
}
.counter {
  font-weight: bold;
  margin-top: 1em;
  font-size: 1.2em;
  width: 5em;
}
.bgroup{
  margin: 0 auto 2.1em;
  width: 28.125em;
}
button {
  background: #29ABE2;
  color: #002B8A;
  border: 1.5px solid #002B8A;
  font-size: 1em;
  border-radius: 35px;
  outline: none;
  padding: 20px;
  margin-left:10px;
/*  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);*/
}
select {
  background: #29ABE2;
  color: #002B8A;
  border: 0;
  font-size: 1em;
  border-radius:5px;
  outline: none;
  padding: 10px;
  height: 40px;
}
.btn {
  border-radius:3px;
  color:#002B8A;
  text-decoration:none;
  width: 40px;
  height: 25px;
  display:inline-block;
  margin: 4px;
  padding: 8px 12px;
  line-height: 2.5;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
}

.btn{
  background: rgb(76,76,76);
  background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(43,43,43,1) 71%, rgba(17,17,17,1) 90%);
  background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 71%,rgba(17,17,17,1) 90%);
  background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 71%,rgba(17,17,17,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#111111',GradientType=0 );

  
}
.btn.on{
  background: #f16f5c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMTZmNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNlNTEyMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmMjU0NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-radial-gradient(center, ellipse cover,  #f16f5c 0%, #e51232 71%, #f25446 99%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f16f5c), color-stop(71%,#e51232), color-stop(99%,#f25446)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #f16f5c 0%,#e51232 71%,#f25446 99%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #f16f5c 0%,#e51232 71%,#f25446 99%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #f16f5c 0%,#e51232 71%,#f25446 99%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #f16f5c 0%,#e51232 71%,#f25446 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#f25446',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  box-shadow: 0px 3px 10px rgba(255, 0, 0, 0.5);
}