.leadform input {
    width: 100%;
}

.leadform .rf-form-field:not(:last-child) {
    margin-bottom: 1.25rem;
}

#floatingButton {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: none;
    width: 100%;
    cursor: pointer;
}

.floatingButton {
    --tw-text-opacity: 1;
    font-family: sans-serif;
    font-size: 1.7rem;
    font-weight: 900;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: rgb(247 158 27 / var(--tw-bg-opacity));
    position: relative;
    z-index: auto;
    display: block;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
}

.floatingButton:hover {
    --tw-brightness: brightness(1.05);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}