.fundo { 
  	/*background: url(/public/site/imagens/bac.jpg) no-repeat center center fixed; */ 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 100%;
}

html, body{
	height: 100%;
}

.email{
	margin-bottom: 10px;
}

#login{
	width: 300px;
	height: 240px;
	position: absolute;
	background-color: #fff;
	opacity:0.9;
	filter:alpha(opacity=90);
	border-radius: 5px 5px 5px 5px;
	padding: 15px;
   	top: 40%;
    left: 50%;
    margin-top: -110px;
    margin-left: -150px;
}

.form-signin {
    
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.development{
	position: absolute;
	top: 30%;
	left: 20%;
	width: 60%; 	
}

.development img{
	float: left;
}

.development-text{
	float: right;
	border-left: 1px solid;
	width: 70%;
	padding-left: 20px;	
}

.development-text p{
	font-size: 50px;
	line-height: 50px;
	color: #00AEDD;
}

.development-text span{
	font-size: 14px;	
}