﻿
#priceDescriptors  {
    margin: 10px 0;
}

#formProductDescriptor {
    min-height: 950px;
}
#formSubscriptionUpdate {
    min-height: 400px;
}

.btn-select-container {
    margin-top: 14px;
    height: 50px;
}

    .selected-price-descritor-label {
        text-transform: uppercase;
        color: #F57C00;
        display: none;
        font-size: 1.5em;
    }

    .StripeElement {
        height: 28px;
        padding-top: 20px;
        padding-left: 7px;
        border-radius: 5px;
    }

.dark .StripeElement {
    background-color: #333333;
    border: solid 1px #5b5b5b;
}

.light .StripeElement {
    background-color: #ffffff;
    border: solid 1px #c7c7c7;
}















