/****************************************************************/
/*    Farm Days specific CSS file for new login page
/****************************************************************/


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


/****************************************************************/
/* Game logo (above form)
/****************************************************************/
.register-form-wrapper > img {
	margin-bottom: -10px;
}


/****************************************************************/
/* Language selector
/****************************************************************/
.language_select {
	background-color: #EAEAEA !important;
}

.language_select > button {
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


/****************************************************************/
/* Forms
/****************************************************************/
.register-form-wrapper {
	width: 380px;	
}

#register_form {
	width: 380px;
}

main > div > form {
	border: none;
	background-image: url('/assets/img/game/44/login/background_form.jpg');
	background-repeat: no-repeat;
}

#login_form {
    height: 55px;
    border: 3px solid #cc6633;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 12px 25px 0 25px;
}

#login_form.expanded {
	height: 250px;
}

#login_form > h2 {
	text-align: center;
	height: 25px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
	color: rgb(144, 62, 4);
	font-family: 'Georgia';
	margin-top: 3px;
}

#login_remember_label {
	color: rgb(151, 65, 4);
}

#forgot_password {
	color: rgb(151, 65, 4);
	margin-bottom: 10px;
}

#login_submit {
	background: url('/assets/img/game/44/login/login_button.png');
	background-repeat: no-repeat;
	bottom: -20px;
	left: 112px;
	width: 30px;
	height: 30px;
	border: 0;
}

#login_submit.expanded {
	bottom: 80px;
    left: 195px;
}

#login_submit.active {
	background: url('/assets/img/game/44/login/login_button_active.png');
	background-repeat: no-repeat;
}

.facebook_connect {
	margin: 8px 25px 0 25px;
}

.language_select {
	right: -20px;
}
.language_select > button {
	background-color: #e5dcbd !important;
    border: 2px solid #bf6f41;
}

.register-form-wrapper, #register_form {
	width: 380px;	
}

#register_form {
	padding: 20px 30px 20px 40px;
	border: 3px solid #cc6633 ;
}

#register_form.expanded {
	height: 440px;
}

#register_form > h2 {
	text-align: center;
	font-size: 30px;
	height: 72px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(155, 79, 0);
	font-family: 'Georgia';
}

#register_submit {
	width: 310px;
	margin-top: 10px;
}

#facebook_login .facebook_connect {
	margin: 5px 25px 0 25px;
}

#newsletter-wrapper > label {
    color: rgb(131, 73, 53);
    font-size: 11px;
}

#fbreg_or {
	color: rgb(131, 73, 53);
}

#toc {
	color: rgb(155, 79, 0);
}


/****************************************************************/
/* Guest & Video buttons
/****************************************************************/
.btn-guest {
	top: 422px;
	left: -191px;
}

.btn-guest .text-container {
	position: absolute;
    left: 40px;
    top: 40px;
    width: 120px;
    height: 90px;
    display: table;
}

.btn-guest p {
    font-family: 'Georgia';
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
  	text-shadow: 3px 3px 0 #224501, -1px -1px 0 #224501, 1px -1px 0 #224501, -1px 1px 0 #224501, 1px 1px 0 #224501;
}

.btn-video {
	top: 416px;
	left: 350px;
}
