.isContactForm {
    border-radius: 21px;
    background: #64b245;
    color: #fff!important;
    padding: 8px 20px;
}

.isContactForm:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #4b8833;
    text-decoration: none !important;
}
