::-webkit-input-placeholder {color: #FFF;}
::-moz-placeholder {color: #FFF;}
:-ms-input-placeholder {color: #FFF;}
:-moz-placeholder {color: #FFF;}
#devis_form .field {
    font-family: "Ubuntu";
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border: 0;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    height: 50px;
    width: 32.4%;
    margin-right: 1.33%;
    margin-bottom: 70px;
}
#devis_form .field.no_margin {margin-right: 0;}
#devis_form .field.error {
    border-bottom: 1px solid #ff0000;
}
#devis_form .msg_send {
    text-align: center;
    border: 2px dashed #FFF;
    height: 42px;
    line-height: 40px;
    font-family: "Ubuntu";
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 30px;
    clear: both;
    margin: 0 auto;
    display: inherit;
    width: 155px;
}
#devis_form .msg_send:hover {text-decoration:none;}
#devis_form .msg_success {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: "Ubuntu";
    text-transform: uppercase;
    font-weight: 700;
    color: #dfff8d;
}
#devis_form .msg_error {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: "Ubuntu";
    text-transform: uppercase;
    font-weight: 700;
    color: #ff0000;
}

@media (max-width: 769px) {
    #devis_form .field {width: 100%;margin-right: 0%;}
}

