/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2024 | 11:26:23 */
.mauticform_wrapper {
	margin: 0 !important;
}

label.mauticform-label,
input.mauticform-input,
button.mauticform-button {
	font-family: "overpass", Arial, Helvetica, sans-serif !important;
    font-size: clamp(1rem, 0.223vw + 0.955rem, 1.125rem) !important;
    line-height: 1;
	border-radius: 0 !important;
}

input.mauticform-input {
    padding: 1rem;
    border: .0625rem solid black;
}

button.mauticform-button {
	display: inline-block;
    padding: 1em 1.75em .8em !important;
    font-weight: 700;
    letter-spacing: .3em;
	white-space: normal !important;
	border: 0 !important;	
    background-color: #f90;
    transition: all 200ms linear;

    &:hover {
        background-color: black;
	    transition: all 200ms linear;
    }
}
