@media (min-width: 768px) {
    body.header_disabled {
        padding-top: 100px;
    }
    .sweap-panel {
        justify-content: center;
        width: 50%;
        margin: auto;
        max-width: 456px;
    }
}
@media (max-width: 768px) {
    body {
        background-color: #fff;
        background-image: none;
    }
    .navbar {
        position: unset;
    }
    .panel-body {
        padding: 20px;
        border-radius: 0;
        box-shadow: none;
    }
    .panel-wrapper {
        align-self: unset;
        padding: 0;
    }
    .sweap-panel {
        padding: 0;
    }
    .footer,
    .footer a {
        color: #747474;
        font-size: 14px;
        font-weight: lighter;
    }
    .footer a {
        padding: 0 5px;
        border-right: 1px solid #747474;
    }
}
@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
    .sweap-panel {
        flex-direction: column;
    }
    .sweap-wider-form-content {
        width: 100%;
    }
    .panel-title {
        text-align: center;
    }
}