form {
    margin-top: 15px;
}
.form-lable {
    color: #000;
    font-size: 14px !important;
}
.form-section .form-lable {
    color: #fff;
}
.v-container {
    position: relative;
    text-align: center;
    color: black;
}
.v-top-bar {
    color: #05098e;
    font-size: 20px;
}
.v-price {
    position: absolute;
    top: 10%;
    left: 8%;
}

.v-date {
    position: absolute;
    top: 10%;
    right: 8%;
}

.v-id{
    position: absolute;
    top: 27%;
    left: 65%;
    font-size: 30px;
    color: #737373;
}

.v-contact-bar {
    color: #05098e;
}
.v-name {
    position: absolute;
    bottom: 48%;
    /* left: 20%; */
    font-size: 20px;
    width: 100%;
}

.v-number {
    position: absolute;
    bottom: 38%;
    /* left: 20%; */
    font-size: 20px;
    width: 100%;
}
#name_text {
    font-size: 12px;
}

#number_text {
    font-size: 12px;
}
#price_text {
    font-size: 10px;
}
#date_text {
    font-size: 10px;
}


@media (max-width: 430px) {
    .v-price {
        font-size: 10px;
    }
    .v-date {
        font-size: 10px;
    }
    .v-id{
        font-size: 14px;
    }
    .v-name {
        font-size: 10px;
    }
    .v-number {
        font-size: 10px;
    }
    .share-voucher {
        display: block !important;
    }
}




