@media only screen and (min-width: 800px) {

    .validation-right{
        height:80px;
        border-bottom:solid #000 1px;
        padding:50px;
    }

    .validation-right-header{
        width:100%;
        height:60px;
    }

    .validation-right-header-icon{
        float:left;
        height:50px;
        width:50px;
        background-image:url(../../publicDesktop/img/validation-02.png);
        background-size:cover;
        background-repeat:no-repeat;
    }

    .validation-right-header-title{
        float:left;
        height:60px;
        padding-top:0px;
        text-align:right;
        width:80%;
        font-family:Bebas Neue;
        float:right;
        font-size:50px;
    }





.validation-wrong{
    height:80px;
    border-bottom:solid #000 1px;
    padding:50px;
}

.validation-wrong-header{
    width:100%;
    height:60px;
}

.validation-wrong-header-icon{
    float:left;
    height:50px;
    width:50px;
    background-image:url(../../publicDesktop/img/validation-01.png);
    background-size:cover;
    background-repeat:no-repeat;
}

.validation-wrong-header-title{
    float:left;
    height:60px;
    padding-top:0px;
    text-align:right;
    width:80%;
    font-family:Bebas Neue;
    float:right;
    font-size:50px;
}
/* validation-wrong */
.description{
    width:100%;
    height:30px;
    padding-top:10px;
    color:red;
    font-family:Bebas Neue

}

}


@media only screen and (max-width: 800px) {

    .validation-right{
        height:60px;
        border-bottom:solid #000 1px;
        padding:20px;
    }

    .validation-right-header{
        width:100%;
        height:40px;
    }

    .validation-right-header-icon{
        float:left;
        height:40px;
        width:40px;
        background-image:url(../../publicDesktop/img/validation-02.png);
        background-size:cover;
        background-repeat:no-repeat;
    }

    .validation-right-header-title{
        float:left;
        height:40px;
        padding-top:0px;
        text-align:right;
        width:80%;
        font-family:Bebas Neue;
        float:right;
        font-size:20px;
    }
    /* validation-wrong */
    .description{
        width:100%;
        height:20px;
        padding-top:10px;
        color:red;
        font-family:Bebas Neue

    }

    .validation-wrong{
        height:60px;
        border-bottom:solid #000 1px;
        padding:20px;
    }

    .validation-wrong-header{
        width:100%;
        height:40px;
    }

    .validation-wrong-header-icon{
        float:left;
        height:40px;
        width:40px;
        background-image:url(../../publicDesktop/img/validation-01.png);
        background-size:cover;
        background-repeat:no-repeat;
    }

    .validation-wrong-header-title{
        float:left;
        height:40px;
        padding-top:0px;
        text-align:right;
        width:80%;
        font-family:Bebas Neue;
        float:right;
        font-size:20px;
    }
    /* validation-wrong */
    .description{
        width:100%;
        height:20px;
        padding-top:10px;
        color:red;
        font-family:Bebas Neue

    }

}

