body.login{
	background-color:#eeeeee;
	background-image:url('imagenes/fondo.svg');
	background-size:800px;
	background-repeat: no-repeat;
	background-position:bottom right;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#login h1 a{
    background-image: url(imagenes/logo.svg);
    width: 100%;
    float: left;
    height: 100px;
    background-size: contain;
    background-position: center;
}
.login form{
	border-radius:20px;
}
.login form input[type="text"],
.login form input[type="password"] {
    text-align: center;
    color: #333 !important;
    background: #fff !important;
    border-radius: 20px;
}