body {
    background-size: 100% !important;
}

/* Custom */
.contact-form-center {
    max-width: 500px;
    margin: 0 auto;
}

.offer-button {
    font-size: 28px; !important;
    display:block;
    margin-top: 20px;
}

.offer-v2 .navbar-other {
    display: none !important;
}
.offer-v2 .navbar-brand {
    display: flex;
    justify-content: center;
}
.offer-v2 .offer-path {
    animation: horizontal-shaking 0.8s infinite;
}
@keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    15% { transform: translateX(5px) }
    30% { transform: translateX(-5px) }
    45% { transform: translateX(5px) }
    60% { transform: translateX(0) }
    100% { transform: translateX(0) }
}

.form-floating {
    text-align: left;
}