

#login-freenium{
    border-right:  0.5px solid rgba(118, 118, 118, 0.6);
}

.text-freenium{
    text-align: justify;
    line-height: 22px;
}

@media screen and (max-width: 767px){
    #login-freenium{
        border-bottom:  0.5px solid rgba(118, 118, 118, 0.6);
        border-right: 0px;
    }
    .btn-success{
        height: 45px;
        font-size: 15px;
    }
}



.bloc-linkedin-link{
    height: 34px; 
    line-height: 38px;
}

.linkedin-link{
    color: #454e59; 
    font-weight: bold;
}

.linkedin-link:hover{
    text-decoration: inherit;
    color: #454e59;
    cursor: pointer;
}
.img-linkedin-link{
    max-width: 80px;
    margin-left: 5px; 
    padding-bottom: 7px;
}

@media screen and (max-width: 767px){
    #generic-container .form-group.margin-top-15{
        margin-top: 0px !important;
    }
    #generic-container .custom-block{
        padding: 30px !important;
    }
}