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

}


.form-top{
	margin-top: 20px;
}
.panel{
	width:50%;
    margin-left: 350px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
	border-radius: 10px;
    border: 0;
	background-color: rgba(0,0,0,0)
}
@-moz-document url-prefix() {
    .form-control{
    	height: auto;
    }
}
