/******************************************************************/
/*        Castle specific CSS file for the login page           */
/******************************************************************/

/** Body game-specific background **/
body{
	background-image: url('/assets/img/game/33/login/bg.jpg');
}

/** Form box customisation **/
main > form{
	border: none;
	box-shadow: none;
	border-radius: none;
	padding-top: 160px;
	height: 641px;
	width: 580px;
	background-image: url('/assets/img/game/33/login/form_bg.png');
	background-repeat: no-repeat;
	background-position-x: 20px;
}

main > form > img, main > form > h1{
	display: none;
}

main > form > input.button,
main > form > a.button{
	width: 165px;
	height: 39px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 15px;
	line-height: 35px;
}


main > form > a.button{
	width: 155px;
	height: 35px;
	padding: 2px 5px 2px 5px;
}

main > form > #fbreg{
	background-size: 187px 47px;
	width: 135px;
	height: 25px;
	padding: 18px 7px 8px 45px; 
	font-size: 14px;
	line-height: 14px;
}

/** We put it on two lines for French, it's better, French deserves a special treatment :) */
main.lang-fr > form > a.button:nth-of-type(3) {
	width: 155px;
	height: 35px;
	padding: 7px 5px 2px 5px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 15px;
	line-height: 15px;
}

main.lang-fr > form > #fbreg, main.lang-es > form > #fbreg, main.lang-it > form > #fbreg, main.lang-pl > form > #fbreg, main.lang-pt > form > #fbreg, main.lang-ru > form > #fbreg, main.lang-en > form > #fbreg {
	font-size: 14px;
	line-height: 16px;
	padding-top: 13px;
	padding-bottom: 19px;
	height: 25px;
}