body{
  margin: 0px;
  padding: 0px;
}
@font-face {
  font-family: 'Nivea';
  src: url('../assets/fonts/nivea/nivea.ttf');
}
@font-face {
  font-family: 'Nivea-Light';
  src: url('../assets/fonts/nivea/nivea-light.ttf');
}
@font-face {
  font-family: 'Digital';
  src: url('../assets/fonts/digital/digital.ttf');
}
#score_form {
  background-color:black;
  color: white;
  padding: 10px;
  width: 400px;
  position: absolute;
  left: 750px;
  top: 40px;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#score_board {
  background-color:black;
  color: white;
  width: 800px;
  margin: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#rotate_me { 
  width: 99vw;
  height: 99vh;
  background-image:url('../assets/rotate_me.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:top center;
  display: none; 
}
.form_input_holder {
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}

.form_text {
  font-family: Nivea-Light;
  line-height: 50px;
  font-size: 17px;
  padding-left: 15px;
  float: left;
}

.form_input {
  outline: none;
  float: left;
  height: 35px;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 8px;
  width: 70%;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.form_input:focused {
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.marketing_holder {
  padding: 15px;
  font-size: 12px;
  width: 90%;
  float: left;
}

.marketing_tick {
  padding-top: 15px;
  float: right;
  width: 10%;
}

.required_text {
  font-size: 9px;
  font-family: Arial;
  color:red;
  position: relative;
  bottom: 2px;
}

#submit_info {
    background:url(../assets/submit_form.png) no-repeat;
    cursor:pointer;
    float: right; 
    margin-right: 37px; 
    margin-bottom: 25px;
    height:45px;
    width:212px;
    border:0px;
}
.form_label {
  display: inline;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: normal;
}
