
html
{
  height:100%;  
}
body{    
  background: url('images/fond2.jpg') no-repeat;
  background-size: cover;
  height:100%;
  width:100%;

}


.form-top{
	margin-top: 20px;
}
.panel{
	box-shadow: 0;
	border-radius: 0;
    border: 0;
	background-color: rgba(0,0,0,0)
}
@-moz-document url-prefix() {
    .form-control{
    	height: auto;
    }
}
