html {
  font: 1.1em/1.4 Helvetica, sans-serif;
}
body{
	background-image:url('../javax.faces.resource/body.jpg.xhtml?ln=img');
	width:auto;
	background-repeat:no;
	margin:0;
	padding:0;
	z-index: -1;
}
body:after{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
form{
	background-color:#fff;
	border-radius:8px;
	margin:15px 15px;
	position: relative;
	text-align:center;
	padding-bottom:10px;
}
img{
	width:280px;
	padding:10px;
}
form input{
	margin: 35px 35px;
	height:50px;
	border:3px outset blue;
	margin-bottom:15px;
	z-index: 1000;
}
form button{
	margin:35px 35px;
	height:40px;
	width:100px;
	background-color:blue;
	font-size:25px;
	z-index: 1000;
}
@media only screen and (max-width:480px){
	img{
		width:250px;
	}
}
.button {
    display: inline-block;
	height: 40px;
	margin-left:33%;
	background-color:red;
	width:140px;
	border-radius:5px;
	color:white;
	margin-top:20px;
	z-index: 10000;
}

img {
	width: auto;
}

