form.formIntegration2 input[type="text"] {
    outline: none !important;
    width: 100%;
    background-color: white;
    border-color: green;
    border-top-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 2px 10px;
}

form.formIntegration2 div.containerAllInline div.horizontal.divinput {
    width: 100%;
}

form.formIntegration2 div.containerAllInline div.block {
    width: 100%;
}


.dinSubmit:hover{
    background-color: white;
    color: green;
}


.dinSubmit {
    background-color: green;
    color: white;
}

