body {
background:transparent;
 }
 html { 
  margin:0;
  padding:0;
  background: url("../../bg.jpg") no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
 .form-control {
     box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
     padding-left: 20px;
     border: 1px solid #CCD0D7;
     height: 40px
 }
 
 .form-control {
     border-radius: 0;
     width: 100%
 }
 
 .form-horizontal{
     padding-top: 8px
 }
 
 .form-control:focus {
     box-shadow: none !important
 }
 
 #fieldset {
     margin-top: 40%;
     padding: 15px;
     background: #fff;
	 border-radius:10px;
     box-shadow: 0 15px 65px #000;
 }
 
 .input-btn:hover {
     background: #111;
     color: #fff;
 }
 .btn:hover {
    
 }
 
 .btn {
     border-radius: 4px;
     font-size: 18px;
     height: 40px;
	 background:#a7000c;
     font-family: 'Montserrat', sans-serif;
     font-weight: 400;
     transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
 }
 #footer{
	margin-top:10%;
	text-align:center;
	color:#febf24!important;
 }
 #jaune{
	color:#febf24!important;	 
 }
 #footer a{
	margin-top:10%;
	text-align:center;
	color:#fff;
	
 }