@import url(http://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial;
	font-size: 12px;
}

.body {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/fondo.jpg);
	background-size: cover;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	z-index: 0;
}

.grad {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome, Safari, Android, iOs */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 1;
	opacity: 0.7;
}
	  
.logo {
	position: absolute;
	top: 10%;
	left: calc(50% - 149.5px);
	background-image: url(../images/logo_login.png);
	height: 163px;
	width: 299px;
}

.error {
	top: calc(50% - 50px);
	left: calc(50% - 70px);
	width: 300px;
	height: 30px;
	color: #EC2300;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	position: absolute;
	text-align: center;
	float: left;
	display: table;
}

.error p {
	display: table-cell;
	vertical-align: middle;
}

.header {
	position: absolute;
	top: calc(60% - 35px);
	left: calc(50% - 255px);
	z-index: 2;
	display: table;
}

.header div {
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 50px;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
}

.login {
	position: absolute;
	top: calc(60% - 75px);
	left: calc(50% - 50px);
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}

.login input[type=text] {
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	text-align: center;
}

.login input[type=password] {
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
	text-align: center;
}

.login input[type=submit] {
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
	text-align: center;
}

.login input[type=submit]:hover {
	opacity: 0.8;
}

.login input[type=submit]:active {
	opacity: 0.6;
}

.login input[type=text]:focus {
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=password]:focus {
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=submit]:focus {
	outline: none;
}

::-webkit-input-placeholder {
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder {
   color: rgba(255,255,255,0.6);
}

.copyright {
	position: absolute;
	bottom: 10%;
	left: calc(50% - 350px);
	text-align: center;
	width: 700px;
	height: 50px;
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: normal; /*50;*/
	padding: 4px;
	display: table;
}

.copyright p {
	display: table-cell;
	vertical-align: middle;
}

.contacto {
	position: absolute;
	text-align: center;
	bottom: 5%;
	left: calc(50% - 100px);
	width: 200px;
	height: 40px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: normal; /*50;*/
	padding: 4px;
	text-decoration: none;
	margin: 0 auto;
	display: table;
}

.contacto a {
	text-decoration: none;
	color: white;
}

.contacto p {
	display: table-cell;
	vertical-align: middle;
}

.logo-mogetta {
	position: absolute;
	bottom: 6%;
	right: 50px;
	height: 80px;
	width: 150px;
}



/* smartphone */
@media only screen and (max-width: 768px) {

.body {
	background-size: 100% 100%;
}

.logo {
	float: left;
	position: relative;
	top: 5%;
	background-image: url(../images/logo_login_chico.png);
	height: 98px;
	width: 179px;
	left: calc(50% - 89.5px);
}

.header {
	position: relative;
	top: 0px;
	left: calc(50% - 75px);
	width: 150px;
	height: 70px;
	clear: left;
}

.header div {
	float: none;
	text-align: center;
	font-size: 36px;
}

.error {
	position: relative;
	top: 0px;
	left: calc(50% - 150px);
	padding: 0px;
	clear: left;
	float: none;
	font-size: 14px;
}

.login {
	position: relative;
	top: 0px;
	left: calc(50% - 150px);
	height: 170px;
	width: 300px;
	padding: 0px;
}

.login input[type=text] {
	margin-top: 10px;
	margin-left: calc(50% - 130px);
}

.login input[type=password] {
	margin-top: 10px;
	margin-left: calc(50% - 130px);
}

.login input[type=submit] {
	margin-top: 10px;
	margin-left: calc(50% - 130px);
}

.copyright {
	position: relative;
	bottom: 0px;
	left: calc(50% - 150px);
	width: 300px;
	height: 60px;
	padding: 0px;
	font-size: 14px;
}

.contacto {
	position: relative;
	bottom: 0px;
	padding: 0px;
	clear: left;
	float: none;
	margin: 0px;
	height: 75px;
}

.logo-mogetta {
	position: relative;
	bottom: 0px;
	left: calc(50% - 75px);
	clear: left;
	float: none;	
}

}