@media (min-width: 320px) {
    .login-banner-img {
        background-image: url('/static/img/login_doodle.png'); /* Adjust the path to your image */
        background-size: cover;
        background-position: center;
        height: 100vh;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .left-div-style{
        position: absolute;
        top: 5rem;
        left: 1rem;
    }
    .left-div-style .card{
        width: 19.75rem;
        padding: 20px;
        box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.63);
    }

    .right-div-style{
        position: absolute;
        width: 619px;
        height: 131px;
        left: 6rem;
        top: 1rem;
    }
    .right-div-style h1{
        color: #102d4f; 
        font-weight:700; 
        font-size: 29px;
    }
    .right-div-style p{
        font-weight:400; 
        font-size: 15px;
    }
    /* .right-div-style img{
       width: 1rem;

    } */

}

@media (min-width: 768px) {
    .login-banner-img {
        background-image: url('/static/img/login_doodle.png'); /* Adjust the path to your image */
        background-size: cover;
        background-position: center;
        height: 100vh;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .left-div-style{
        position: absolute;
        top: 5rem;
        left: 1rem;
    }
    .left-div-style .card{
        width: 19.75rem;
        padding: 20px;
        box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.63);
    }

    .right-div-style{
        position: absolute;
        width: 400px;
        /* height: 131px; */
        left: 22rem;
        top: 4rem;
    }
    .right-div-style h1{
        color: #102d4f; 
        font-weight:700; 
        font-size: 21px;
    }
    .right-div-style p{
        font-weight:400; 
        font-size: 12px;
    }
    .right-div-style .doodle{
       width: 25rem;

    }
}

@media (min-width: 992px) {
    .login-banner-img {
        background-image: url('/static/img/login_doodle.png'); /* Adjust the path to your image */
        background-size: cover;
        background-position: center;
        height: 100vh;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .left-div-style{
        position: absolute;
        top: 14rem;
        left: 24rem;
    }
    .left-div-style .card{
        width: 22.75rem;
        padding: 20px;
        box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.63);
    }

    .right-div-style{
        position: absolute;
        width: 600px;
        /* height: 131px; */
        left: 57rem;
        top: 10rem;
    }
    .right-div-style h1{
        color: #102d4f; 
        font-weight:700; 
        font-size: 35px;
    }
    .right-div-style p{
        font-weight:400; 
        font-size: 18px;
    }
    .right-div-style .doodle{
       width: 50rem;
    }
}