/* Minification failed. Returning unminified contents.
(441,54): run-time error CSS1046: Expect comma, found '0'
(441,58): run-time error CSS1046: Expect comma, found '/'
(441,85): run-time error CSS1046: Expect comma, found '0'
(441,89): run-time error CSS1046: Expect comma, found '/'
(698,40): run-time error CSS1046: Expect comma, found '50'
(698,46): run-time error CSS1046: Expect comma, found '/'
(698,73): run-time error CSS1046: Expect comma, found '50'
(698,79): run-time error CSS1046: Expect comma, found '/'
(698,105): run-time error CSS1046: Expect comma, found '0'
(698,109): run-time error CSS1046: Expect comma, found '/'
(715,44): run-time error CSS1046: Expect comma, found '50'
(715,50): run-time error CSS1046: Expect comma, found '/'
(715,78): run-time error CSS1046: Expect comma, found '50'
(715,84): run-time error CSS1046: Expect comma, found '/'
(715,110): run-time error CSS1046: Expect comma, found '0'
(715,114): run-time error CSS1046: Expect comma, found '/'
(715,139): run-time error CSS1046: Expect comma, found '151'
(715,147): run-time error CSS1046: Expect comma, found '/'
 */
.mt20 {
    margin-top: 20px;
}

.login-screen-holder {
    align-items: center;
    display: flex;
    /*float: left;*/
    height: 100%;
    /*margin-top: 20px;*/
    position: absolute;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.login-reg-layout {
    background-color: #eff1f7;
}

    .login-reg-layout .header-bar {
        background-color: #91a0ca;
        color: #fff;
        height: 44px;
        font-family: "PT Serif";
        padding: 0 382px;
        width: 100%;
    }

        .login-reg-layout .header-bar .header-bar-inner {
            align-items: center;
            display: flex;
            justify-content: space-between;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

            .login-reg-layout .header-bar .header-bar-inner #left-container {
                display: flex;
                font-weight: 400;
                font-size: 16px;
            }

                .login-reg-layout .header-bar .header-bar-inner #left-container a {
                    transition-duration: .5s;
                    transition-property: opacity;
                    transition-timing-function: cubic-bezier(0,0,.2,1);
                }

                    .login-reg-layout .header-bar .header-bar-inner #left-container a:hover {
                        opacity: 0.5;
                    }

                .login-reg-layout .header-bar .header-bar-inner #left-container #div-callback {
                    align-items: center;
                    display: flex;
                    justify-content: center;
                }

                    .login-reg-layout .header-bar .header-bar-inner #left-container #div-callback span {
                        color: #fff;
                        font-weight: 800;
                        font-size: 14px;
                        letter-spacing: 1.5px;
                        margin-left: 13px;
                    }

                .login-reg-layout .header-bar .header-bar-inner #left-container #div-clock {
                    font-weight: 700;
                    font-size: 14px;
                    margin-left: 22px;
                    transition-duration: .5s;
                    transition-property: opacity;
                    transition-timing-function: cubic-bezier(0,0,.2,1);
                }

                    .login-reg-layout .header-bar .header-bar-inner #left-container #div-clock:hover {
                        opacity: 0.5;
                    }

                    .login-reg-layout .header-bar .header-bar-inner #left-container #div-clock span {
                        margin-left: 7px;
                        letter-spacing: 1.5px;
                    }

                .login-reg-layout .header-bar .header-bar-inner #left-container .fa-phone {
                    align-items: center;
                    background-color: #fff;
                    border-radius: 2px;
                    color: #91a0ca;
                    display: flex;
                    font-size: 12px;
                    height: 14px;
                    justify-content: center;
                    width: 14px;
                }

            .login-reg-layout .header-bar .header-bar-inner #right-container {
                font-size: 22px;
                font-weight: 700;
            }

                .login-reg-layout .header-bar .header-bar-inner #right-container .fa-phone {
                    margin-right: 5px;
                }

                .login-reg-layout .header-bar .header-bar-inner #right-container span a {
                    color: #fff;
                }

    .login-reg-layout .input-validation-error {
        border: 1px solid #f64f64 !important;
    }

    .login-reg-layout .text-danger {
        color: #f64f64 !important;
        float: right;
        margin-top: 3px;
        text-transform: uppercase;
    }


    .login-reg-layout .required-control {
        background-color: #fff !important;
    }

    .login-reg-layout .field_label {
        color: #91a0ca;
        float: left;
        font-family: "SemiBoldFont";
        font-size: 12px;
        letter-spacing: 1px;
        padding-top: 0;
        text-transform: uppercase;
    }

    .login-reg-layout .input_text {
        border: 1px solid #91a0ca;
    }

        .login-reg-layout .input_text:focus {
            -webkit-box-shadow: -1px 0px 5px 0px rgba(185,186,189,1);
            -moz-box-shadow: -1px 0px 5px 0px rgba(185,186,189,1);
            box-shadow: -1px 0px 5px 0px rgba(185,186,189,1);
        }

    .login-reg-layout .stripe-button {
        background-color: #6D81B9;
        border: 0;
        border-radius: 30px;
        color: #fff;
        margin: 0 auto;
        padding: 10px 40px;
        font-family: SemiBoldFont;
        width: 100%;
    }

        .login-reg-layout .stripe-button:hover {
            background-color: #546796;
        }

    .login-reg-layout #loginForm {
        align-items: center;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);
        display: flex;
        flex-direction: column;
        /*margin-top: 10px;*/
        max-width: 418px;
        padding: 40px 30px 60px 30px;
        left: 50%;
        position: absolute;
        /*transform: translateX(-50%);*/
        transform: translate(-50%,-50%);
        top: calc(50% + 25px);
        width: 418px;
    }

        .login-reg-layout #loginForm #btn-login {
            position: relative;
            margin-top: 30px;
        }

        .login-reg-layout #loginForm .logo-img {
            width: 200px;
        }

#layout-register-page #title {
    color: #44474e;
    font-family: SemiBoldFont;
    font-size: 20px;
    text-align: center;
}

.login-reg-layout #loginForm #title {
    color: #2D3043;
    font-family: ExtraBoldFont;
    font-size: 32px;
    line-height: 1.2;
    margin: 17px 0 25px 0;
    text-align: center;
}

.login-reg-layout #loginForm form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.login-reg-layout #loginForm #account {
    color: #8a8c91;
    font-family: SemiBoldFont;
    margin-bottom: 20px;
}

.login-reg-layout #loginForm a#btnForgotPassword {
    font-family: SemiBoldFont;
}

.login-reg-layout #loginForm a#btnForgotPassword {
    margin-top: 25px;
}

.login-reg-layout #loginForm a#registerLink,
.login-reg-layout #loginForm a#btnForgotPassword {
    position: relative;
}

    .login-reg-layout #loginForm a#registerLink::after,
    .login-reg-layout #loginForm a#btnForgotPassword::after {
        border-bottom: 2px solid #6D81B9;
        bottom: -6px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        transition-duration: .25s;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-timing-function: cubic-bezier(0,0,.2,1);
        width: 100%;
    }

    .login-reg-layout #loginForm a#registerLink:hover::after,
    .login-reg-layout #loginForm a#btnForgotPassword:hover::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.login-reg-layout #loginForm #login-password-holder {
    margin-top: 20px;
}

/*Registration confirmation settings starts*/
#loginForm.reg-confirmation .register-tick {
    margin-bottom: 10px;
    margin-top: 37px;
    width: 65px;
}

#loginForm.reg-confirmation #title {
    margin-top: 10px;
}

#loginForm.reg-confirmation #create-pwd-div #loginLink {
    margin-top: 20px;
}

#loginForm.reg-confirmation #thank-you-div #loginLink {
    margin-top: 25px;
}

#loginForm.reg-confirmation label.thank-you-lbl {
    color: #2d3043;
    display: block;
    font-family: "RegularFont";
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .4px;
    text-align: center;
    width: 100%;
}

#loginForm.reg-confirmation #thank-you-div .stripe-button,
#loginForm.reg-confirmation #loginLink.stripe-button {
    background-color: #91a0ca;
    border: 1px solid #91a0ca;
    color: #fff;
    font-family: "BoldFont";
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1;
    position: relative;
    padding: 12px 21px;
    text-align: center;
    text-transform: uppercase;
}

    #loginForm.reg-confirmation #thank-you-div .stripe-button:hover,
    #loginForm.reg-confirmation #loginLink.stripe-button:hover {
        background-color: #6D81B9;
        border: 1px solid #6D81B9;
    }

    #loginForm.reg-confirmation #loginLink.stripe-button .fa {
        left: 20px;
        position: absolute;
    }

#loginForm.reg-confirmation #spnregisteremail {
    font-family: "BoldFont";
}

#loginForm.reg-confirmation #payment-success-div,
#loginForm.reg-confirmation #thank-you-div,
#loginForm.reg-confirmation #create-pwd-div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#loginForm.reg-confirmation #create-pwd-div {
    align-items: flex-start;
    /*display: none;*/
    margin-top: 27px;
}

    #loginForm.reg-confirmation #create-pwd-div #password-holder {
        width: 100%;
        margin-top: 5px;
    }

    #loginForm.reg-confirmation #create-pwd-div #password-validation {
        margin-top: 20px;
    }
/*Registration confirmation setting ends*/

/*Stripe UI settings starts here*/
#stripe-ui {
    background: linear-gradient(90deg, #eff1f7 50%, #fff 50%) !important;
}

    #stripe-ui #left-part {
        padding-left: 382px;
        padding-top: 14px;
        height: calc(100vh - 44px);
    }

        #stripe-ui #left-part .logo-img {
            width: 200px;
            cursor:pointer;
        }

    #stripe-ui #right-part {
        height: calc(100vh - 44px);
        padding-left: 80px;
        padding-top: 58px;
        width: 50% !important;
    }

#stipe-right-part {
    padding-left: 80px;
    padding-top: 167px;
}

#stripe-ui .form-holder {
    clear: both;
    float: left;
    margin-top: 33px;
    width: 380px;
}

#stripe-ui #title,
#divCard #title-text {
    color: #2D3043;
    float: left;
    font-family: "PT Serif",Sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 48px;
    text-transform: uppercase;
}

#stripe-ui .input_text {
    color: #2D3043;
    padding: 9px 5px 9px 9px;
}

#stripe-ui .stripe-button {
    background-color: #10c469;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-family: "BoldFont";
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1;
    margin-top: 30px;
    padding: 12.5px 40px;
}

    #stripe-ui .stripe-button:hover {
        background-color: #6d81b9;
    }

#stripe-ui .warning_message {
    float: right;
    margin-top: 2px;
    padding-right: 0;
}

#stripe-ui .text-danger {
    color: #dc2727 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    background: none;
    background-color: transparent;
    border: 0;
}

.login-reg-layout #loginForm .validation-summary-errors {
    background: none;
    background-color: transparent;
    border: 0;
    float: left;
    padding: 0;
    text-align: center;
}

#stripe-ui .input-validation-error {
    border: 0 !important;
    box-shadow: 0 0 0 1px #ef9896, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%) !important;
}

#stripe-ui #bg-holder {
    background-image: url('../../Images/login.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: calc(100vh - 60px);
}

#stripe-ui .required-label:after {
    background: none;
}

#stripe-ui #first-name-holder,
#stripe-ui #surname-holder,
#stripe-ui #email-holder,
#stripe-ui #password-holder {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
/*Stripe UI settings ends here*/

/*Stripe UI resgister page settings starts here*/
#top-content {
    margin-top: 65px;
}

    #top-content .hdr-text,
    #bottom-content .hdr-text,
    #stripe-ui #title {
        letter-spacing: 3px;
    }

    #top-content .hdr-text,
    #bottom-content .hdr-text {
        color: #6d81b9;
        font-family: "PT Serif",Sans-serif;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 35px;
        text-transform: uppercase;
    }

    #top-content .content-text {
        color: #2d3043;
        font-family: "ExtraBoldFont";
        font-size: 30px;
        line-height: 36px;
        letter-spacing: .5px;
        margin-top: -4px;
        width: calc(100% - 20px);
    }

    #top-content .bullet-content {
        margin-top: 25px;
    }

        #top-content .bullet-content div {
            align-items: center;
            display: flex;
            margin-bottom: 25px;
        }

            #top-content .bullet-content div img {
                margin-right: 15px;
                width: 26px;
            }

        #top-content .bullet-content span {
            color: #2d3043;
            font-family: "BoldFont";
            letter-spacing: 1.5px;
            line-height: 18px;
            text-transform: uppercase;
        }

/*#bottom-content {
    display: none;
}*/

#bottom-content .row {
    margin-bottom: 10px;
}

#bottom-content #row-1 {
    font-family: "SemiBoldFont";
    letter-spacing: 1.2px;
    line-height: 1;
}

#bottom-content #row-2 {
    color: #2d3043;
    font-family: BoldFont;
    font-size: 22px;
    padding-bottom: 5px;
    padding-top: 5px;
}

    #bottom-content #row-2 .amt {
        color: #6D81B9;
        font-family: "PT Serif";
        font-weight: 700;
    }

#bottom-content #divnetamount {
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
}

#bottom-content #promo-code {
    padding-top: 10px;
    display: none;
}

#bottom-content #promo-code-query span {
    color: #6D81B9;
    cursor: pointer;
    font-family: BoldFont;
    text-decoration: underline;
}

    #bottom-content #promo-code-query span:hover {
        opacity: 0.75;
    }

#stripe-ui.registerPage #country-holder {
    float: left;
    width: 50%;
}

#stripe-ui.registerPage #postcode-holder {
    float: right;
    width: 48%;
}

#stripe-ui.registerPage #btn-pay-now {
    margin-bottom: 30px;
}

#card-paypal-holder .accordion-btn {
    background-color: #fff;
    border: 1px solid #91a0ca;
    border-radius: 6px;
    /*box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);*/
    cursor: pointer;
    float: left;
    padding: 9px 24px;
    position: relative;
    width: 100%;
}

#card-paypal-holder .accordion-btn .image-container {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
}

    #card-paypal-holder .accordion-btn .image-container img {
        height: auto;
        width: 1.95em;
    }

    .border-radius-only-top {
        border-radius: 6px 6px 0 0 !important;
    }

#card-paypal-holder #paypal-holder .accordion-btn img {
    width: 66px;
}

#card-paypal-holder .accordion-btn label {
    color: #2D3043;
    cursor: pointer;
    font-family: BoldFont;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0;
}

#card-paypal-holder .accordion-btn .fa {
    color: #2D3043;
    float: right;
    font-size: 24px;
    font-weight: 800;
}

#card-paypal-holder .accordion-btn .hide-div {
    display: none;
}

#card-paypal-holder .accordion-btn #card-image-holder {
    margin-left: 10px;
}

    #card-paypal-holder .accordion-btn #card-image-holder img {
        margin: 0 5px;
        width: 32px;
    }

#card-info-holder-inner,
#paypal-info-holder-inner,
#free-reg-info-holder-inner {
    border: 1px solid #91a0ca;
    border-radius: 0 0 6px 6px;
   /* box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);*/
    border-top: 0;
    background-color: #fff;
    float: left;
    padding: 18px 25px 25px 25px;
    width: 100%;
}

#cardholder-name-holder {
    display: flex;
    flex-direction: column;
}

    #cardholder-name-holder .input_text {
        max-width: 100%;
    }

#country-holder .fstElement {
    max-width: 100%;
}
/*Stripe UI resgister page settings ends here*/

/*Stripe UI login page settings starts here*/
#stripe-ui.loginPage #btn-login {
    margin-bottom: 30px;
}

#stripe-ui.loginPage .link-button {
    color: #2D3043;
    float: left;
    font-size: 14px !important;
    margin-top: 10px;
}

    #stripe-ui.loginPage .link-button:hover {
        color: #2D3043;
        text-decoration: underline;
    }
/*Stripe UI login page settings ends here*/

/*Stripe UI Forgot password modal settings starts here*/
#stripe-ui .modal-title {
    color: rgba(255, 255, 255, 0.75) !important;
}

#stripe-ui .modal-content input[type=submit] {
    background-color: #6d81b9;
    box-shadow: inset 0 0 0 1px rgb(50 50 93 / 10%), 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    border: none;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 16px !important;
    height: 44px;
    margin-top: 30px;
    width: 100% !important;
}

    #stripe-ui .modal-content input[type=submit]:hover {
        background-color: #6d81b9 !important;
        border: solid 1px #6d81b9 !important;
    }

    #stripe-ui .modal-content input[type=submit]:focus {
        background-color: #6d81b9;
        box-shadow: inset 0 0 0 1px rgb(50 50 93 / 10%), 0 6px 15px 0 rgb(50 50 93 / 20%), 0 2px 2px 0 rgb(0 0 0 / 10%), 0 0 0 4px rgb(50 151 211 / 30%);
    }

#stripe-ui .modal-forgot-password .form-input-text {
    margin-top: 0;
}
/*Stripe UI Forgot password modal settings ends here*/

/*Stripe UI bottom content settings starts here.*/
#bottom-content {
    margin-top: 81px;
    width: 420px;
}

    #bottom-content .row .col-sm-6 {
        width: 50%;
    }

    #bottom-content .row .col-sm-3 {
        width: 25%;
    }


    #bottom-content .row .col-sm-1 {
        width: 8.33333333%;
    }

    #bottom-content .row .col-sm-5 {
        width: 41.66666667%;
    }

    #bottom-content .row .col-sm-12 {
        width: 100%;
    }
/*Stripe UI bottom content settings ends here.*/

/*Password validation setting starts*/
.login-reg-layout #password-validation {
    float: left;
}

    .login-reg-layout #password-validation label {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .login-reg-layout #password-validation .chk-pwd {
        display: flex;
        align-items: center;
    }

    .login-reg-layout #password-validation svg {
        width: 25px;
    }

    .login-reg-layout #password-validation .chk-pwd {
        color: #91a0ca;
    }

        .login-reg-layout #password-validation .chk-pwd svg path {
            fill: #91a0ca
        }

    .login-reg-layout #password-validation .valid-pwd {
        color: #10c469;
    }

        .login-reg-layout #password-validation .valid-pwd svg path {
            fill: #10c469;
        }

    .login-reg-layout #password-validation .invalid-pwd {
        color: #dc2727;
    }

        .login-reg-layout #password-validation .invalid-pwd svg path {
            fill: #dc2727;
        }
/*Password validation setting ends*/

#stripe-ui.login-reg-layout.registerPage #back-btn.stripe-button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #6d81b9;
    color: #6d81b9;
    display: flex;
    font-family: "BoldFont";
    font-size: 12px;
    justify-content: center;
    letter-spacing: 1.2px;
    line-height: 1;
    height: 37px;
    padding: 0;
    /*position: fixed;*/
    /* right: 385px;
    top: 60px;*/
    width: 104px;
    z-index: 2;
}

    #stripe-ui.login-reg-layout.registerPage #back-btn.stripe-button:hover {
        background-color: #6d81b9;
        border: 1px solid #6d81b9;
        color: #fff;
    }

@media only screen and (max-width: 1366px) {
    .login-reg-layout .header-bar {
        padding: 0 115px;
    }

    #stripe-ui #left-part {
        padding-left: 115px;
        padding-top: 14px;
    }


    #stripe-ui.login-reg-layout.registerPage #back-btn.stripe-button {
        margin-right: 115px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1750px) {
    .login-reg-layout .header-bar {
        padding: 0 190px;
    }

    #stripe-ui #left-part {
        padding-left: 190px;
    }

    #stripe-ui.login-reg-layout.registerPage #back-btn.stripe-button {
        margin-right: 182px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1112px) {
    .login-reg-layout .header-bar {
        padding: 0 30px;
    }

    #stripe-ui #left-part {
        padding-left: 30px;
        padding-top: 14px;
    }

    #stripe-ui.login-reg-layout.registerPage #back-btn.stripe-button {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1113px) and (max-width: 1365px) {
    .login-reg-layout .header-bar {
        padding: 0 33px;
    }

    #stripe-ui #left-part {
        padding-left: 33px;
        padding-top: 14px;
    }

    #stripe-ui.login-reg-layout.registerPage #back-btn.stripe-button {
        margin-right: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-bar {
        display: none;
    }

    .bottom-image-container {
        display: none !important;
    }

    #top-content {
        margin-left: 100px;
        margin-top: 15px;
    }

    #stripe-ui {
        background: linear-gradient(90deg, #fff 50%, #fff 50%) !important;
    }

        #stripe-ui #left-part {
            background-color: #eff1f7;
            height: auto;
            padding: 0 0 20px 0;
            width: 100%;
        }

        #stripe-ui #right-part {
            height: calc(100vh - 230px);
            padding: 0 100px !important;
            width: 100% !important;
        }

    /*.login-reg-layout #comp-logo {
        background-color: #fff;
        left: 50%;
        padding: 0;
        position: fixed;
        text-align: center;
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
    }*/

        .login-reg-layout #comp-logo.login-comp-logo {
            background-color: transparent;
        }

        #stripe-ui.login-reg-layout.login-reg-layout.registerPage #comp-logo {
            -webkit-box-shadow: 0px 6px 8px -10px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 6px 8px -10px rgba(0,0,0,0.75);
            box-shadow: 0px 6px 8px -10px rgba(0,0,0,0.75);
            background-color: #fff;
            left: 0;
            padding-left: 100px;
            position: fixed;
            text-align: left;
            transform: unset;
            width: 100%;
        }

    #stripe-ui.login-reg-layout.registerPage #back-btn.stripe-button {
        height: 30px;
        right: -23px;
        position: fixed;
        top: -6px;
        width: 80px;
    }

    #bottom-content {
        margin-top:50px;
        padding: 0 100px;
        width: 100%;
    }

    .login-reg-layout #loginForm #title {
        font-size: 24px;
        margin: 30px 0 15px 0;
    }

    #stripe-ui {
        overflow: auto;
    }

        #stripe-ui .form-holder {
            width: 100%;
        }

        #stripe-ui #first-name-holder,
        #stripe-ui #surname-holder,
        #stripe-ui #email-holder,
        #stripe-ui #password-holder {
            width: 48%;
        }

        #stripe-ui #surname-holder,
        #stripe-ui #password-holder {
            float: right;
        }

        #stripe-ui #right-part .stripe-button {
            max-width: 310px;
        }

    #loginForm.reg-confirmation .register-tick {
        margin-top: 86px;
    }

    #loginForm.reg-confirmation #thank-you-div #loginLink {
        margin-top: 35px;
    }

    #loginForm.reg-confirmation #payment-success-div #title,
    #loginForm.reg-confirmation #thank-you-div #title {
        margin-top: 5px;
    }

    #loginForm.reg-confirmation #thank-you-div #title {
        margin-top: 5px;
    }
        
    #loginForm.reg-confirmation #create-pwd-div {
        margin-top: 77px;
    }

    #top-content .bullet-content div {
        align-items: flex-start;
    }

        #top-content .bullet-content div img {
            margin-right: 10px;
            width: 20px;
        }

    #divCard {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #layout-login-page {
        overflow-y: auto;
        /*padding-top: 105px;*/
    }

    #stripe-ui #left-part .logo-img {
        width: 180px;
    }

    .tech-issue-msg,
    .login-reg-layout #loginForm {
        width: calc(100% - 30px);
    }

        /*.login-reg-layout #loginForm {
            margin-bottom: 130px;
        }*/

        #bottom-content {
            padding: 0 30px;
            width: 100%;
        }

        #bottom-content #row-2 {
            font-size: 20px;
        }

    #stripe-ui #right-part {
        padding: 0 30px !important;
        width: 100% !important;
    }

    #stripe-ui #first-name-holder, #stripe-ui #surname-holder, #stripe-ui #email-holder, #stripe-ui #password-holder {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #stripe-ui .input_text {
        max-width: 100%;
    }

    #stripe-ui.login-reg-layout.login-reg-layout.registerPage #comp-logo {
        padding-left: 30px;
    }

    #stripe-ui.login-reg-layout.registerPage #back-btn.stripe-button {
        right: -85px;
    }

    #stripe-ui.registerPage #country-holder,
    #stripe-ui.registerPage #postcode-holder {
        float: left;
        width: 100%;
    }

    #top-content {
        margin: 35px 30px 0 30px;
    }
    
        #card-paypal-holder .accordion-btn #card-image-holder img {
            width: 30px;
        }

        #card-paypal-holder .accordion-btn #card-image-holder {
            margin-left: 0;
        }

    #card-info-holder-inner,
    #paypal-info-holder-inner {
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 340px) {
    #stripe-ui.login-reg-layout.login-reg-layout.registerPage #comp-logo {
        padding-left: 10px;
    }

    #stripe-ui.login-reg-layout.registerPage #back-btn.stripe-button {
        right: -105px;
    }
}

@media (min-width: 350px) and (max-width: 767.5px) {
    .bsnlogo {
        display: flex !important;
        margin-left: 30px !important;
        margin-top: 100px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.5px) {
    .bsnlogo {
        display: flex !important;
        margin-left: 100px !important;
        margin-top: 100px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024.5px) {
    .bsnlogo {
        display: flex !important;
        margin-left: 100px !important;
        margin-top: 100px !important;
    }
}
