.label{
    color:black;
}
.registration-wrapper{
    width:100%;
    margin-top: 0px;
}
.registration-form-container{
    width:100%;
    border: 1px solid rgba(123,137,148,0.3);
    border-radius: 8px;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
    background-color: #fafafa;
    padding: 1.5rem 1.8rem;
}
.form-section-header{
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    color: #3d464d;
}
.registration-form-container .label{
    font-size: 13px;
    line-height: 1.91667;
    font-weight: 400;
    color: #3d464d;
    padding: 0px;
    padding-bottom:10px;
}
.form-control{
    margin-top: 6px;
    margin-bottom: 16px;
    width: 100%;
    height: 42px;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.91667;
    font-weight: 400;
    color: #3d464d;
    border: 1px solid #bdc4c9;
    border-radius: 4px;
}

.title-section{
    margin-top: 10px;
    margin-bottom: 30px;
}

.ticket-options{
    display: inline-block;
    width: 100%;
}

.ticket-option{
    border: 1px solid #bdc4c9;
    color: black;
    display: inline-block;
    width: 220px;
    height: 100px;
    cursor: pointer;
    float: left;
    text-align: center;
    background-color: white;
}

.ticket-option.selected{
    border-top: 1px solid #0070e0;
    border-bottom: 1px solid #0070e0;
    background-color: #ebf4fd;
}

.ticket-option.left.selected{
    border-left: 1px solid #0070e0;
}

.ticket-option.left{
    border-bottom-left-radius: 3px;
}

.ticket-option.right .option-title h1{
    margin-top: 14px;
}

.ticket-option.right.selected{
    border-right: 1px solid #0070e0;
}

.ticket-option-content{
    opacity: 0.5;
}

.ticket-option.right{
    margin-left: -1px;
    border-left: 1px solid #0070e0;
    border-bottom-right-radius: 3px;
}

.ticket-option.left h1{
    margin-top: 14px;
}

.ticket-option.selected  .ticket-option-content{
    opacity: 1.0;
}

.ticket-option .option-title{
    margin-top: 10px;
    display: inline-block;
    height: 46px;
}

.ticket-option .option-title h1{
    color: #47525d;
    font-size: 13px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ticket-option .option-price h2{
    /*color: #3a8a54;*/
    color: #47525d;
    font-weight: 600;
    word-break: break-word;
    font-size: 18px;
    line-height: 0;
}

.submit-container{
    text-align:center;
    width: 100%;
    margin-bottom: 10px;
}

.registration-form-container, .ticket-option .option-title h1, .form-section-header {
    font-family: "Helvetica Neue", Helvetica, sans-serif !important;
}

.ticket-options-header{
    width: 435px;
    margin-top: 10px;
}

.popular-header{
    width: 220px;
    background: #99c6f3;
    padding: 5px 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    line-height: 1.65;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    opacity: 0.75;
}

.popular-header-container{
    display:inline-block;
    background: white;
}

.popular-header.selected{
    opacity: 1.0;
}

//Stripe CSS
.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    font-size: 13px;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-element{
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 14px;
}

.form-control{
    margin-bottom: 0px;
}

.has-error .form-control{
    box-shadow: none !important;
    border-color: #bdc4c9;
}

label.error{
    color: #e82110 !important;
    font-size: 10px;
    margin-top: 6px;
    font-weight: normal;
}

.form-control:focus{
    border-color: #2996cc !important;
}

#card-errors, #promo-error{
    color: #e82110 !important;
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 0px;
}

#promo-valid{
    color: #3d464d !important;
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.bootcamp-input{
    padding-top: 5px;
    padding-bottom: 5px;
}

#promo{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#promo-submit-button{
    margin-left: -16px;
    background-color: #2996cc;
    color: white;
    height: 42px;
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 11px;
}

#promo-submit-button.disabled{
    border-left: 1px solid #bdc4c9;
}

.option-price .role-unselected{
    font-size: 12px !important;
}

.promo-applied{
    color: #3a8a54 !important;
}
