* {
	-moz-box-sizing: content-box !important;
}

html, body {
	height: 100%;
	background: #ffffff;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	min-height: 670px;
}

.container {
	min-height: 100%;
	height: 100%;
	/*position: relative;*/
}

.login-header {
	/*background: url('../images/header-background2.jpg') repeat-x;*/
	width: 100%;
	height: 80px;
	border-bottom: 4px solid #ffffff;
}

.siafe-logo {
	background: url('../images/logo_gob.png') no-repeat;
	width: 301px;
	height: 75px;
	/*margin: 0 auto;*/
	float: left
}

.siafe-logo_nueva_vision {
	background: url('../images/logo_vision_morelos.png') no-repeat;
	width: 301px;
	height: 75px;
	margin-top: 7px;
	float: right
}

.user-bar {
	background: url('../images/userbar-background2.jpg') repeat-x;
	width: 100%;
	height: 25px;
}

.login-container {
	width: 960px;
	margin: 0 auto;
}

.login-form-container {
	background: #b0b0b0;
	width: 260px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #636363;
	border-radius: 15px;
	margin: 0 auto;
}

.login-form-container .login-title {
	font-weight: bold;
	text-align: right;
	color: #ffffff;
}

.login-form-container form {
	padding: 0;
	margin: 0;
}

.login-form-container form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.fields-group {
	width: 100%;
	margin-bottom: 10px;
}

.fields-group .label {
	color: #ffffff;
	margin-bottom: 5px;
}

.field input {
	margin: 0;
	padding: 5px;
	width: 95%;
	border: 1px solid #636363;
}

.forgot-password {
	float: left;
}

.forgot-password a {
	font-size: 10px;
	color: #ffffff;
	line-height: 27px;
}

.submit-button {
	float: right;
}

.submit-button input {
	width: 80px;
	height: 27px;
	background: #202020;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.footer {
	background: url('../images/barra_cromatica.jpg');
	background-size:100% 100%;
	width: 100%;
	height: 10px;
	/* border-top: 1px solid #ffffff; */
	margin-botton: 0px;
}

.footer-content {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	color: #252525;
	line-height: 25px;
}

.footer-content-morelos {
	width: 100%;
	margin: 0 auto;
}

.footer-logo-morelos {	
	background: url('../images/footer.jpg') no-repeat;
	background-size: 100% 100%;
	margin-botton: 0px;
	float: right;
}

.saf-logo {
	width: 324px;
	height: 100%;
	background: url('../images/saf-logo.png') no-repeat;
	/*border-right: 1px solid #383838;*/
	float: left;
}

.footer-info {
	height: 100%;
	border-left: 1px solid #000000;
	float: left;
	padding: 0 0 0 25px;
}

.footer-info span {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 109px;
}

.footer-info span.email {
	text-decoration: underline;
}

.login-error {
	width: 300px;
	padding: 5px;
	margin: 5px auto;
	text-align: center;
	color: #ffffff;
	font-weight:bold;
	background: #9c010a;
	border: 1px solid #cf3b42;
}