.demo-email-only-form {
    margin-left: -15px;
    /* margin-right: -15px; */
    column-gap: 15px;
    display: grid;
    grid-template-columns: 60% auto;
}

.demo-email-only-form .inputs-list {
    padding: 0 !important;
    margin-bottom: 0.35rem;
}

.demo-email-only-form li {
    list-style: none !important;
}

.demo-email-only-form .hs-email .hs-input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-radius: 50rem !important;
    min-height: 42px !important;
}

.demo-email-only-form .hs-input.invalid.error {
    border-color: #f2545b !important;
}

.demo-email-only-form .hs-submit input[type="submit"] {
    padding: 8px 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    background-color: #ff5000;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}

.demo-email-only-form .legal-consent-container {
    margin-top: 10px;
    padding-left: 4px;
    font-size: 12px !important;
    grid-area: 2/1/2/3;
}

.demo-email-only-form .legal-consent-container p {
    line-height: 1.5 !important;
    margin-bottom: 0;
    font-weight: 400;
}

.demo-email-only-form .hs-form-booleancheckbox-display {
    margin: 0 !important;
    display: flex;
}

.demo-email-only-form .hs-form-booleancheckbox-display span {
    margin-left: 8px;
}

.demo-email-only-form .hs-fieldtype-booleancheckbox {
    margin-bottom: 0 !important;
}

.demo-email-only-form .legal-consent-container .hs-error-msgs label {
    font-weight: 600 !important;
}

.demo-email-only-form .hs-form-field .hs-error-msg {
    color: #f2545b;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.demo-email-only-form .hbspt-form .submitted-message {
    font-weight: 400 !important;
}

.demo-email-only-form .hs-email>label {
    display: none !important;
}

.component--demo-scheduler-email-submit-form .submitted-message {
    font-weight: 400 !important;
}

.demo-email-only-form .hs-form-field label {
    font-weight: 600 !important;
    font-size: 12px !important;
    margin-bottom: 0;
}

.demo-email-only-form .legal-consent-container>div>p>a {
    color: #ff5000 !important;
}

.demo-email-only-form .hs_error_rollup {
    display: none !important;
}

@media only screen and (min-width:768px) {
    .demo-email-only-form .hs-submit input[type="submit"] {
        min-width: 174px;
    }
}

@media only screen and (max-width:767px) {
    .demo-email-only-form {
        justify-content: center;
        margin-left: auto;
        align-items: center;
    }

    .demo-email-only-form .hs-email {
        width: 100%;
    }

    .demo-email-only-form .hs-submit input[type="submit"] {
        padding: 8px 30px;
    }
}