﻿.iq-glow-button {
    width: 150px;
    height: 50px;
    border-radius: 180px;
    position: relative;
    left: calc(50% - 75px);
    top: calc(50% - 25px);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    cursor: pointer;
    line-height: 12px;
}

    .iq-glow-button:before {
        content: '';
        z-index: 1;
        position: absolute;
        display: block;
        width: 80%;
        height: 70%;
        top: 15%;
        left: 10%;
        transition: 0.3s opacity ease-in-out;
        filter: blur(15px);
        opacity: 0;
        background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    }

    .iq-glow-button:hover:before {
        opacity: 1;
        transition: 0.3s opacity ease-in-out;
        filter: blur(25px);
        background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    }

    .iq-glow-button:after {
        content: 'JOB OFFER';
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        color: rgba(235,235,235,1);
        font-weight: bold;
        z-index: 5;
        position: absolute;
        display: block;
        border-radius: 180px;
        width: 92%;
        height: 80%;
        top: 10%;
        left: 4%;
        background-color: rgb(19, 20, 22);
    }

/*.iqb-static-container {
    width: 250px;
    height: 150px;
    background-image: url('img/job-offer.png');
    position: absolute;
    top: 35%;
    right: 50px;
    background-size:cover;
}*/
.iqb-static-container {
    width: 192px;
    height: 150px;
    background-image: url('img/job-offer.png');
    position: absolute;
    top: 35%;
    right: 50px;
    background-size: cover;
}
.iqb-static-containerSM {
    width: 150px;
    height: 100px;
    background-image: url('img/job-offer.png');
    position: absolute;
    top: 14%;
    left: 21px;
    background-size: cover;
}
.iqb-static-containerMD {
    width: 150px;
    height: 100px;
    background-image: url('img/job-offer.png');
    position: absolute;
    top: 47%;
    left: 21px;
    background-size: cover;
}

iqb-static-container:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
}

iqb-static-container:last-of-type:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(232, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 30px 0px rgba(232, 0, 0, 0.67);
    box-shadow: 0px 0px 30px 0px rgba(232, 0, 0, 0.67);
}


