* {
	padding: 0;
	margin: 0;
	/*font-family: century gothic;
	text-align: center;*/
}

body{
/*	background: url(../img/fondo.png);
	background-image: url(../img/fondo.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; */
	background-color: #ffffff;
	background-attachment: fixed;
	margin: 0;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size:18px;
	color: #111854;
}

.form1 {
	background: rgba(233,241,249,0.5);
	margin: 0px;
	padding: 30px;
	width: 100%;
	height: 100%;
	min-width: 270px;
	box-sizing: border-box;
	border-radius: 7px;
}

/*.bad {
	text-align: center;
	width: 100%;
	padding: 12px;
	background-color: #a22;
	color: #fff
}*/

.login-img img{
    width: 20%;
}