html{
	height:100%;}
body{
	font: 14px/19px Roboto,microsoft jhenghei, sans-serif;
	font-weight: 300;
	color:#FFFFFF;
	background:#101010 url("../img/background/join-bg-2.jpg")center no-repeat;
	background-size:cover;
	height:100%;
}
.panel.panel-default{margin-top:30px;border:0; background:transparent;}
.panel.panel-default>.panel-heading{
color: #0096F2;
background-color: transparent;
border-color: #FFF;border-width:0 0 1px 0;}
.panel-title{font-size:24px;font-weight:300;}
.panel-footer{background:transparent;}

a{color:#FFF; border-bottom:1px dotted;}
@media  screen and (max-width:640px){
	.panel.panel-default{margin-top:10px;}
}