﻿.abc {
    background: url('img/home.jpg') center bottom/cover no-repeat;
    
}

    .abc::before {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        content: " ";
        height: 100%;
        left: 0;
        right: 0;
    }

.lp1 {
    background-position: -3px -136px;
}

.lp2 {
    background-position: -37px -136px;
}

.lp3 {
    background-position: -74px -136px;
}

.login_input {
    width: 35px;
    height: 35px;
    display: block;
    background-size: 318px;
}

.login_input {
    background-image: url('/content/img/whitelable.png');
    position: absolute;
    top: -13px;
}

.page.signup h1 {
    width: 100%;
    float: left;
    line-height: 47px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    padding-top: 25px;
    margin-bottom: 0;
}

.blues {
    color: #013057 !important;
    font-weight: bold;
}

.page.signup h2 {
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    position: relative;
    padding-top: 8px;
}

.con {
    border-radius: 11px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    -webkit-animation: hi 0.5s;
    animation: hi 0.5s;
    -webkit-transform: translateZ(0px);
    max-width: 446px;
    height: 459px;
    margin: 0 auto;
}

.tab.text.above {
    width: 94%;
    margin-left: 15px;
    margin-right: 15px;
    height: 49px;
    line-height: 45px;
    border-radius: 10px;
    background: #013057 !important;
    color: #fff;
    margin-top: 12px;
    font-size: 19px;
    cursor: pointer;
    border:0;
}

.container * {
    box-sizing: border-box;
}

.pages {
    -webkit-box-flex: 1;
    flex: 1;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: flex;
}

    .pages .page {
        min-width: 100%;
        padding: 10px 38px 10px;
        padding-top: 0px;
        background: -webkit-gradient(linear, right top, left top, from(#955DFF), to(#6FAAFF));
        background: #fff;
        height: 459px;
        padding-top: 39px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    }

        /*.pages .page:nth-of-type(1) .input {
            -webkit-transform: translateX(-100%) scale(0.5);
            transform: translateX(-100%) scale(0.5);
        }

        .pages .page:nth-of-type(2) .input {
            -webkit-transform: translateX(100%) scale(0.5);
            transform: translateX(100%) scale(0.5);
        }*/


        /*.pages .page.signup {
                            background: -webkit-gradient(linear, right top, left top, from(#6FAAFF), to(#955DFF));
                            background: linear-gradient(to left, #6FAAFF, #955DFF);
                        }*/

        .pages .page .title {
            margin-bottom: 10px;
            font-size: 14px;
            position: relative;
            line-height: 14px;
            text-align: left;
            margin-left: 40px;
            margin-right: 15px;
        }

            .pages .page .title i {
                vertical-align: text-bottom;
                font-size: 19px;
            }

        .pages .page .input {
            margin-top: 20px;
            float: left;
            position: relative;
            width: 100%;
        }

        .pages .page input.text {
            background: #eef1f6;
            border: none;
            border-radius: 4px;
            width: 98%;
            height: 40px;
            line-height: 40px;
            padding: 0px 10px;
            color: rgba(0, 0, 0, 0.5);
            outline: none;
            margin-left: 6px;
            margin-right: 15px;
        }

        .pages .page input[type=submit] {
            background: rgba(0, 0, 0, 0.5);
            color: #F6F7F9;
            height: 40px;
            line-height: 40px;
            width: 94%;
            border: none;
            border-radius: 4px;
            font-weight: 600;
            margin-left: 15px;
            margin-right: 15px;
        }

.tabs {
    max-height: 50px;
    height: 50px;
    display: -webkit-box;
    display: flex;
    background: #FFF;
}

    .tabs .tab {
        -webkit-box-flex: 1;
        flex: 1;
        color: #5D708A;
        text-align: center;
        line-height: 50px;
        height: 50px;
    }

        .tabs .tab .text {
            font-size: 14px;
        }

input[type=radio] {
    display: none;
}

    input[type=radio]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) {
        box-shadow: inset -3px 2px 5px rgba(0, 0, 0, 0.25);
        color: #3F4C7F;
    }

       

@media only screen and (max-width:767px) {
    .pages .page {
        padding: 18px 23px 11px 16px;
        width: 100%;
        background: 0;
        box-shadow: none !important;
    }

    .pages {
        width: 100%;
        white-space: inherit;
    }

    .xs-p0 {
        padding: 0px;
    }

    .logo img {
        width: 100%;
    }

    .mabc {
        background: #0082ff;
        overflow: hidden;
    }

        .mabc::before {
            background: 0;
        }

    .con {
        border-radius: 0;
        box-shadow: unset;
        height: 75vh;
        z-index: 1;
        padding-top: 50px;
        background-image: url('img/curve-shape.svg');
        background-repeat: no-repeat;
        background-position: right;
        top: 0;
        position: relative;
        overflow:hidden;
    }

        .con::before {
            content: " ";
            width: 190px;
            height: 190px;
            background: rgb(26, 163, 255);
            position: absolute;
            border-radius: 50%;
            left: -80px;
            top: -41px;
        }

    .vertical-center {
        display: block !important;
        overflow: hidden !important;
    }

    .bottom {
    }

        .bottom img {
            width: 100%;
            animation: animatedBackground 30s linear infinite;
        }

    .text-s h1 {
        color: #fff;
        padding-top: 0 !important;
    }

        .text-s h1::before {
            color: #fff;
            content: " ";
            height: 3px;
            width: 55px;
            position: absolute;
            background: #fff;
            margin: 0 auto;
            display: block;
            left: 0;
            right: 0px;
            margin-top: 43px;
        }

    .text-s h2 {
        font-size: 17px !important;
        color: #fff;
        padding-top: 10px !important;
        line-height: 25px !important;
        text-transform: capitalize;
        letter-spacing: 1px !important;
        font-weight: 600 !important;
    }


    .bounce {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        -moz-animation: bounce 2s infinite;
        -o-animation: bounce 2s infinite;
    }

    @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -webkit-transform: translateY(0);
        }

        40% {
            -webkit-transform: translateY(-30px);
        }

        60% {
            -webkit-transform: translateY(-15px);
        }
    }

    @-moz-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -moz-transform: translateY(0);
        }

        40% {
            -moz-transform: translateY(-30px);
        }

        60% {
            -moz-transform: translateY(-15px);
        }
    }

    @-o-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -o-transform: translateY(0);
        }

        40% {
            -o-transform: translateY(-30px);
        }

        60% {
            -o-transform: translateY(-15px);
        }
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
        }

        40% {
            transform: translateY(-50px);
        }

        60% {
            transform: translateY(-30px);
        }
    }

    .ease-out-circ {
        -webkit-animation-timing-function: cubic-bezier( .075, .82, .165, 1 );
        animation-timing-function: cubic-bezier( .075, .82, .165, 1 );
    }

    .d-1 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .a-2 {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .pages .page input.text {
        border-radius: 0 0 74px 0;
        line-height: 40px;
        outline: none;
        margin-left: 0px;
        border: 0;
        margin: 0;
        height: 51px;
        width: 86%;
        background: transparent;
    }

    .page .input {
        margin-top: 0 !important;
        padding-left: 4px;
    }

    .br {
        background: #fff;
        width: 93%;
        float: left;
        margin-top: 40px;
        position: relative;
        border-radius: 0 86px 86px 0;
    }

    label.tab.text.above {
        width: 50px;
        margin-left: -45px;
        margin-right: 0;
        height: 50px;
        top: 30%;
        line-height: 48px;
        border-radius: 50%;
        margin-top: 1px;
        position: absolute;
        padding: 0;
        background: #000046;
        background: -webkit-linear-gradient(to right, #1CB5E0, #000046) !important;
        background: linear-gradient(to right, #0082ffd1, #0a375d) !important;
    }

    .bb {
        border-bottom: 1px solid #e6e6e6 !important;
        width:97% !important;
    }

    .headingss {
        font-size: 22px;
        font-weight: 900;
        color: #fff;
        position: relative;
        bottom: 15px;
    }

    .input svg {
        float: left;
        position: relative;
        top: 14px;
        height: 19px;
        color: #ccc;
    }

    .checkbox-primary {
        margin-top: 29px;
        display: block;
        color: #fff;
    }

    .fname {
        cursor: pointer;
        background: #fff;
        display: inline-block;
        padding: 10px;
        border-radius: 0 15px 15px 0;
        font-size: 12px;
    }

    .funame {
        cursor: pointer;
        background: #fff;
        display: inline-block;
        padding: 10px;
        border-radius: 15px 0px 0px 15px;
        right: -7px;
        position: relative;
        font-size: 12px;
    }


  @keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}



        .bottom > div {
            background: url(img/stripmobile.png) center center no-repeat #fff;
            width: 100%;
            animation: animatedBackground 41s linear infinite !important;
            height: 125px;
            background-size: cover;
            bottom: 70px;
            position: absolute;
        }
        body{
            overflow:hidden;
        }


   
    .col-md-12.p10.text-center {
        font-size: 11px !important;
        bottom: 14px !important;
        color: #fff !important;
        padding: 21px !important;
        line-height: 14px;
    }

    .modal-header {
        min-height: 16.43px;
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
        background: #004180;
        border-radius: 4px 4px 0 0;
        color: #fff !important;
    }

        .modal-header .close {
            margin-top: -2px;
            color: #fff;
            opacity: 1;
        }

    .modal-title {
        font-size: 14px;
    }

    .checkbox-primary input[type=checkbox]:checked + label::before, .checkbox-primary input[type=radio]:checked + label::before {
        background-color: #1aa3ff;
        border-color: #094273;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    }

        input:-webkit-autofill:active {
            height: 47px !important;
            border-radius: 0 0px 140px 0 !important;
        }
}

