
body.splash-body { 
    background: url("../images/logo/pai50th-1972x1080.png"); 
    background-attachment: fixed;
    background-color: #191919;
} 
.HomeButton { 
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #000000; font-size: 24px; font-weight: bold;
	background-color: #ececec;  border: solid 1px #777777; padding: 5px;
	height: 50px; 
	/*width: 45px;*/
    border-radius: 10px;
}
.HomeInput {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #000000; font-size: 24px;
	height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
}
.HomeLabel {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #ffffff; font-size: 24px;
}