.oem-services-form__fields {
    display: flow-root;
}
.oem-services-form__field-label {
    display: block;
    position: relative;
    margin: 0;
    font-weight: inherit;
}
#services-request .oem-services-form__control {
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    padding: 12px 0;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    box-shadow: none;
}
#services-request .oem-services-form__control::placeholder {
    color: #fff;
    opacity: 1;
}
#services-request .oem-services-form__control:focus {
    border-bottom-color: #fff;
    outline: 1px solid rgba(255, 255, 255, 0.65);
    outline-offset: 2px;
}
#services-request textarea.oem-services-form__control {
    min-height: 110px;
    resize: vertical;
}
.oem-services-form__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.oem-services-form__file-caption {
    display: block;
    min-height: 54px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    color: #fff;
    overflow-wrap: anywhere;
}
#services-request .oem-services-form__field--file input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.oem-services-form__field--file .oem-services-form__field-label:focus-within {
    outline: 1px solid #fff;
    outline-offset: 2px;
}
#services-request .oem-services-form__actions {
    clear: both;
}
#services-request .oem-services-form__submit {
    width: 100%;
    color: #fff;
    border-color: #fff;
    background: transparent;
}
#services-request .oem-services-form__submit:hover,
#services-request .oem-services-form__submit:focus {
    background: #fff;
    color: #164194;
}
.oem-services-form__message {
    margin-bottom: 20px;
    padding: 14px 16px;
    border: 1px solid currentColor;
    color: #fff;
}
.oem-services-form__message--error {
    background: rgba(100, 0, 0, 0.25);
}

#services-request .oem-services-form__field-label {
    padding-bottom: 0 !important;
}
#services-request .cmsmasters_submit_wrap::after {
    pointer-events: none;
}
