.itopplus-background {

}

.btnp-hover {
    width: 160px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    /* height: inherit; */
    padding: 10px 5px;
    text-align: center;
    border: 0px solid #fff;
    background-size: 300% 100%;
    border-radius: 50px;
    box-shadow: 1px 1px 5px gainsboro;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btnp-hover.color-1 {
    background-image: linear-gradient(to right, #96050b, #f11515, #f11515, #96050b);
}
.btnp-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btnp-hover:focus {
    outline: none;
}

