/* Minification failed. Returning unminified contents.
(183,30): run-time error CSS1036: Expected expression, found ';'
 */
/* 
REGISTRATION FORM STYLES
*/
body {
    overflow-y: hidden;
    overflow-x: auto;
}

.banjo-darkener {
    /*position: fixed;*/
    min-height: 100vh;
    /*height: auto;*/
    width: 100%;
    background-color: #30003c;
    z-index: 999;
    display: block;
    /*background-size: contain;*/
    background-repeat: no-repeat;
}

.banjo-modal-form {
    border-radius: 4px;
    width: 100%;
    margin: auto;
    position: absolute;
    display: table;
    table-layout: fixed;
    margin-left: 0%;
    height: 100%;
}

.banjo-rhs-form {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, .125);
    /*overflow-y: hidden;
    float: left;*/
    height: 100%;
}


#confirmEmail .banjo-rhs-form .ctx .box {
    height: 100%;
}

/*.banjo-rhs-form .ctx .box {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 280px;
}*/

.banjo-rhs-form .ctx .box .banjo-logo-box {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    /*margin-top: 25%;*/
}

    .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand.custom {
        margin: auto
    }

    .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand img {
        margin-right: 30px;
        height: 55px;
    }
/*
.banjo-rhs-form .ctx .box .divider {
    margin: 30px 0;
}

    .banjo-rhs-form .ctx .box .divider .line {
        width: 100%;
        margin: auto;
    }

        .banjo-rhs-form .ctx .box .divider .line h1 span {
            background: rgba(29,37,45,1);
            padding: 0 10px;
            color: #fff;
            font-size: 1.2em;
        }

        .banjo-rhs-form .ctx .box .divider .line h1 {
            width: 100%;
            text-align: center;
            border-bottom: 3px solid #fff;
            line-height: 0.1em;
            margin: 10px 0 20px;
        }*/

.banjo-rhs-form .ctx .box .cobrand-logo {
    /*text-align: center;*/
}

    .banjo-rhs-form .ctx .box .cobrand-logo img {
        max-width: 240px;
    }

.banjo-rhs-form .ctx .box .details.first {
}

.banjo-rhs-form .ctx .box .details {
    padding: 20px 0 0;
    text-align: left;
}

.banjo-rhs-form .ctx .box .testimonial {
    font-weight: bold;
    margin-top: 50px;
}

.banjo-rhs-form .ctx .box .details h1,
.banjo-rhs-form .ctx .box .details ul li p, .details {
    color: #fff;
    line-height: 0.9;
}

    .banjo-rhs-form .ctx .box .details ul, .details ul {
        list-style: none;
        padding-left: 0;
    }

        .banjo-rhs-form .ctx .box .details ul li p i, .details ul li p i {
            font-size: 4px;
            vertical-align: middle;
            margin-right: 8px;
        }



.hidden-md {
    display: none;
}

#registerForm,
#forgotPasswordForm {
    width: 50%;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    -ms-flex-align: center;
    background: #fff;
    height: 100vh;
    /*overflow: auto;*/
    float: left;
}

    /*#loginForm .frm,
    #forgotPasswordForm .frm {
        height: 500px;
    }*/

    .frm,
    #registerForm .frm,
    #forgotPasswordForm .frm {
        margin: auto;
        width: 55%;
    }

        .frm .header,
        #registerForm .frm .header,
        #forgotPasswordForm .frm .header {
            padding: 4px 18px;
            padding-bottom: 18px;
        }

            .header h1,
            #registerForm .frm .header h1,
            #forgotPasswordForm .frm .header h1 {
                font-weight: bold;
                font-size: 20px;
                /* border-bottom: 2px solid; */
                font-family: 'Inter',Arial,Sans-serif;
                width: 70%;
                padding-bottom: 5px;
                color: #333f4f;
                font-family: ;
            }

    .signMsg,
    #registerForm .signMsg {
        border: 1px solid #e8e8e8;
        padding: 6px;
    }

.banjo-modal-form form {
    padding: 0px 18px;
}

.banjo-modal-form h1, .details-header {
    font-weight: normal;
    font-size: 1.4em;
    font-family: 'Inter',Arial,Sans-serif;
    margin-bottom: 0;
}

.details-header {
    color: #fff;
}

.banjo-modal-form-footer {
    text-align: left;
    color: #9e9c9c;
    padding: 0 18px 18px;
    width: 100%;
}

    .banjo-modal-form-footer p {
        margin: 5px 0;
    }

.banjo-btn-create {
    height: 50px !important;
    font-size: 12pt;
    width: 100%;
    background: #0039f6;
}

.banjo-close-container {
    position: absolute;
    right: 10pt;
    top: 10pt;
}

.banjo-form-logo-container {
    text-align: center;
    margin-left: -30pt;
}

.banjo-pws-label {
    text-align: right;
}

.banjo-modal-form .progress, .progress {
    background: #333f4f;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .banjo-modal-form .progress span, .progress span {
        margin-left: 15px;
    }

.login-header {
    position: absolute;
    top: 0;
    height: 140px;
    width: 100%;
    margin-left: -40px;
    background-size: cover !important;
    background-repeat: no-repeat;
}

#registrationForm label {
    display: block;
    font-weight: normal;
}

.input-requirements {
    font-size: 1em;
    list-style-position: inside;
    padding: 0;
}

ul.input-requirements {
    list-style: none;
}

.input-requirements li {
    display: none;
}

    .input-requirements li.invalid {
        display: list-item !important;
        position: relative !important;
        color: #ff004f;
        padding: 5px 0px 0px;
    }

    .input-requirements li.valid {
        display: list-item;
        color: #646464;
        padding: 5px 0px 0px;
    }

        .input-requirements li.valid i {
            color: #099;
        }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.delay-1 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.delay-2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-3 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.cobrand-col {
    float: none;
}

@media(max-width:860px) {
    .banjo-logo {
        background-size: contain;
        background-repeat: no-repeat;
        width: 140px;
        height: 65px !important;
        margin-left: 0px !important;
    }

    .banjo-darkener:before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 0;
        top: 0;
        left: 0;
        background: #333F4F;
        background: -webkit-linear-gradient(to left, #333F4F, #243949);
        background: -webkit-linear-gradient(right, #333F4F, #243949);
        background: linear-gradient(to left, #333F4F, #243949);
        opacity: 0.5;
    }
}

@media(max-width:1280px) {
    .banjo-modal-form {
        width: 100%;
        margin-left: 0%;
    }

    .banjo-darkener {
        background-position: 100% center;
    }
}

@media(max-width:860px) {
    .banjo-modal-form {
        width: 100% !important;
        margin-left: 0;
    }
}

@media(max-width: 1280px) {
    .banjo-modal-form .banjo-rhs-form .frm,
    .banjo-modal-form .banjo-rhs-form #registerForm .frm,
    .banjo-modal-form .banjo-rhs-form #forgotPasswordForm .frm {
        height: auto;
        width: 100%;
    }
}

@media(max-width:692px) {
    .banjo-modal-form {
        position: relative;
    }

    .login-lhs, .register-lhs, .reset-lhs {
        position: absolute;
        top: 100px;
    }

    .fadeIn {
        -webkit-animation: none !important;
        animation: none !important;
    }

    .banjo-darkener {
        background-size: cover;
        background-position: 10% center;
    }

    .banjo-modal-form .banjo-rhs-form {
        display: block;
        height: auto;
    }

        .banjo-modal-form .banjo-rhs-form .ctx,
        .banjo-modal-form .banjo-rhs-form #loginForm,
        .banjo-modal-form .banjo-rhs-form #registerForm,
        .banjo-modal-form .banjo-rhs-form #forgotPasswordForm {
            display: block;
        }

        .banjo-modal-form .banjo-rhs-form #loginForm,
        .banjo-modal-form .banjo-rhs-form #registerForm,
        .banjo-modal-form .banjo-rhs-form #forgotPasswordForm {
            width: 90%;
            margin: auto;
            /*margin-bottom: 60px;*/
            padding: 5px;
            border-radius: 4px;
            /*height: auto;*/
        }

            .banjo-modal-form .banjo-rhs-form #loginForm .frm .header h1,
            .banjo-modal-form .banjo-rhs-form #registerForm .frm .header h1,
            .banjo-modal-form .banjo-rhs-form #forgotPasswordForm .frm .header h1 {
                width: 75%;
            }

        .banjo-modal-form .banjo-rhs-form .ctx {
            background: none;
            text-align: center;
            height: auto;
            padding: 20px 0;
            width: 100%;
            /*margin: 15px auto 0;*/
        }

            /*#register .banjo-modal-form .banjo-rhs-form .ctx .box,
    #signin .banjo-modal-form .banjo-rhs-form .ctx .box,
    #forgotPassword .banjo-modal-form .banjo-rhs-form .ctx .box {
        max-width: 100%;
        height: auto;
    }*/

            .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box,
            .banjo-rhs-form .ctx .box .cobrand-logo {
                display: inline-block !important;
                vertical-align: middle;
                margin-left: 15px;
            }

            .banjo-modal-form .banjo-rhs-form .ctx .box .divider,
            .banjo-rhs-form .ctx .box .details,
            .banjo-rhs-form .ctx .box .testimonial {
                display: none;
            }

            .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand {
                margin-left: auto;
            }

                .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand img {
                    height: 50px;
                }

                .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand.custom img,
                .banjo-rhs-form .ctx .box .cobrand-logo img {
                    height: 30px;
                    margin-right: 0;
                }

            .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box:before,
            .banjo-rhs-form .ctx .box .cobrand-logo:before {
                content: "";
                display: inline-block;
                vertical-align: middle;
                height: 100%;
            }

    .banjo-rhs-form .ctx .box .cobrand-logo {
        margin-right: 10px;
        padding-right: 10px;
    }

    .habla-mobile {
        display: none;
    }

    #register .banjo-modal-form,
    #signin .banjo-modal-form,
    #forgotPassword .banjo-modal-form {
        margin: auto;
    }

    .cobrandWrapper {
        position: static !important;
        top: 0 !important;
    }


    .hidden-md {
        display: block;
    }
}

@media(max-width:450px) {
    .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand.custom img,
    .banjo-rhs-form .ctx .box .cobrand-logo img {
        height: 30px;
    }
}

@media(max-width:390px) {
    .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand.custom img,
    .banjo-rhs-form .ctx .box .cobrand-logo img {
        height: 25px;
    }
}

@media(max-width:340px) {
    .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand.custom img,
    .banjo-rhs-form .ctx .box .cobrand-logo img {
        height: 25px;
    }
}

@media(max-width:320px) {
    .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand.custom img,
    .banjo-rhs-form .ctx .box .cobrand-logo img {
        height: 24px;
    }
}

.rec-login-acc {
    border: 1px solid #e0e5e9;
}

    .rec-login-acc .profile-link {
        display: block;
        border: 1px solid #fff;
        border-bottom: 1px solid #e0e5e9;
    }

        .rec-login-acc .profile-link:hover {
            border: 1px solid #0039f6;
        }

        .rec-login-acc .profile-link:last-of-type {
            border-bottom: 1px solid #fff;
        }

            .rec-login-acc .profile-link:last-of-type:hover {
                border-bottom: 1px solid #0039f6;
            }

        .rec-login-acc .profile-link .icon {
            padding: 10px 0;
            text-align: center;
        }

        .rec-login-acc .profile-link .fa-lg {
            font-size: 25px;
            color: #333f4f;
            padding-top: 8px;
        }

        .rec-login-acc .profile-link .fa-stack-1x.fa-inverse {
            font-family: 'ProximaNova',Helvetica,Arial,Sans-serif;
        }

            .rec-login-acc .profile-link .fa-stack-1x.fa-inverse.fa-user {
                font-family: 'FontAwesome';
                font-size: 18px;
            }

        .rec-login-acc .profile-link .name {
            font-size: 20px;
            margin-bottom: 0px;
            padding-top: 15px;
            color: #646464;
            max-width: 85%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .rec-login-acc .profile-link .email {
            font-size: 16px;
            color: #8b8888;
            padding-bottom: 10px;
            max-width: 80%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .rec-login-acc .profile-link .email.star {
                font-size: 20px;
                margin-bottom: 0px;
                padding: 30px 0 35px 0;
                color: #646464;
            }

        .rec-login-acc .profile-link .fa-chevron-right {
            position: absolute;
            font-size: 20px;
            color: #576b86;
            right: 34px;
            top: 40%;
        }

.rec-login-add .btn-ghost {
    border: 2px solid #0039f6;
    background: #fff;
    padding: 8px 12px;
    color: #646464;
}

    .rec-login-add .btn-ghost:hover {
        border-color: #066;
        color: #066;
    }

.detailsWrapper {
    position: absolute;
    top: 33%;
}

.cobrandWrapper {
    position: absolute;
    top: 23%;
}

.banjo-logo-box.cobrandLogin {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 10%;
    display: inline-block !important;
}


@media(max-width:300px) {
    .cobrand-logo-brd {
        /*border-right: none;*/
    }


    .banjo-rhs-form .ctx .box .cobrand-logo {
        margin: 0px;
        padding: 0px;
    }

    .banjo-modal-form .banjo-rhs-form .ctx {
        padding: 10px 0px;
    }

    .cobrand-col {
        padding: 0px 5px;
    }
}


.lhs-container, .rhs-container, .reset-lhs-container, .reset-rhs-container {
    height: 100vh;
}

.lhs-container, .reset-lhs-container {
    background-color: #fff;
}

.login-lhs, .reset-lhs {
    background-color: #fff;
    width: 55%;
}

/*.login-rhs, .reset-rhs {
    background: rgba(29,37,45,1);
}*/


.cobrand-logo-container {
    width: 100%;
    float: left;
    text-align: center;
}

@media(min-width: 220px) {
    .login-lhs, .register-lhs, .reset-lhs {
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        background-color: #fff;
        border: 2px;
    }

    .login-rhs, .reset-rhs {
        width: 100%;
        padding: 0px;
    }

    .reset-lhs {
        width: 75%;
    }

    .cobrand-col {
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
    }

    .cobrand-logo-brd {
        border-right: 2px solid #fff;
    }

    .poweredBy, .providedBy, .introducedBy {
        display: none;
    }

    .poweredBy-container {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .brand-img {
        height: 40px;
        display: inline !important;
        padding: 5px 10px;
    }
}


@media(min-width:320px) {
    .login-lhs, .login-rhs, .reset-lhs, .reset-rhs {
        position: relative;
        top: 0px;
        margin: auto;
        padding: 25px;
        border-radius: 5px;
    }

    .lhs-container {
        height: 100vh;
    }

    .reset-lhs-container, .lhs-container {
        background-color: transparent;
    }

    .login-lhs, .reset-lhs {
        width: 90%;
    }

    body {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .cobrand-img {
        display: block;
        margin: 15px auto;
    }

    img.brand-img:first-of-type() {
        border-right: 2px solid #fff;
    }

    .cobrand-logo-client {
        border-right: 2px solid #fff;
    }
}


@media(min-width:692px) {

    .login-lhs, .login-rhs, .reset-lhs, .reset-rhs {
        top: 35%;
    }

    .login-lhs, .reset-lhs {
        width: 75%;
    }

    .login-lhs, .login-rhs, .reset-lhs, .reset-rhs {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translate(-50%, -50%);
        margin: auto;
    }

    .lhs-container, .reset-lhs-container {
        background-color: #fff;
    }

    .disclaimer-close {
        display: none;
    }

    .brand-img {
        height: 45px;
        display: inline !important;
        padding: 5px 10px;
    }
}

@media(min-width: 769px) {
    .cobrand-img {
        display: none;
    }

    .cobrand-col {
        width: 100%;
    }

    .cobrand-logo-brd {
        border: none;
    }

    .poweredBy, .providedBy, .introducedBy {
        display: block;
    }

    .cobrand-logo-client {
        border: none;
    }

    .cobrand-logo-banjo {
        display: none;
    }

    .brand-img {
        height: 60px;
        border: none;
    }
}


@media(min-width:1024px) {
    .login-lhs, .reset-lhs {
        width: 65%;
    }

    .login-lhs, .login-rhs, .reset-lhs, .reset-rhs {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translate(-50%, -50%);
        margin: auto;
    }
}

