body {
  background-image: url("/images/background_small.jpg");
  background-size: cover;
  width: 100%;
}

div#textinfo {
    position: absolute; bottom: 50px; right: 100px; width: 400px;
    background: rgba(255, 255, 255, 0.8);
    margin: 80px auto;
    padding: 20px 20px 20px 20px;
    width: 400px;
    height: 200px;
    text-align: left;
    opacity: 0.5;
    moz-border-radius: 12px;
    webkit-border-radius: 12px;
    o-border-radius: 12px;
    border-radius: 12px;
}
p {
    font-family: "Open Sans light",Sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    text-decoration: none;
    text-align: left;
}


.login { 
 	position: absolute; bottom: 250px; right: 300px; width: 300px;
	height: 100px;
	margin: 20px 30% 20px 30%;
	padding: 20px 20px 20px 20px;
	text-align: center;
}
.login > h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }

input { 
	width: 100%; 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

