/* CSS Document */
html {
  
  
}
body {
  
  color:#fff;
  margin: 0px;
    font-family: 'Helvetica';
}
#counter {
  width: 320px;
  color: #fff;
  font-size: 18px;
  
  margin: 0px auto;
}
#panelcounter {
  color: #fff;
  font-size: 18px;
  
  width: 740px;
  margin: 60px auto 30px;
}
#register {
  margin-top: 20px;
  font-size: 18px;
  
  width: 560px;
  float: left;
  margin-right: 34px;
  height: 274px;
}
#gg {
  width: 80px;
  float: left;
  text-align: center;
}
#hh {
  width: 80px;
  float: left;
  text-align: center;
}
#mm {
  width: 80px;
  float: left;
  text-align: center;
}
#ss {
  width: 80px;
  float: left;
  text-align: center;
}
#ggn, #hhn, #mmn, #ssn {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.mt40 {
  margin-top: 40px;
}
.mt120 {
  margin-top: 40px;
}
h1, h4 {
  color: #fff;
}
p {
  color: #fff;
}
.btn-default {
  background: #7ea8d8;
  color: #fff;
}
a {
  color: #fff;
    text-decoration: underline;
}
a:hover {
  color: #fff;
}
#streamgo {
  display: none;
}
label {
  
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
}
.bgimgx {
  width: 1024px;
  margin: 0px auto;
}
.register_btn {
  margin-top: 24px;
    width: 100%;
}

.form-input-border {
    border-left: 5px solid #7da6d8;
}

.mini {
    font-size: 11px;
    
    display: inline-block;
}
.form-pin {
    font-size:30px;
    text-align: center;
}

#modalPrivacy p, #modalPrivacy li, #modalPrivacy a, #modalPrivacyEng p, #modalPrivacyEng li, #modalPrivacyEng a {
    color:#333;
    font-size:11px;
}

#modalPrivacy h5, #modalPrivacyEng h5 {
    color:#333;
    font-size:13px;
}

#message-register, #message-pin {
    display: block;
    margin-top: 10px;
    
    padding: 3px;
    text-align:center;
}
