.age-gate-background {
    background-size: contain;
    background-repeat: repeat-y;
    -moz-box-shadow: inset 0px 0px 100px 80px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0px 0px 100px 80px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 100px 80px rgba(0, 0, 0, 1);
}

.age-gate-form {
    max-width: 665px;
    width: 100%;
}

.age-gate-form h2 {
    font-family: Bodega-Sans, sans-serif;
    margin: 20px 0;
}

.age-gate-form p {
    font-family: 'Helvetica Neue LT Std', sans-serif;
}

.age-gate-additional-information{
    margin-top: 20px;
}

.age-gate-input, .age-gate-select {
    background: rgba(0,0,0,0.7);
    border: 1px solid #ced4da;
    color: #fff!important;
}

.age-gate-input::placeholder, .age-gate-select::placeholder {
    color: #fff!important;
}

.age-gate-form-section label {
    display: none;
}

.age-gate-submit{
    padding: 5px 50px;
    background: #FFFFFF;
    border: none;
    width: 100%;
    max-width: 260px;
}

.age-gate-form-elements{
    padding: 0;
}