.sign-up-discount{
    border-radius: 12px;
    background: #FDF3F2;
    padding: 24px;
}

.sign-up-discount h2{
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.sign-up-discount .wpcf7-form p{
    position: relative;
}

.sign-up-discount .wpcf7-form p .email-svg{
    position: absolute;
    top: 32px;
    left: 18px;
}

.sign-up-discount .wpcf7 .email-input{
    border-radius: 8px;
    border: 1px solid  #C8C8C8;
    background: #FFF;
    width: 100%;
    padding: 18px 18px 18px 50px;
    height: 48px;
    margin-bottom: 12px;
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 18" fill="none"%3E%3Cpath d="M22.5 1.125L12 10.75L1.5 1.125H22.5Z" fill="%23FEE1DF"%3E%3C/path%3E%3Cpath d="M22.5 0.25H1.5C1.26794 0.25 1.04538 0.342187 0.881282 0.506282C0.717187 0.670376 0.625 0.892936 0.625 1.125V16C0.625 16.4641 0.809374 16.9092 1.13756 17.2374C1.46575 17.5656 1.91087 17.75 2.375 17.75H21.625C22.0891 17.75 22.5342 17.5656 22.8624 17.2374C23.1906 16.9092 23.375 16.4641 23.375 16V1.125C23.375 0.892936 23.2828 0.670376 23.1187 0.506282C22.9546 0.342187 22.7321 0.25 22.5 0.25ZM12 9.56328L3.74984 2H20.2502L12 9.56328ZM8.79641 9L2.375 14.8855V3.11453L8.79641 9ZM10.0914 10.1867L11.4039 11.3953C11.5653 11.5435 11.7765 11.6257 11.9956 11.6257C12.2148 11.6257 12.4259 11.5435 12.5873 11.3953L13.8998 10.1867L20.2436 16H3.74984L10.0914 10.1867ZM15.2036 9L21.625 3.11344V14.8866L15.2036 9Z" fill="%23FC6A5D"%3E%3C/path%3E%3C/svg%3E') no-repeat left 10px center;

}

.sign-up-discount .wpcf7 .wpcf7-submit{
    border-radius: 8px;
    background: #FC6A5D;
    width: 100%;
    padding: 15px;
    border: none;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 300ms;
}


.sign-up-discount .wpcf7-form .wpcf7-submit:hover{
    background-color: #DD4C40;
}

.wpcf7-spinner{
    display: none;
}