body {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.error{
color: #dc0808;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
}
.btn-back{
    background: #9a9da5;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

            .header,.footer{
/*                background: #bcbfa5;*/
                min-height: 50px;
            }
            .container_contact{
            }
            .button_next,.button_previous{
            }
            .button_next{
            }
            .button_previous{
            }
            .note_contact{
                margin-bottom: 20px;
            }
            .note_require{
                color:red;
            }
            h4{
     font-size: 18px;
    color: #0f3058;
    font-weight: bold;
            }
            .step_contact_form{
                clear:both;
            }
            .step_contact{
margin: 10px;
    float: left;
    background: #b9bfba;
    padding: 20px;
    text-align: center;
            }
            .step_active{
                background:#bcbfa5 !important;
            }
.form-control{
    background-color:#f7f7f7 !important;
}

.btn-return-step1{
    background:#fff !important;
    border:2px solid #337ab7 !important;
    color:#337ab7 !important;
}