
/* Span réponse */

.return{
    text-align: center;
    position: relative;
}

.return span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;

    display: block;
    width:300px;
    padding:5px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 5px;
    color:#FFF;
}

.return .error{

    background-color: #e74c3c;

}

.return .success{

    background-color: white;
    color: black;
    
}

p {
    margin-bottom: 0px;
    text-align: justify;
}

section {
    margin-bottom: 0px;
}