/* 
REGISTRATION FORM STYLES
*/
.banjo-darkener {
    position: fixed;
    min-height: 100%;
    width: 100%;
    z-index: 999;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    overflow-y: auto;
}

.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;
}

    .banjo-rhs-form .ctx {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        background: #30003c;
        padding: 36px 24px;
        height: 100vh;
    }

#confirmEmail .banjo-rhs-form .ctx .box{
    height: 100%;
}

.banjo-rhs-form .ctx .box {
    margin: auto;
    max-width: 380px;
}

        .banjo-rhs-form .ctx .box .banjo-logo-box .navbar-brand.custom {
            margin: auto
        }


    .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;
        vertical-align: middle;
        display: inline-block;
    }

        .banjo-rhs-form .ctx .box .cobrand-logo img {
            max-width: 240px;
        }

    .banjo-rhs-form .ctx .box .details.first {
        padding: 40px 15px 0;
    }

    .banjo-rhs-form .ctx .box .details {
        padding: 20px 0 0;
    }

    .banjo-rhs-form .ctx .box .testimonial {
        font-weight: bold;
        margin-left: -40px;
        margin-top: 57px;
        text-align: center;
        vertical-align: middle;
        width: 350px;
    }

    .banjo-rhs-form .ctx .box .details h1,
    .banjo-rhs-form .ctx .box .details ul li p {
        color: #fff;
        line-height: 0.9;
    }

    .banjo-rhs-form .ctx .box .details ul {
        list-style: none;
        padding-left: 0;
    }

        .banjo-rhs-form .ctx .box .details ul li p i {
            font-size: 4px;
            vertical-align: middle;
            margin-right: 8px;
        }

#loginForm,
#registerForm,
#forgotPasswordForm {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
}

    #registerForm .frm {
        height: 500px;
    }

    #loginForm .frm,
    #forgotPasswordForm .frm {
        margin: auto;
        width: 55%;
    }
    #registerForm .frm{
        margin: auto;
        width: 65%
    }

        #loginForm .frm .header,
        #registerForm .frm .header,
        #forgotPasswordForm .frm .header {
            padding: 4px 18px;
            padding-bottom: 18px;
        }

            #loginForm .frm .header h1,
            #registerForm .frm .header h1,
            #forgotPasswordForm .frm .header h1 {
                font-weight: bold;
                font-size: 18px;
                /* border-bottom: 2px solid; */
                width: 70%;
                padding-bottom: 5px;
                color: #333f4f;
            }

    #loginForm .signMsg,
    #registerForm .signMsg {
        border: 1px solid #e8e8e8;
        padding: 6px;
    }

.banjo-modal-form form {
    padding: 0px 18px;
}

.banjo-modal-form h1 {
    font-weight: normal;
    font-size: 1.4em;
    font-family: 'ProximaNova',Helvetica,Arial,Sans-serif;
    margin-bottom: 0;
}

.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;
    color: #fff;
}

.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 {
    background: #333f4f;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .banjo-modal-form .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;
}

.hidden-md {
    display: none;
}

.cobrand-img {
    height: 55px;
    display: block;
    margin: auto
}

@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 #loginForm .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;
    }

    #loginForm, #forgotPasswordForm, #registerForm {
        position: absolute;
        top: 140px;
        left: 27px;
    }

    .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 #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: 86%;
            margin: auto;
            margin-bottom: 60px;
            padding: 10px;
            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: 36px 0;
            width: 100%;
        }

    #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;
        text-align: left;
    }

    .banjo-modal-form .banjo-rhs-form .ctx .box .banjo-logo-box,
    .banjo-rhs-form .ctx .box .cobrand-logo {
        vertical-align: middle;
    }

    .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:before,
    .banjo-rhs-form .ctx .box .cobrand-logo:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .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;
    }

    .hide-poweredBy, .poweredBy, .providedBy, .introducedBy {
        display: none;
    }

    .hidden-md {
        display: block;
    }

    .cobrand-img {
        height: 30px;
    }

    .cobrand-col {
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
    }

    .cobrand-logo-brd {
        border-right: 2px solid #fff;
    }

    .cobrand-img {
        height: 40px;
    }
}

@media(max-width:450px) {
    .cobrand-img {
        height: 35px;
    }
}

@media(max-width:390px) {
    .cobrand-img {
        height: 30px;
    }
}

@media(max-width:340px) {
    .cobrand-img {
        height: 28px;
    }
}

@media(max-width:320px) {
    .cobrand-img {
        height: 25px;
    }
}


@media (max-width: 300px) {
    .banjo-modal-form .banjo-rhs-form .ctx {
        padding: 10px 0px;
    }
}

.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 #099;
        }

        .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 #099;
            }

        .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 #099;
    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;
}

.welcome {
    color: #fff;
    font-size: 1.6em;
}

.welcome-wrap {
    width: 100%;
    text-align: center;
}
.dropdown-partner-details {
    height: 50px;
    border: 1pt solid #5f73ff;
}