    body {
        font-family: 'Poppins', sans-serif;
        height: 100vh;
        background: radial-gradient(circle at 39% 47%, rgba(107, 107, 107, 0.08) 0%, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 53% 74%, rgba(182, 182, 182, 0.08) 0%, rgba(182, 182, 182, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 99.999%), radial-gradient(circle at 14% 98%, rgba(184, 184, 184, 0.08) 0%, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, #50d8d1, #3AAF9D);
    }
    
    .bg {
        background: radial-gradient(circle at 39% 47%, rgba(107, 107, 107, 0.08) 0%, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 53% 74%, rgba(182, 182, 182, 0.08) 0%, rgba(182, 182, 182, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 99.999%), radial-gradient(circle at 14% 98%, rgba(184, 184, 184, 0.08) 0%, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, #50d8d1, #3AAF9D);
    }
    
    .btn-info {
        background-color: #3AAF9D;
        color: #fff;
    }
    
    .btn-info:hover {
        background-color: #29c7af;
        color: #fff;
    }
    
    .bg-login {
        background-color: #fff;
        border-radius: 0px 10px 10px 0px;
    }
    
    .bg-green {
        background-color: #3AAF9D;
        border-radius: 10px 0px 0px 10px;
    }
    
    .text-allignment {
        margin-left: 15%;
        margin-right: 15%;
        color: #fff;
    }
    
    .text-allignment h2 {
        padding-top: 10%;
    }
    
    .bg-img {
        /* max-width: 80%; */
        position: fixed;
        top: 38%;
        left: 9%;
        width: 35%;
    }
    
    .form-text {
        margin: 20%;
    }
    
    .form-text h3 {
        color: #3AAF9D;
        font-weight: 600;
    }
    
    .form-control {
        background-color: rgb(248, 248, 248);
    }
    /* @media screen and (min-width:2001px) and (max-width:3000px) {
  .bg-img{
    position: fixed;
    top: 38%;
    left: 15%;
    width: 23%;
} */
    
    @media screen and (min-width:1901px) and (max-width:2000px) {
        .bg-img {
            position: fixed;
            top: 38%;
            left: 17%;
            width: 23%;
        }
    }
    
    @media screen and (min-width:1801px) and (max-width:1900px) {
        .bg-img {
            position: fixed;
            top: 38%;
            left: 15%;
            width: 23%;
        }
    }
    
    @media screen and (min-width:1701px) and (max-width:1800px) {
        .bg-img {
            position: fixed;
            top: 38%;
            left: 12%;
            width: 30%;
        }
    }
    
    @media screen and (min-width:1601px) and (max-width:1700px) {
        .bg-img {
            position: fixed;
            top: 40%;
            left: 11%;
            width: 25%;
        }
    }
    
    @media screen and (max-width:767px) {
        .bg-img {
            /* max-width: 80%; */
            position: fixed;
            top: 38%;
            left: 9%;
            width: 85%;
        }
        .text-allignment {
            margin: 10%;
            color: #fff;
        }
        .bg-green {
            background-color: #3AAF9D;
            border-radius: 0;
        }
        body {
            background: none;
        }
    }
    
    .forgot_passsword_link {
        font-size: .875em;
        color: #6c757d;
        text-decoration: none;
        float: right;
        text-transform: capitalize;
    }