.login-bg {
    background: #8a70d5 url(../images/login-bg.png) no-repeat center right;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow-y: auto;
    align-items: center;
}

.main-login-bx {
    height: 100%;
    width: 1300px;
    padding: 0px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

/*--------------------------------------------------------------
# login  form LeftSide css start- Desktop
--------------------------------------------------------------*/

.car-ads a {
    position: fixed;
    top: 131px;
    right: 0;
    z-index: 9;
    background: #f68f11;
    color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    line-height: 16px;
    animation: blinkingText 2s infinite;
}

.car-ads a span {
    display: block;
    font-size: 10px;
    color: #fff;
    animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
    0% {
        background: #f68f11;
    }
    50% {
        background: #102850;
        color: #fff;
    }
    100% {
        background: #f68f11;
    }
}

.login-bx {
    background: #fff;
    width: 34%;
    padding: 18px 30px;
    border-radius: 10px;
    height: 590px;
    position: relative;
    top: 0px
}

.main-login {
    width: 90%;
    margin: auto;
}

.login-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.login-logo img {
    width: 109px;
    height: 27px;
}

.singup-logo-title {
    font-size: 9px;
    color: #919191;
    padding-left: 60px;
    position: relative;
    font-weight: 300;
}

.singup-logo-title::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 1px;
    top: 4px;
    left: 14px;
    background: #a4a4a4;
}

.welcome-title {
    padding: 16px 0;
}

ul.business-tabs {
    display: flex;
    justify-content: center;
    margin-top: 4px;
    border-radius: 5px;
    overflow: hidden;
    width: 65%;
    margin: auto;
}

ul.business-tabs li.active {
    font-weight: 400;
    position: relative;
    font-size: 14px;
    background: #102850;
    border-bottom: 1px solid #102850;
    color: #fff;
}

ul.business-tabs li {
    color: #333;
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    width: 50%;
    text-align: center;
    background: #f2f2f2;
}

.login-content {
    display: none;
}

.login-content.active {
    display: inherit;
}

.user-login1 ul li {
    padding: 12px 0;
}

.eye-password {
    position: absolute;
    top: 31px;
    right: 2px;
    cursor: pointer;
}

.user-login1 .from-group label {
    padding: 0;
    margin: 0px;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.user-login1 .from-group {
    position: relative;
}

.user-login1 input.input-box {
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0px;
    height: 42px;
    padding: 0 36px;
}

span.input-icon {
    position: absolute;
    top: 29px;
    left: 10px;
    fill: #917c7c;
}

.user-login1 input.input-box::placeholder {
    color: #626161;
    font-size: 12px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

li.Remember-bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.Remember-login span.checkmark {
    border: 1px solid #ababab;
    width: 16px;
    height: 16px;
    top: 4px;
}

.Remember-login label.checkbx {
    padding: 0 28px;
    color: #444;
    font-size: 11px;
    font-weight: 300;
}

.Remember-login label.checkbx .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.l-forgot-bx a {
    color: #154f91;
    font-size: 11px;
    font-weight: 300;
    text-decoration: underline;
}

.ulogin-btn {
    border-radius: 6px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.regst-btn {
    border-radius: 6px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.regtr-link {
    text-align: center;
    color: #0e294f;
    font-size: 13px;
    font-weight: 300;
    display: block;
    text-decoration: underline;
    margin: 16px 0;
}

.social-icons ul {
    display: flex;
    flex-wrap: wrap;
}

.social-icons ul li {
    border: 1px solid #cbc7c7;
    height: 48px;
    border-radius: 5px;
    margin: auto;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons ul li a {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

li.bx-google li {
    background: #fff;
}

.bx-google a {
    color: #000;
}

li.bx-facebook {
    background: #3a5996;
    border: 1px solid #3a5996;
}

li.bx-facebook a {
    color: #fff;
}

li.bx-apple {
    background: #000000;
    border: 1px solid #000;
}

li.bx-apple a {
    color: #fff;
}

.social-icons ul li a span {
    vertical-align: middle;
    padding-right: 4px;
}

.social-icons ul li a img {
    width: 14px;
}

.or-box {
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    padding: 0px;
    margin: 20px 0;
    position: relative;
}

.or-box span {
    text-align: center;
    padding: 0px;
    background: white;
    width: 27%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -9px;
    color: #0e294f;
    font-size: 15px;
}

.login-img {
    width: 46%;
    height: 400px;
}

.right-sidelogin {
    width: 63%;
    height: 589px;
    position: relative;
    top: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
}

.right-sidelogin img {
    width: 100%;
    height: 100%;
}

.right-sidelogin::after {
    content: 'Ad';
    position: absolute;
    top: 1px;
    left: 4px;
    background-color: #fff;
    color: #8f6df1;
    width: 32px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.icon-cards {
    position: relative;
    width: 60vw;
    height: 40vw;
    max-width: 500px;
    max-height: 350px;
    margin: 0;
    color: white;
    perspective: 1000px;
    transform-origin: center;
}

.icon-cards__content {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-30vw) rotateY(0);
    -webkit-animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.icon-cards__content.step-animation {
    -webkit-animation: carousel 8s infinite steps(1) forwards;
    animation: carousel 8s infinite steps(1) forwards;
}

.icon-cards__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60vw;
    height: 40vw;
    max-width: 500px;
    max-height: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transform-origin: center;
}

.icon-cards__item img {
    width: 500px;
    height: 350px;
}

.icon-cards__item:nth-child(1) {
    background: #FDD94F;
    transform: rotateY(0) translateZ(35vw);
}

.icon-cards__item:nth-child(2) {
    background: #F87949;
    transform: rotateY(120deg) translateZ(35vw);
}

.icon-cards__item:nth-child(3) {
    background: #FBAB48;
    transform: rotateY(240deg) translateZ(35vw);
}

@-webkit-keyframes carousel {
    0%,
    17.5% {
        transform: translateZ(-35vw) rotateY(0);
    }
    27.5%,
    45% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }
    55%,
    72.5% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }
    82.5%,
    100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}

@keyframes carousel {
    0%,
    17.5% {
        transform: translateZ(-35vw) rotateY(0);
    }
    27.5%,
    45% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }
    55%,
    72.5% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }
    82.5%,
    100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}


/*--------------------------------------------------------------
# Mobile css
--------------------------------------------------------------*/

@media (max-width: 1660px) {
    .main-login {
        margin: 8px auto 0px;
    }
    .welcome-title {
        padding: 0px 0;
        font-size: 18px !important;
    }
    .user-login1 ul li {
        padding: 6px 0;
        height: 80px;
    }
    .ulogin-btn,
    .regst-btn {
        height: 42px;
    }
    .social-icons ul li {
        height: 38px;
    }
}

@media (max-width:1199px) {
    .icon-cards {
        max-width: 300px;
        max-height: 200px;
    }
    .icon-cards__item {
        max-width: 300px;
        max-height: 200px;
    }
    .icon-cards__item img {
        width: 300px;
        height: 200px;
    }
    .login-img {
        width: 40%;
        height: auto;
    }
    .login-bx {
        width: 36%;
        padding: 20px 14px;
    }
    .main-login {
        width: 100%;
    }
}

@media (max-width:991px) {
    .login-img {
        width: 100%;
    }
    .login-bx {
        width: 95%;
        margin: auto;
        height: auto;
        margin-bottom: 14px;
        top: 0;
    }
    .login-bg {
        padding: 30px 0;
        width: 100%;
        height: auto;
        display: block;
    }
    .main-login-bx {
        display: flex;
        flex-flow: column;
        width: 100%;
    }
    .icon-cards {
        max-width: inherit;
        max-height: inherit;
        margin: auto;
    }
    .icon-cards__item {
        max-width: inherit;
        max-height: inherit;
    }
    .icon-cards__item img {
        width: inherit;
        height: inherit;
    }
}

@media (max-width:767px) {
    .car-ads a {
        top: 5rem;
    }
}

@media (max-width:575px) {
    ul.business-tabs {
        width: 100%;
    }
    .social-icons ul li {
        width: 98px;
    }
}


