html,body{
  font-family: 'HurmeGeometricSans4', serif;
  height:100%;
  background-color:#000;
  margin:0;
}
label {
    color: #FFF;
    display: block;
    text-align: left;
    margin-left: 10%;
    font-size: 11pt;
    text-shadow: 1px 1px 0px rgba(113, 113, 113, 0.5);
}
input.submit {
    padding: 10px 5px;
    min-width: 80%;
    margin: 5px;
    background: rgba(84, 84, 84, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #636363;
    border-radius: 2px;
}
h6 {
    font-size: 9pt;
    text-align: left;
    margin: 0;
    font-weight: 600;
    font-style: normal;
}
#background{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index:0;
  position: fixed;
}
#circle {
  background: rgb(255, 255, 255);
  border-radius: 100%;
  z-index: 3;
  position: absolute;
  left: calc(74% - 75px);
  height: 60px;
  width: 110px;
  top: 100px;
  color: #525252;
  text-align: center;
  font-size: 20pt;
  padding-top: 50px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  line-height: 3px;
  font-weight: bold;
  background-clip: padding-box;
}
#circle2 {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    z-index: 4;
    position: absolute;
    left: calc(92% - 66px);
    height: 20px;
    width: 40px;
    top: 180px;
    color: #525252;
    text-align: center;
    font-size: 10pt;
    padding-top: 20px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    line-height: 3px;
    font-weight: bold;
    background-clip: padding-box;
    box-shadow: 0px 0px 20px #00000040;
}
#circlebg {
    content: '';
    background-image: linear-gradient( 135deg, #81FBB8 10%, #28c0c7 100%);
    position: absolute;
    width: 90px;
    height: 90px;
    top: 95px;
    left: calc(90% - 79px);
    border-radius: 150px;
    z-index: 2;
    box-shadow: 0 0 20px #000;
    opacity: 0.9;
    animation: rotation 4s infinite linear;
}
#circlebg2 {
    content: '';
    background-image: linear-gradient( 135deg, #99ffd5 10%, #56d0b9 100%);
    position: absolute;
    width: 50px;
    height: 50px;
    top: 160px;
    left: calc(96% - 65px);
    border-radius: 150px;
    z-index: 3;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    animation: rotation 4s infinite linear;
}
#splitbg{
  width: 120%;
  margin-left: -10%;
  height: 584px;
  position: absolute;
  top: -14px;
  z-index: -1;
  background-image: linear-gradient( 135deg, #81FBB8 10%, #28c0c7 100%);
  animation-name: showtitle;
  animation-duration: 0.5s;
}
#splitbg2{
    width: 120%;
    margin-left: -10%;
    height: 260px;
    position: absolute;
    top: 200px;
    z-index: -1;
    transform: rotate(2.5deg);
    background-image: linear-gradient( 135deg, #81FBB8 10%, #28C76F 100%);
    animation-name: showtitle;
    animation-duration: 0.5s;
}
#circle > p{
  font-size:8pt;
  line-height: 10px;
  font-weight:normal;
}
#contentbg{
  background: linear-gradient( 135deg, rgba(129, 251, 184, 0.9) 10%, rgba(40, 192, 199, 1) 100%);
  height:auto !important; /* real browsers */
  min-height: calc(100% - 150px);
  margin-top: 200px;
  margin-left:20px;
  margin-right: 20px;
  position: absolute;
  z-index: 1;
  padding-bottom: 40px;
  overflow: hidden;
  box-shadow: 0px 0px 60px #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#welcometitle {
    font-style: italic;
    font-size: 9pt;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 30px 15px 15px 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
}
#helptitle {
    font-style: italic;
    font-size: 8pt;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    margin: 40px 50px 0px 50px;
    border: 1px solid rgba(123, 123, 123, 0.2);
    padding: 25px;
    border-radius: 4px;
}
#row {
    text-align: center;
    margin-bottom: 15px;
}
#top {
    color: #676767;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0px 5px 20px;
    font-size: 9pt;
    background: rgba(255, 255, 255, 0);
    margin: 25px;
}
#timeto{
      float: right;
      font-size: 8pt;
      line-height: 13pt;
}
.expired{
  color: #de6565;
}

#match{
  float:left;
}
#category{
  font-size: 8pt;
}
#title {
      padding-bottom: 15px;
      margin-top: 20px;
      font-size: 18pt;
      text-align: center;
      color: #ffffff;
      font-weight: bold;
      animation-name: showtitle;
      animation-duration: 0.5s;
      opacity: 1;
      text-shadow: 1px 1px 0px #b3b3b3;
    }
#subtitle{
  padding-bottom:15px;
  margin-top:25px;
  font-size: 12pt;
  font-weight: 100;
  text-align: center;
  color:#636363;
  animation-name: showtitle;
  animation-duration: 0.5s;
  opacity: 1;
}
#choicecom {
  margin-right: 5%;
  text-align: right;
  line-height: 25px;
  font-family: monospace;
}
#choice{
      margin-left: 5%;
      font-weight: bold;
      text-align: left;
      font-size: 35pt;
      letter-spacing: -2px;
  }
  button.choice {
      font-family: 'HurmeGeometricSans4', serif;
      line-height: 30pt;
      margin-top: 25px;
      background: #fff;
      border: 1px solid rgba(255, 255, 255, 0.7);
      margin-left: 6%;
      padding: 30px 5px;
      width: 40%;
      font-size: 24pt;
      color: #505050;
      animation-name: showbutton;
      animation-duration: 1s;
      border-radius: 5px;
      border-left: none;
      border-right: none;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
      transition: box-shadow 1s;
  }
  button.choice:hover{
    box-shadow: 0px 0px 40px rgba(0,0,0,0.4);
  }
  button.save {
      font-family: 'HurmeGeometricSans4', serif;
      line-height: 20pt;
      background: none;
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 12px;
      width: 60%;
      font-size: 18pt;
      color: #ffffff;
      border-radius: 4px;
}
.logo-white{
  width: 70px;
  margin-left: calc(50% - 35px);
  margin-bottom: 5px;
  margin-top:3px;
}
.logo-black{
      width: 70px;
      margin-left: calc(50% - 55px);
      margin-bottom: 5px;
      filter: invert(1);
      margin-top: 4px;
      opacity: 0.4;
}
#footer{
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      background: rgba(0, 0, 0, 0.05);
}
@keyframes showbutton {
    from {
      margin-top:0px;
      background-color: rgba(255,255,255,0.6);
    }
    to {
      margin-top:25px;
      background-color: rgba(255,255,255,1);
    }
}
@keyframes showtitle {
    from {
      opacity: 0;
      margin-top:-25px;
    }
    to {
      opacity: 1;
      margin-top:0px;
    }
}
@keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
