﻿/**  =====================
Login css start
==========================  **/
.auth-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 20%;
    min-height: 50vh;
}

@media (min-width: 1200px) {
    .auth-wrapper .container {
        max-width: 1140px;
    }
}

.auth-wrapper .saprator {
    position: relative;
    margin: 8px 0;
}

    .auth-wrapper .saprator span {
        background: #fff;
        position: relative;
        padding: 0 10px;
        z-index: 5;
        font-size: 20px;
    }

    .auth-wrapper .saprator:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e2e5e8;
        z-index: 1;
    }

.auth-wrapper a,
.auth-wrapper p > a {
    color: #111;
    font-weight: 600;
}

.auth-wrapper .btn-auth-gen .btn-icon {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}

    .auth-wrapper .btn-auth-gen .btn-icon small {
        font-size: 15px;
    }

.auth-wrapper .input-group {
    background: transparent;
}

.auth-wrapper .card {
    margin-bottom: 0;
    padding: 8px;
}

    .auth-wrapper .card .card-body {
        padding: 20px 25px 20px 40px;
    }

.auth-wrapper > div {
    z-index: 5;
}

.auth-wrapper .auth-content {
    position: relative;
    padding: 15px;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    .auth-wrapper .card .card-body {
        padding: 30px 15px;
    }
}

.auth-wrapper.offline {
    background-image: none;
}

    .auth-wrapper.offline:before {
        display: none;
    }

.auth-wrapper.error {
    background: #f44336;
}

    .auth-wrapper.error .container {
        position: relative;
        max-width: 800px;
        margin: 0 auto 5%;
        padding: 5%;
        text-align: center;
        color: #fff;
    }

.auth-wrapper .card-body .carousel-indicators {
    margin: 30px 0;
    bottom: 0;
}

    .auth-wrapper .card-body .carousel-indicators li {
        width: 50px;
        background-color: #eff3f6;
    }

        .auth-wrapper .card-body .carousel-indicators li.active {
            background-color: #2196f3;
        }

.auth-wrapper .img-logo-overlay {
    position: absolute;
    top: 40px;
    left: 50px;
}

/* image varient start */
.aut-bg-img {
    background-image: url("bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.aut-bg-img-side p {
    line-height: 2;
}

.aut-bg-img .custom-select,
.aut-bg-img .form-control,
.aut-bg-img-side .custom-select,
.aut-bg-img-side .form-control {
    background: transparent;
}

.aut-bg-img .auth-content,
.aut-bg-img-side .auth-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.blur-bg-images {
    background-image: url("bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .blur-bg-images:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

.auth-prod-slider .blur-bg-images:after {
    background: #242e3e;
}

.auth-prod-slider .auth-prod-slidebg {
    height: 600px;
    width: 100%;
}

    .auth-prod-slider .auth-prod-slidebg.bg-1 {
        background-image: linear-gradient(to right, rgba(119, 89, 222, 0.9) 0%, rgba(33, 150, 243, 0.9) 100%);
    }

    .auth-prod-slider .auth-prod-slidebg.bg-2 {
        background-image: linear-gradient(to right, rgba(33, 150, 243, 0.9) 0%, rgba(0, 172, 193, 0.9) 100%);
    }

    .auth-prod-slider .auth-prod-slidebg.bg-3 {
        background-image: linear-gradient(to right, rgba(0, 172, 193, 0.9) 0%, rgba(33, 150, 243, 0.9) 100%);
    }

    .auth-prod-slider .auth-prod-slidebg.bg-4 {
        background-image: linear-gradient(to right, rgba(33, 150, 243, 0.9) 0%, rgba(119, 89, 222, 0.9) 100%);
    }

.auth-prod-slider .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    border-top: none;
    border-bottom: none;
}

    .auth-prod-slider .carousel-indicators li.active {
        width: 20px;
        background: #2196f3;
    }

.auth-prod-slider .carousel-caption {
    bottom: auto;
    top: 50px;
}

    .auth-prod-slider .carousel-caption img {
        border-radius: 5px;
        border: 4px solid #fff;
    }

    .auth-prod-slider .carousel-caption h5 {
        color: #fff;
    }

/* ================================    owl-carousel slider Start  ===================== */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 3px 9px;
}

/* ================================    owl-carousel slider End  ===================== */

input[type=text]:focus, input[type=password]:focus {
    border-color: #16a4a1;
    box-shadow: 0px 0px 3px 0px rgba(22,164,161,1);
    border-width: 1px;
}
