﻿
.background-image {
    position: fixed;
    z-index: 0;
    top: -60px;
    left: -60px;
    right: -60px;
    bottom: -60px;
    will-change: transform;
    display: none;
}
    @supports (-webkit-filter: blur(50px)) or (filter: blur(50px)) {
        @media screen and (min-width: 48em) {
            .background-image {
                display: block;
            }

            #blurred-image {
                width: 100%;
                height: 100%;
                filter: blur(50px);
            }
        }
    }
    body {
        background:none !important;
    }

.hit_remind_me {
    width: 45%;
    background-color: #0077c8;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 5px 8px;
    margin-left: 27px;
    border:none;
}

.hit_buy {
    width: 45%;
    background-color: #DB570F;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 5px 8px;
    border: none;
}

.event_container {
    padding-bottom: 20px;
}

#event-guide-hits {
    margin-left: 15px;
}

@media (min-width: 768px) {
    .event_container {
        padding-bottom:unset;
    }
    #event-guide-hits {
        margin-left: 15px;
    }
}


label.error {
        float: none;
        color: red;
        padding-left: 0px;
        vertical-align: bottom;
}

p {
    clear: both;
}

fieldset {
    position: absolute;
    left: 450px;
    width: 400px;
}

em {
    font-weight: bold;
    padding-right: 1em;
    vertical-align: top;
}