@charset "utf-8";
/* CSS Document */

/* TAGS
------------------------------------------------------------------------------------------------- */
/* html, body */
html, body {
	width: 100%;
	height: 100%;
	background: url('../images/bg-body.png') !important;
}


/* CLASES
------------------------------------------------------------------------------------------------- */
.textbox input {
	padding: 10px !important;
	/* border */
	border: 3px solid #f0f0f0 !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.textbox input:focus {
	border-color: #dadada !important;
	outline: none;
}
.textbox input.x-form-invalid-field {
	border: 3px solid #cf4c35 !important;
}

/* LOGIN
------------------------------------------------------------------------------------------------- */
#wrapperSimple {
	width: 100%;
	height: 100%;
}

#wrapperSimple .logo {
	width: 600px;
	margin: 0 auto 10px;
	text-align: center;
}
#wrapperSimple .logo img {
	height: auto;
}
#wrapperSimple .text {
	width: 300px;
	margin: 0 auto 15px;
	/* text */
	text-align: center;
}

#simple {
	width: 260px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	overflow: auto;
	/* border */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footerSimple {
	width: 350px;
	margin: 20px auto 0;
	clear: both;
	/* text */
	text-align: center;
}
#footerSimple a.reset-password-link,
#footerSimple img.logo-agricola,
#footerSimple span.copyright {
	display: block;
	margin: 0 auto;
}
#footerSimple a.reset-password-link {
	/* text */
	color: #6A8A34;
	font-family: 'TodayShopMediumItalicRegular';
	letter-spacing: 1px;
	font-size: 15px;
	text-decoration: underline;
}
#footerSimple a.reset-password-link:hover {
	text-decoration: none;
}
#footerSimple span.copyright {
	color: #666;
}
#footerSimple img.logo-agricola {
	width: 125px;
	height: auto;
}
#footerSimple .digicert {
	margin-top: 15px;
	margin-bottom: 15px;
}

#footerSimple hr {
	border-top: 1px dotted #666;
}