
.form-invalid-btn {
    color: #f00 !important;
}

    .form-invalid-btn:hover {
        color: white !important;
    }

.form-invalid-txt {
    color: #f00 !important;
}

    .form-invalid-txt input[type=text] {
        color: #f00;
    }

    .form-invalid-txt ::placeholder, .form-invalid ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #f00;
        opacity: 1; /* Firefox */
    }

    .form-invalid-txt ::-ms-input-placeholder, .form-invalid :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #f00;
    }

    .form-invalid-txt ::-ms-input-placeholder, .form-invalid ::-ms-input-placeholder { /* Microsoft Edge */
        color: #f00;
    }

.disableSelectDetailsButton {
    pointer-events: none;
    background: lightgray;
}

.enableSelectDetailsButton {
    pointer-events: all;
    background: #ec008c;
    cursor: pointer;
}

.midFormText {
    color: #401663;
}

@media (max-width: 767px) {

    .imageStyle{
        width: 70%;
        margin: 30px auto;
    }

    .imageStyle2 {
        width: 70%;
        margin: 30px auto;
        margin-top: 40px;
    }

    .viewingFormOverlayHeader1{
        margin-top: 30px;
        font-weight: bold; 
        margin-bottom: 0px; 
        font-size: 35px; 
        color: white;
    }

    .viewingFormOverlayHeader2{
        font-weight: bold; 
        margin-bottom: 0px; 
        font-size: 20px; 
        color: white;
    }

    .viewingFormOverlay {
        background: transparent; 
        opacity: 0.95; 
        margin: 0 auto;
    }

     .valFormWidth {
        max-width: 100%;
    }

    .valFormHeader {
        padding: 0px 0px;
    }

    .time-row {
        margin: 10px 25px 0px -20px;
    }

    .valFormThankyou {
        margin-top: 0px;
        background: rgba(64,22,99,0.6);
        min-height: 300px;
        position: absolute;
        padding: 15px 40px;
        width: 100%;
        padding-bottom: 40px;
        height: 100%;
    }

    .valFormThankyouHeight {
        min-height: 1000px;
    }

}

@media (min-width: 768px) {

    .imageStyle{
        width: 60%;
        margin: 30px auto;
    }

    .imageStyle2 {
        width: 60%;
        margin: 30px auto;
    }

    .viewingFormOverlayHeader1{
        font-weight: bold; 
        margin-bottom: 0px; 
        font-size: 46px; 
        color: white;
    }

    .viewingFormOverlayHeader2{
        font-weight: bold; 
        margin-bottom: 0px; 
        font-size: 30px; 
        color: white;
    }

    .viewingFormOverlay {
        background: transparent; 
        padding: 20px 30px; 
        opacity: 0.95; 
        margin: 0 auto;
    }

        .valFormWidth {
        max-width: 650px;
    }

    .valFormHeader {
        padding: 30px 0px;
    }

    .valFormThankyou {
        margin-top: 175px;
        background: rgba(64,22,99,0.6);
        min-height: 300px;
        position: absolute;
        padding: 15px 40px;
        width: 100%;
        padding-bottom: 40px;
    }

    .valFormThankyouHeight {
        min-height: 807.16px;
    }
}

