.container-login100 {
        width: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .container-login100::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .wrap-login100 {
        width: 500px;
        border-radius: 10px;
        overflow: hidden;
        padding: 55px 55px 37px 55px;
        background: #9152f8;
        background: -webkit-linear-gradient(top, #6a11cb, #2575fc);
        background: -o-linear-gradient(top, #6a11cb, #2575fc);
        background: -moz-linear-gradient(top, #6a11cb, #2575fc);
        background: linear-gradient(top, #6a11cb, #2575fc);
    }

    /* @media (min-width: 768px) { */
        .login-container {
            /*  background-image: url('<?php echo base_url(); ?>login/images/bg-01.jpg'); */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .login-wrap {
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            font-size: 30px;
            margin: 0 auto;
            margin-bottom: 0px;
            margin-bottom: 10px;
            color: #000;
        }

        .card-title {
            font-weight: 600;
            color: #fff;
            font-size: 24px;
        }

        .btn-login {
            background: cadetblue !important;
            border: 1px solid #fff !important;
            color: #000 !important;
        }
        .btn-login:hover {
            background: cadetblue !important;
            border: 1px solid #000 !important;
            color: #000 !important;
        }