body {
    background: url('/funnelAssets/mdmexclusives/common/images/redesign-bg.jpg');
    background-size: cover;
    background-position: center center;
}

body.solid-bg {
    background: #3d0755; 
}

.vertical_content::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url('/funnelAssets/mdmexclusives/common/images/rays.png');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
}

.congrats-large,
.win-large {
    font-family: 'Arial';
    margin: 8px;
    text-align: center;
}

.congrats-large.firstname {
    font-size: 5.4vw;
    /* font-size: 36px; */
    font-weight: 600;
    margin-top: 20px;
}

.congrats-large {
    color: #FFF;
    font-size: 3.2vw;
    /* font-size: 32px; */
    font-weight: 500;
}

.win-large {
    width: 80%;
    margin: auto;
    position: relative;
    /* text-indent: -9999px; */
    /* background: url('/funnelAssets/mdmexclusives/common/images/win10k.png'); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* margin: 24px auto 12px; */
    /* text-align: center; */
    /* background-position: center center; */
    /* font-size: 6vw; */
}

.win-container {
    padding-top: 20px;
}

.win-container > img {
    width: 100%;
    margin: 0 auto;
}

#win-twinkle-container::after,
#win-twinkle-container::before {
    display: table;
    content: " ";
}

#win-twinkle-container::after {
    clear: both;
}

#win-twinkle {
    width: 66.7%;
    left: 16.6%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#twinkle-sparks {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 95%;
    width: 100%;
    /* position: absolute; */
}

#twinkle-sparks > img.spark {
    width: 64px;
    height: 60px;
    position: absolute;
    overflow: hidden;
    display: inline;
    vertical-align: middle;
}

#twinkle-sparks > img.spark:nth-child(1) {
    top: 0;
    left: 0;
}

#twinkle-sparks > img.spark:nth-child(2) {
    top: 65%;
    left: 40%;
}

#twinkle-sparks > img.spark:nth-child(3) {
    right: 25%;
    top: 1%;
}

#twinkle-sparks > img.spark:nth-child(4) {
    right: 0;
    bottom: 1%;
}

section.outer {
    padding: 8px;
    background-color: #3f0654;
    border: 2px solid #FFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    min-width: initial;
    max-width: initial;
    width: 70%;
}

section.inner {
    padding: 0;
    border: 2px solid #FFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #FFF;
}

.policy_bottom_copy {
    background: none;
    color: #FFF;
    text-shadow: none;
    position: initial;
    margin: 20px 0;
}

.policy_bottom_copy a {
    color: #FFF;
}

p.blurb {
    color: #666666;
    font-family: 'Arial';
    font-size: 16px;
}

.minSubBtn {
    width: auto;
    height: auto;
    font-size: 26px;
    font-family: 'Arial';
    font-weight: 600;
    padding: 12px 48px;
    background: rgb(67,8,90);
    background: -moz-linear-gradient(0deg, rgba(67,8,90,1) 0%, rgba(101,24,134,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(67,8,90,1) 0%, rgba(101,24,134,1) 100%);
    background: linear-gradient(0deg, rgba(67,8,90,1) 0%, rgba(101,24,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#43085a",endColorstr="#651886",GradientType=1);
}

input.minFrmFld {
    border: 2px solid #681a8a;
}

.form-container-lp::before,
.form-container-lp::after {
    content: none!important;
}

#btn-wrap {
    position: relative;
}

#btn-wrap::before {
    top: 12px;
    left: -30px;
    content: '';
    width: 50px;
    height: 28px;
    display: block;
    background-image: url('/funnelAssets/mdmexclusives/common/images/left-arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    animation: shake-left 1s linear infinite;
    background-size: contain;
}

#btn-wrap::after {
    top: 12px;
    right: -30px;
    content: '';
    width: 50px;
    height: 28px;
    display: block;
    background-image: url('/funnelAssets/mdmexclusives/common/images/right-arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    animation: shake-right 1s linear infinite;
    background-size: contain;
}

#footer {
    padding-bottom: 20px!important;
}

.win10k{animation:color-change 1s linear infinite}
@keyframes color-change {
    from { color: #fff; }
    to { color: #C0C0C0; }
}
@keyframes shake-left {
    0% {
        transform: translate3d(-10px, 0, 0);
    }
    50% {
        transform: translate3d(10px, 0, 0);
    }
    100% {
        transform: translate3d(-10px, 0, 0);
    }
}
@keyframes shake-right {
    0% {
        transform: translate3d(10px, 0, 0);
    }
    50% {
        transform: translate3d(-10px, 0, 0);
    }
    100% {
        transform: translate3d(10px, 0, 0);
    }
}
/* @keyframes shake-left {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
} */
/* @keyframes shake-right {
    10%, 90% {
        transform: translate3d(1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(-2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(-4px, 0, 0);
    }
} */
.form-container-lp::before,
.form-container-lp::after {
    content: '';
    width: 61px;
    height: 75px;
    display: block;
    background-image: url('/funnelAssets/mdmexclusives/common/images/purple-arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 57px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    animation: shake-left 1s linear infinite
}
.form-container-lp::before {
    left: -2px;
}
.form-container-lp::after {
    background-image: url('/funnelAssets/mdmexclusives/common/images/purple-arrow-left.png');
    right: -2px;
    animation-name: shake-right;
}
.form-container-lp {
    overflow: initial;
    position: relative;
}
