.sib-form {
    background-color: white !important;
}

.sib-form {
    padding-top: 0px !important;
}

div#sib-container {
    border-radius: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
}

div#error-message {
    max-width: 100%;
}

.single-work {
    padding: 20px !important;
}

label.entry__label {
    width: 100px;
    float: left;
    display: block !important;
}

.entry__field {
    float: right;
    display: inline-block !important;
    width: 70%;
}

div#sib-container {
    width: 100% !important;
    max-width: none !important;
}

.sib-input.sib-form-block {
    padding: 0px !important;
}

.sib-input .textarea {
    width: 100%;
    height: 200px;
    line-height: 50px;
    padding: 0 0px;
    border-radius: 0;
    color: #333 !important;
    border: none;
    border: 1px solid #eee;
}

.sib-form .input {
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0;
    color: #333 !important;
    border: none;
    border: 1px solid #eee !important;
}

.entry__field {
    border: none !important;
}

.sib-form .input:first-child,
.sib-form .input__affix:first-child {
    padding-left: 0px;
}

.sib-form .input:last-child,
.sib-form .input__affix:last-child {
    padding-right: 0px;
}

.sib-form .entry__field:focus-within {
    box-shadow: 0 0 0 1px #333 !important;
}

.sib-form .entry__label {
    font-size: 16px !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-family: 'Quicksand', sans-serif !important;
}