button.t-submit {
    font-weight: 600;
    border-radius: 10px;
    background-image: linear-gradient(0.738turn,rgba(149,193,43,1) 0%,rgba(179,218,87,1) 47%,rgba(149,193,43,1) 97%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 4px 0px 0px rgba(144,190,32,1);
}