body {
}

.form-control {
height: 32px;
padding: 6px 6px;
font-size: 15px;
}

#loginbox {
    margin-top: 2px;
}

#loginbox > div:first-child {        
    padding-bottom: 10px;    
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 10px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {    
    background-color: ffffff;
}

.panel-body {
    padding-top: 20px;
    background-color: rgba(2555,255,255,.3);
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;                        
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
  position: relative;
  width: 150px;
  height: 150px;
  display: block;
  fill: #525151;
}

.iconmelon:after,
.im:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#haut{
width:98%;
min-width:500px;
height:95px;
border:0.5px solid rgba(35, 97, 46, 0.8);
border-radius:3px;
margin-top:1px;
text-align:center;
margin-left: auto;
margin-right: auto;
}

#detail_titre {
	text-decoration:none;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.3);
	font-weight:normal;
	line-height: 90px;
	text-align: center;
	font-size: 27px;
	vertical-align:middle;
}

.form-horizontal .control-label {
font-size:18px;
font-weight: bold;
padding-top: 2px;
letter-spacing:.5px;
color: #585f53;
}

.panel-title {
font-size:21px;
letter-spacing:0px;
font-weight: bold;
}
#milieu{   
width: 100%;
min-width:500px;
margin-top:0px;
}   
 
#copy{
text-align:center;
font-size:13px;
margin:0px;
}
.panel-footer{
padding:10px;
margin-bottom:-10px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.panel-body{
padding-left:20px;
padding-right:20px;
padding-top:5px;
padding-bottom:0px
}