.preorder-form .alert {

    color: #fff;
    font-size: 10pt;
    margin-bottom: 10px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .preorder-form .alert {
        font-size: 12pt;
    }
    .event-full--type2 .event-full-main__buttons-top .drop-holder-share{
        bottom: 160px;
    }
    .preorder-form .alert{
        margin-top: 50px;
    }
}

.preorder-form .hint {

    color: #fff;
    font-size: 7pt;
    margin-bottom: 10px;
    margin-top: 5px;
    clear: both;
}

.preorder-form .alert small {

    color: #aaa;
}

.preorder-form .clear {

    clear: both;
    display: block;
}

.preorder-form input {

    float: left;
    border-bottom: 1px solid #fff;
    width: 60%;
    color: #fff;
}

.preorder-form input::placeholder {

    color: #fff;
}

.preorder-form input.error {

    border-bottom: 1px solid red;
}

.preorder-form button {
    background: #B0CE2F;
    float: left;
    width: 35%;
    font-size: 10pt;
    font-weight: 700;
    padding: 6px;
    border-radius: 6px;
    border: 0;
    margin-left: 5%;
}

.preorder-form button[disabled] {
    background: #dddddd;
}

#alertModal {
        
    text-align: center;
}

#alertModal strong {
    
    font-weight: 700;
}

#alertModal h3 {
    
    text-transform: uppercase;
}