.pin-resend {
    cursor: pointer;
    border: 0;
    font-size: 16px;
    outline: 0!important;
    text-align: center;
    width: 278px!important;
    background-color: transparent;
    color: white;
    font-family: inherit;
    margin-top: 18px;
    margin-bottom: -15px;
    padding-bottom: 6px;
    letter-spacing: normal !important;
    background-image: none !important;
}

.pin-resend-en {
    cursor: pointer;
    border: 0;
    font-size: 16px;
    outline: 0!important;
    text-align: center;
    width: 278px!important;
    background-color: transparent;
    color: white;
    font-family: inherit;
    margin-top: 18px;
    margin-bottom: -15px;
    padding-bottom: 6px;
    background-image: none !important;
}

ul {
    list-style-type: none;
}

.w-100 {
    width: 100%;
}

.float-left {
    float: left;
}

@media(max-width: 768px) {
    .pin-resend-en {
        font-size: 13px;
    }

    .pin-resend {
        font-size: 13px;
    }
}