#mailstop input[type="submit"][name="reject"]{display: block;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 300px;
    height: 60px;
    padding: 0 2em 0 1.5em;
    margin: 1em auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #021c36;
    border-radius: 30px;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff !important;
    background-image: url(../../assets/img/common/button/icon-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 1em;
}
#mailstop input[type="submit"][name="reject"]:hover{
    color: #021c36 !important;
    background-color: #eae33a;
    background-image: url(../../assets/img/common/button/icon-arrow-black.svg);
    /* -webkit-transform: translateX(75%) translateY(-50%); */
    /* transform: translateX(75%) translateY(-50%); */
    background-position: center right 4%;
}

@media screen and (max-width: 768px){
    #mailstop input[type="submit"][name="reject"] {
        width: 100%;
        max-width: 86.1538461538%;
    }
}
