.login-body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a7bd5+0,3a6073+100 */
    background-color: rgb(123,58,213); /* Old browsers */
    background-image: url("https://playtester.net/wp-content/uploads/sites/19/2024/03/playtester-1-scaled.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-body .btn-primary {
    background: linear-gradient(to bottom, #3d98F4 0%, #3482D1 100%);
    box-shadow: 0px 7px 32px 0px rgba(0,0,0,0.25);
}

.login-body legend {
    padding-top: 10px;
    padding-bottom: 20px;
}

.login-pane {
    width: 100%;
}

@media (min-width: 768px) {
    .login-pane {
        width: 610px;
        margin: auto;
    }
}

.login-body .panel-body {
    box-shadow: 0px 7px 22px -4px rgba(0,0,0,0.3);
}

.login-body .input-group-inlay img {
    color: rgb(58,123,213);
}

.login-extra {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.login-extra-pane {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 12px;
    color: #ecf0f1;
    font-weight: bold;
}

.login-body a:hover {
    color: #8EBFF0;
    text-decoration: none;
}

.login-header {
    display: block;
    position: relative;
    width: 100%;
    background: none;
    border: none;
    margin-bottom: 20px;
    padding-top: 60px;
    height: 240px;
    line-height: 140px;
    text-align: center;
}

.register-form {
    width: 100%;
    background: white;
    margin-bottom: 15px;
}

.register-form .info-pane {
    padding: 10px 15px;
}

.register-form .info-pane h1 {
    font-size: 18pt;
    text-align: center;
}

.register-form .info-pane h2{
    font-size: 12pt;
    color: #7B7B7B;
    text-align: center;
}

.register-form .info-pane {
    padding: 10px 15px;
}

.register-form .register-pane {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.09);
    padding: 20px 20px;
}

.main-header {
    display: block;
    position: relative;
    width: 100%;
    /*text-align: center;*/
    background-color: #EEEEEE;
    border-bottom-color: #808080;
    border-bottom-width: 2px;
    margin-bottom: 10px;
}

.express-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/branding/default/express-ticket-shop-background');
    background-repeat: no-repeat;
    background-position: bottom center;
    width: auto;
    height: 300px;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}

.event-title {
    position: absolute;
    bottom: 0;
    color: white;
    padding-left: 40px;
    width: 650px;
    padding-bottom: 40px;
}

.ticket-btn {
    border-radius: 7px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 2px;
    box-shadow: none;
    border-width: 1px;
    border-color: lightgray;
    background-color: #7FC918;
    color: white;
    min-width: 30px;
    text-transform: uppercase;
}

.register-captcha {
    position: relative;
    bottom: 80px;
}

.form-separator {
    border: 1px solid #7b8a8b;
}

.applicant-form .product-group {
    padding-top: 10px;
}

.applicant-form .product-group .title {
    font-weight: bold;
    font-size: 16px;
    margin-left: -16px;
}

.applicant-form .product-group .group-cost {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    float: right;
}

.applicant-form .product {
    padding-top: 10px;
}

.applicant-form .product .description {
}

.applicant-form .product .picker {
    width: 50%;
    padding-right: 10px;
    float: left;
}

.applicant-form .product .name {
    width: 50%;
    padding-right: 10px;
    padding-top: 10px;
    float: left;
}

.applicant-form .product .quantity {
    width: 50%;
    padding-left: 10px;
    float: left;
}

.applicant-form .product .quantity .cost {
    min-width: 150px;
    max-width: 150px;
}

.applicant-form .order-property {
    margin-top: 10px;
}

.applicant-form .order-property.grand_total {
    font-weight: bold;
    font-size: 16px;
}

.applicant-form .order-property.discount {
    font-weight: bold;
    font-size: 16px;
}

.applicant-form .order-property .title {
    display: inline-block;
    float: left;
    width: 50%;
}

.applicant-form .order-property .value {
    display: inline-block;
    float: right;
    text-align: right;
    width: 50%;
}

.applicant-form .order-property .description {

}

.applicant-form .helpvalue {
    margin-left: -16px;
    margin-right: -16px;
}

.applicant-form .schema-form-order-items.wrapper {
    border-bottom: 2px solid #7b8a8b;
    border-top: 2px solid #7b8a8b;
    margin-top: 18px;
    margin-bottom: 18px; }

.applicant-form .schema-form-order-items .header {
    border-bottom: 2px solid #7b8a8b;
    padding: 6px 9px 6px 9px;
    font-weight: bold; }
.applicant-form .schema-form-order-items .header .name {
    float: left; }
.applicant-form .schema-form-order-items .header .quantity {
    float: right; }

.applicant-form .schema-form-order-items .item {
    padding: 6px 9px 6px 9px; }
.applicant-form .schema-form-order-items .item .name {
    float: left; }
.applicant-form .schema-form-order-items .item .quantity {
    float: right; }