@CHARSET "ISO-8859-1";

.loginContainer {
	background-image: url("/tdc/javax.faces.resource/core/static/css/images/FondoLoginMango.jpg.xhtml");
	background-position: center center !important;
	background-repeat: no-repeat;
	border: none;
	height: 610px;
	margin-top: 20px;
}

.loginPanel {
	width: 30%;
	color: #999999;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 220px;
}

input {
	font-size: 8pt;
	font-weight: normal;
	width: 180px;
	border: 1px #cccccc solid;
	color: #999999;
}

.loginButton {
	width: 140px;
	height: 40px;
	margin-top: 50px;
	font-weight: bold;
	border: 1px red solid;
	background-color: #e5e5e5;
	border-radius: 10px;
	background-image: url("/tdc/javax.faces.resource/core/static/css/images/fondoBotonLogin.jpg.xhtml");
	color: #333333;
	font-size: 16px;
	font-family: Arial;
	cursor: pointer;
}

.ui-messages {
	color: #D2213E;
    font-size: 8pt !important;
    margin: -14px auto auto;
    width: 400px;
}