/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 oct. 2019, 09:33:45
    Author     : g.pigat
*/

/*#F2A5A7*/

form .input-group-text{
    color: #FFF;
    background-color: #ec7276;
    border: 1px solid #ec7276;
}

#setProspectBtn{
    background-color: #4a4a4a !important;
    border: 1px solid #4a4a4a !important;
    color: #FFF !important;
    padding: 12px 25px;
    font-size: 12px;
    transition: all 0.2s ease 0s;
    border-radius: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: normal;
    min-width: 55px;
    box-shadow: none !important;
}

.alert-danger{
    background-color: #ec7276 !important;
    color: #fff !important;
}