::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(69, 72, 78, 0.33);
    font-weight: 400;
    opacity: 1; /* Firefox */
}

:focus::placeholder { /* Chrom, Firefox, Ope, Safari 10.1+ */
    color: rgba(69, 72, 78, 0.33);
    font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(69, 72, 78, 0.33);
    font-weight: 400;
}

:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(69, 72, 78, 0.33);
    font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(69, 72, 78, 0.33);
    font-weight: 400;
}

:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(69, 72, 78, 0.33);
    font-weight: 400;
}  


.LiveField__answer input[type="text"],
.LiveField__answer input[type="email"],
.LiveField__answer input[type="password"],
.LiveField__answer input[type="tel"]{
    background: #F8F8F8;
    border-radius: 8px;
    padding-left: 15px;
    box-shadow:none !important;
    border:0px!important;
    padding:15px;
    font-size:16px;
}

.paragraph{
    margin-top:2em !important;
}
.block--empty{
    display:none;
}

.LiveField__answer, .LiveField{
    box-shadow:none !important;
    border:0px!important;
}

.LiveField__header *{
    font-size:16px;
    color: #383C45;
}

.File span{
    border: 1px solid #000;
    border-radius:6px;
    max-width:166px;
    min-height:32px;
    padding:10px 15px !important;
    box-shadow:none !important;
}

.LiveField[data-key="1ikcd"]{
    display:none;
}

.submit .btn-raised.btn-primary {
    background-color: rgba(232, 92, 72, 1);
    color: #FFF;
    font-family: 'Work Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif, 'Helvetica Neue', Helvetica, Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    padding:17px 24px;
    box-shadow:none !important;
}
.LiveField__container{
    padding-top:10px !important;
    padding-bottom:10px !important;
}

.editor.editor--live.Paperform__Container {
    padding-bottom: 105px !important;
}