.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
    border-radius: 8px;
}

.panel {
    /* for text on pannel */
    margin-top: 27px !important;
}

.panel-body {
    padding-top: 30px !important;
}

.formulaire{
    background-color: #969896;
}

.link_to_change{
    font-size: 20px;
}

.wrapper{
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-signin{
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
.form-signin-heading,
.checkbox{
    margin-bottom: 30px;
}
.checkbox{
    font-weight: normal;
}
.form-control{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

.input[type="text"]{
    margin-bottom:  -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.input[type="password"]{
    margin-bottom:  20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}