﻿/**  =====================
      Authentication css start
==========================  **/
.auth-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
    background: #1abc9c;
    background-image: url('../images/auth/back img.jpg') !important;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

@media (min-width: 1200px) {
    .auth-wrapper .container {
        max-width: 1140px;
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper {
        display: block;
        margin: 0 auto;
    }

        .auth-wrapper > .row {
            min-height: 100vh;
        }

            .auth-wrapper > .row > .aut-bg-img {
                min-height: 100vh;
            }
}

.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: #37474f;
    font-weight: 600;
}

.auth-wrapper .input-group {
    background: transparent;
}

.auth-wrapper .card {
    margin-bottom: 0;
    padding: 8px;
    border-radius: 8px;
}

    .auth-wrapper .card .card-body {
        padding: 20px 25px 20px 40px;
    }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper .card {
        display: block;
    }
}

.auth-wrapper > div {
    z-index: 5;
}

.auth-wrapper .auth-content {
    position: relative;
    padding: 15px;
    z-index: 5;
}

    .auth-wrapper .auth-content:not(.container) {
        width: 520px !important;
    }

        .auth-wrapper .auth-content:not(.container) .card-body {
            padding: 40px 35px;
        }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper .auth-content {
        margin: 0 auto;
    }
}

.auth-wrapper .auth-side-img {
    padding-right: 400px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .auth-wrapper .auth-side-img {
        display: none;
    }
}

.auth-wrapper .auth-side-form {
    position: relative;
    min-height: 100%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    left: auto;
    float: right;
}

    .auth-wrapper .auth-side-form > * {
        position: relative;
        z-index: 5;
    }

@media only screen and (max-width: 991px) {
    .auth-wrapper .auth-side-form {
        width: 100%;
        justify-content: center;
    }

        .auth-wrapper .auth-side-form .auth-content:not(.container) {
            max-width: 350px;
        }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper.aut-bg-img .auth-side-form {
        height: 100vh;
    }
}

@media only screen and (max-width: 767px) {
    .auth-wrapper .card .card-body {
        padding: 30px 15px;
    }
}

.auth-wrapper.offline {
    background-image: none;
}

    .auth-wrapper.offline h1 {
        font-size: 87px;
        font-weight: 700;
    }

    .auth-wrapper.offline:before {
        display: none;
    }

.auth-wrapper .card-body .carousel-indicators {
    margin: 15px 0 10px;
    bottom: 0;
}

    .auth-wrapper .card-body .carousel-indicators li {
        width: 50px;
        background-color: rgba(26, 188, 156, 0.4);
        border-radius: 5px;
        height: 4px;
    }

        .auth-wrapper .card-body .carousel-indicators li.active {
            background-color: #1abc9c;
        }

.auth-wrapper .img-logo-overlay {
    position: absolute;
    top: 40px;
    left: 50px;
}

/* image varient start */
.aut-bg-img {
    /*background-image: url("../images/auth/img-auth-big.jpg");*/
    background-image: url('../images/auth/back img.jpg') !important;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

    .aut-bg-img .auth-content {
        padding: 70px 40px;
    }

.logintitle {
    color: #1abc9c!important;
}

/* image varient End */
/**====== Authentication css end ======**/
/**  =====================
      Authentication css start
==========================  **/
