@charset "utf-8";

a,a:focus, a:hover {
    color: #f5f5f5;
    text-decoration: underline;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -15px;
}

.gamestart{
    background: url(../images/gamestart.png) no-repeat;
    width: 200px;
    height: 66px;
    cursor: pointer;
    margin-bottom: 8px;
}
.gamestart:hover{
	background-position: bottom;
}

.loginbg {
	background:url(../images/loginbg.png) no-repeat;
	width:198px; height:346px;
	font: normal 1em/1 Microsoft JhengHei,Heiti TC,sans-serif;
	text-align: center;
	color: white;
}
.accountchoice{
	width: 100%;
    top: 15px;
    padding: 7px 20px;
    position: relative;
}
.logintext{
    width: 100%;
    position: relative;
    top: 43px;
	font-size:0.5em;
	padding:10px;
}
.logintext .form-control{
	width: 86%;
    margin: -1px auto 12px;
    border-radius: 0;
    height: 26px;
    padding: 6px;
}

.codebg{
    width: 100%;
    position: relative;
    top: 22px;
}

.codepic{
    float: left;
    width: 62px;
    height: 25px;
    position: absolute;
    left: 47px;
}
.codesign{
	float: right;
    width: 81px;
    position: absolute;
    right: 6px;
}
.codesign .form-control {
	width: 80%;
    margin: 0px;
    height: 25px;
    border-radius: 0;
    padding: 6px;
}
.icontittle{
	font: normal 1em/1 Microsoft JhengHei,Heiti TC,sans-serif;
	text-align: center;
	color: white;
}
.iconbg{
	position: absolute;
    margin: 10px;
    float: left;
    margin-top: 46px;
    left: 19px;
}
.icon{ 
	margin:0 6px 0 0;
	float: left;
}

.buttonbg{
    width: 100%;
    position: relative;
    padding-left: 19px;
    top: 30px;
	z-index: 999;
}
.button{ 
    height: 23px;
    background-color: #666;
    color: #FFF;
    float: left;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.8em;
    padding: 5px 10px;
    margin-right: 4px;
}
.select,.button:hover{
	background-color: #F60;
	color:#FFF;
}

.checkbox.bg{
    font-size: 0.8em;
    line-height: 18px;
    top: 125px;
	left: -35px;
	display: grid;
}
.checkbox.terms{
    font-size: 0.8em;
    line-height: 18px;
    top: 18px;
	left: -3px;
}
.forgetpassword{
font-size: 0.8em;
    height: 0;
    float: right;
    left: 0px;
    color: white;
    top: -20px;
    position: relative;
}
.forgetpassword:hover{
 text-decoration:underline;
 color:#FFF;
}

.loginbtbg{
    width: 100%;
    position: relative;
    margin: 10px;
    padding-left: 17px;
	top: 120px;
}
.loginbt{
	width:142px;
	height:37px;
	background:url(../images/loginbt.png) no-repeat;
	cursor:pointer; 
}
.loginbt:hover{ 
	background-position: bottom;
}

.platformname{ 
	width: 100%;
    position: relative;
    top: 25px;
    margin: 0 auto 26px;
    padding-top: 3px;
    font-weight: bold;
}
.platfortext {
	position: relative;
    font-size: 0.5em;
    padding: 10px;
    color: white;
    text-align: center;
}
.platfortext .form-control {
	width: 84%;
    margin: 8px auto -10px;
    border-radius: 0;
    padding: 6px;
    height: 26px;
}
.platfortextbtbg{
    width: 100%;
    position: relative;
    margin: 10px;
    padding-left: 17px;
	top: 22px;
}

.gameplay{ 
	width:142px;
	height:37px;
	background:url(../images/gameplay.png) no-repeat;
	cursor:pointer;
	margin-bottom: 5px;
}
.gameplay:hover{ 
	background-position: bottom;
}
.point{
background: url(../images/point.png) no-repeat;
    cursor: pointer;
    width: 151px;
    height: 37px;
    margin: 13px 23px;
}
.point:hover{
	background-position: bottom;
}
.safe{
	width:151px;
	height:37px;
	background:url(../images/safe.png) no-repeat;
	cursor:pointer;
	margin: 13px 23px;
}
.safe:hover{ 
	background-position: bottom;
}

.f5{
	background: url(../images/f5.png) no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    left: 27px;
    top: 5px;
}
.codebg hr{
    width: 78%;
    top: 36px;
    position: relative;
    border-top: 1px solid rgba(238, 238, 238, 0.51);
    margin: 10px auto;
}
.iconbg hr{
    width: 104%;
    top: 10px;
    left: -7px;
    position: relative;
    border-top: 1px solid rgba(238, 238, 238, 0.51);
    margin: 0 auto 10px;
}

.storedvalue{
	width:151px;
	height:37px;
	background:url(../images/storedvalue.png) no-repeat;
	cursor:pointer; 
	margin: 25px 23px;	
}

.storedvalue:hover{ 
	background-position: bottom;
}

.platformname hr {
    width: 78%;
    position: relative;
    border-top: 1px solid rgba(238, 238, 238, 0.51);
    margin: 10px auto;
}

hr{
    width: 78%;
    position: relative;
    border-top: 1px solid rgba(238, 238, 238, 0.51);
    margin: 13px auto;
}
/*點我安裝*/
.drop-shadow {
    -webkit-filter:  drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.2));
    filter:  drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.2));
}
.installpic{ 
    float: left;
    position: fixed;
	z-index:9999;
    bottom: 0;
    margin: 0 0 5px 10px;
    width: 260px;
    height: 139px;
    background: url(../images/install.gif) no-repeat;
}
.code{
    background:url(../images/code_bg.png);
    color:blue;
    border:0;
    letter-spacing:1px;
    font-weight:bolder;
    font-size: 20px;
    float:left;
    text-align:center;
}
body{
    background-color:transparent;
}
.form-data{
    text-align: center;
}