body {
    color: #111;
    background: #fff8dc;
}

.uf-contact-form-02 {
    max-width: 900px;
}

.uf-contact-form-02 {
    min-height: 100vh;
    align-content: center;
    margin-left:15px;
    margin-right:15px;
}

.uf-contact-form-02-body {
    border: 2px solid #111;
    position: relative;
    background: #EDF4F2;
}

@media (min-width: 768px) {
    .uf-contact-form-02-body:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffb320;
        left: 20px;
        top: -20px;
        z-index: -1;
    }
}

.uf-ct-02-text-primary {
    color: #ffb31f;
}

.uf-ct-02-bg-primary {
    background-color: #ffb31f;
}
