/**********************************************************************
 * Global CSS file for the login page  ==> Small width version        *
 * The login page is a merge of the "new" landing page,               *
 * the optout page and it's completely enabled for resizable games    *
 **********************************************************************/

/*******************
 *   MAIN LAYOUT   *
 *******************/

header > a:first-child{
	display: none;
}

header > form:first-of-type{
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url('/assets/img/application/login/logo_plinga_big.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 650px;
}

main{
	margin-top: 15px;
}

/*******************
 *    LOGIN BAR    *
 *******************/

header > form > #fb-login{
	background-image: url("/assets/img/application/login/fb_login.png");
	width: 80px;
	height: 18px;
	padding: 2px 5px 2px 20px;
	font-size: 12px;
}


/** The login text fields **/
header > form > input[type="text"],
header > form > input[type="password"]{
	width: 130px;
	height: 20px;
	font-size:13px;
	padding: 3px 7px 3px 7px;
}

header > form > input.button{
	width: 120px;
	height: 26px;
	border-radius: 7px;
	font-size: 14px;
	text-transform: uppercase;
}

header > form > div.checkbox-wrapper > input[type="checkbox"]{
	width: 16px;
	height: 16px;
}

header > form > div.checkbox-wrapper > label{
	font-size: 12px;
}

header > form > #password-forgotten-field{
	font-size: 12px;
}

/** We make as if the language selector was part of the second line of the form **/

header > form:first-of-type > *:nth-child(5+n){
	position: relative;
	left: -35px;
}


/*******************
 *    MAIN BLOCK   *
 *******************/

/*******************
 *      FOOTER     *
 *******************/

