.fp_bg {
    background: url(/images/board1_body1.png) repeat-y;
    background-size: contain;
    border-radius:30px;
    padding: 30px !important;
    height: auto;
    font-size: 16px !important;
    font-weight: bold;
    margin: auto;
    width: 40vw !important;
    position: relative;
    bottom: 70px;

}

.fp-lisalogo {
    position: relative;
    left: 5%;
    z-index: 10;
}

.fpg-btn-green {
    background-color: #3ed70b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3ed70b), to(#3ed70b)), -webkit-gradient(linear, left top, left bottom, from(#a0ff00), to(#68f284));
    background-image: -o-linear-gradient(#3ed70b, #3ed70b), -o-linear-gradient(#a0ff00, #68f284);
    background-image: linear-gradient(#3ed70b, #3ed70b), linear-gradient(#a0ff00, #68f284);
    background-clip: padding-box, border-box;
    background-size: cover, calc(100% + 20px) calc(100% + 20px);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, left -10px top -10px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .25), 0 4px 0 0 #37b751, 0 2px 15px 3px #a0ff00;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .25), 0 4px 0 0 #37b751, 0 2px 15px 3px #a0ff00;
}

.fpg-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 42px;
    border-radius: 60px;
    cursor: pointer;
    max-width: 100%;
    border: 5px solid transparent;
    text-shadow: 0 0 10px rgba(0, 0, 0, .25);
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.2px;
    color: #fff;
    padding: 0 18px;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .3s;
}

.fpg-btn:hover {
    transform: scale(1.08);
    transition: all .3s;
}

@media screen and (max-width:1024px) {
    .fp_bg {
        width: 50vw !important;
        bottom: 60px;
    }
    .fp-lisalogo {
        position: relative;
        z-index: 10;
        width: 600px;
    }
}


@media screen and (max-width:768px) {
    .fp_bg {
        width: 70vw !important;
        bottom: 70px;
    }

    .fp-lisalogo {
        position: relative;
        left: 7%;
        z-index: 10;
        width: 600px;
    }

    .textsp {
        font-size: 12px;
    }
}

.h-shadow {
    color: white;
    text-shadow: 1px .1px 1px black;
    font-weight: 700;
}



@media screen and (max-width:425px) {
    .fp_bg {
        width: 80vw !important;
        bottom: 40px;
    }

    .fp-lisalogo {
        position: relative;
        left: 3%;
        z-index: 10;
        width: 400px;
    }
}
