.gtf-fillout-button {
	cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px 14px;
    font-size: 18px;
    border-radius: 32px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    background-color: #3b82f6;
    transition: background-color 0.2s ease;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    text-transform: none;
    line-height: inherit;
}

.gtf-fillout-button:hover {
	background-color: #458cff;
	text-decoration: none;
    color: white;
}