
body{
		  font-family:'Roboto';
		  font-size:14px;
		  background-color:#535353;
		  padding:0px;
		  margin:0px;
		}
  #login {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    //padding-top:150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    //background: url("https://ccya.co.th/wp-content/uploads/tables/ILLUZION-LOGO-white.png") no-repeat;
    //background-position: 0px 0px; 
    //background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    //background-color:white;
  }
  #clubLogo{
	  margin-top:20px;
  }
  .login-content {
    position: absolute;
    top:50%;
    left:50%;
    background-color: #fefefe;
    margin-left:-188px;
    margin-top:-242px;
    padding: 0px;
    border: 1px solid #ddd;
    width: 375px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    //-webkit-animation-name: animatetop;
    //-webkit-animation-duration: 0.4s;
    //animation-name: animatetop;
    //animation-duration: 0.4s;
    border-radius: 6px;
    text-align:center;
  }
  .code{
    text-align:center;
    padding:20px auto;
    margin:20px auto;
    width:140px;
  }
  .code:after,.keyPad:after{
    content: "";
    display: table;
    clear: both;
  }
  
  .code .radio{
    width:25px;
    height:25px;
    border:1px solid #CCCCCC;
    border-radius:25px;
    float:left;
    margin:2px;
    padding:2px;
  }
  .code .radioChecked{
    width:17px;
    height:17px;
    line-height:25px;
    //border:1px solid #CCCCCC;
    border-radius:15px;
    float:left;
    margin:2px;
    padding:2px;
    background-color:#0075ff;
  }
  
  .keyPad{
    margin:0px -1px 0px 0px;
    //margin-bottom:10px;
    //border-radius: 6px;
    //border: 1px solid #ddd;
  }
  .keyPad .button{
    width:125px;
    height:70px;
    border:1px solid #CCCCCC;
    font-size:16px;
    color:#585858;
    background-color:#FFFFFF;
    text-align:center;
    cursor:pointer;
    margin:-1px;
    float:left;
    line-height:70px;
    z-index:-1;
  }
  .keyPad .button:hover{
    font-size:40px;
    background-color:#f2f0f1;
    color:#0075ff;
    font-weight:bold;
    //box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  }
  .keyPad .button:active{
    background-color:#f2f0f1;
    color:#0075ff;
    font-size:40px;
    font-weight:bold;
  }
  #loading{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    text-align:center;
  }
  #loading .loading-content{
    position: absolute;
    top:50%;
    left:50%;
    padding: 0px;
    text-align:center;
    margin-top:-40px;
    margin-left:-40px;
  }
  #loading img{
    width:50px;
  }
  #welcome{
	  height:20px;
	  display:block;
  }
