.fixed-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/auth/img/login-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-card .image-side {
    width: 40%;
    background: none !important;
    background-size: cover;
    padding: 80px 40px;
}


.login-left {
    border-right: 1px solid #ddd;
    padding: 100px 50px;
    text-align: right;
}


.login-right {
    padding: 100px 0px 100px 50px;
}

.login-right .head {
    font-weight: 400;
    font-size: 15px;
}


.login-left-head h1 {
    color: #3587a7;
    font-weight: bold !important;
}


.login-left-text {
}

.login-textbox {
    border: 1px solid #53b5d5;
    border-radius: 100px;
}

.form-control-feedback {
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #6f6f6f;
}

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 45px;
}

.has-feedback {
    position: relative;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%) !important;
}

.login-btn {
    background: #53b5d5;
    width: 100%;
    border: 0px !important;
    border-radius: 100px;
    font-weight: bold;
    color: #fff;
    font-size: 1rem !important;
}

.login-btn:hover {
    background: #4da5c1;
    color: #fff;
}

.login-gray {
    color: #495057;
}

.company-logo {
    width: 200px;
    margin-top: 150px;
    max-height:120px;
}

.login-form-head h5 {
    font-weight: 400;
}


@media (max-width: 767px) {
    .login-left {
        text-align: center;
        padding: 0px;
        margin-top: 100px;
    }

    .login-form-head h5 {
        text-align: center;
        font-size: 1.5rem;
    }

    .login-right {
        padding: 60px 35px;
    }

    .forgot-password {
        text-align: center;
    }

    .company-logo {
        margin-top: 40px;
    }
}

/***** CM-GO Footer *****/

#cmgoFooter {
    padding: 1rem 0;
    font-size: 1rem;
    color: #757575;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    position: relative;
    z-index: 2;
}

    #cmgoFooter .container {
        padding-bottom: 2rem;
        min-height: unset;
    }

    #cmgoFooter .footerLogos {
        padding-top: 2rem;
        border-top: 1px solid #009AD6;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 2rem;
    }

        #cmgoFooter .footerLogos img {
            max-height: 80px;
            max-width: 150px;
        }

    #cmgoFooter .footerLinks {
        margin-bottom: 2rem;
        font-size: 0;
    }

        #cmgoFooter .footerLinks span {
            display: inline-block;
            font-size: 1rem;
            padding: 0 1.5rem;
            border-right: 1px #757575 solid;
        }

            #cmgoFooter .footerLinks span:first-child {
                padding-left: 0;
            }

            #cmgoFooter .footerLinks span:last-child {
                border-right: 0;
                padding-right: 0;
            }

            #cmgoFooter .footerLinks span a {
                color: #757575;
                display: inline-block;
            }

    #cmgoFooter .copyrightText {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    #cmgoFooter .footerText {
        text-align: left;
        color: #4a4a4a;
        margin-top: 2rem;
    }

@media (max-width: 767px) {
    #cmgoFooter {
        font-size: 14px;
    }

        #cmgoFooter .footerLinks span {
            margin-bottom: 0.5rem;
            width: 33%;
            font-size: 14px;
            padding: 0 1rem
        }

            #cmgoFooter .footerLinks span a {
                color: #757575;
                display: inline-block;
            }
}

.loginBody {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#cmgoFooter {
    margin-top: auto;
}

/***** CM-GO Footer *****/