.login_page {
    background-color: #051ea61d;
    height: 100vh;
    width: 100%;
    background-image: url(img/blog/6-NGO-for-Women-Empowerment.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form {
    height: 50vh;
    width: 40%;
    margin: 10% auto;
    border: 1px solid rgb(18, 18, 62);
    border-radius: 10px;
    background-color: rgb(18, 18, 62);
    color: #fff;
    box-shadow: 10px 30px 10px rgb(18, 18, 65);
}

       

.img-flex {
    display: flex;
}

.sidebar {
    height: 100vh;
    width: 300px;
    background-color: blue;
    background-image: url(img/banner/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}






@media (max-width:800px) {
    .form {
        height: 50vh;
        width: 100%;
        margin: 20% 0;
    }

    .login_page {
        background-color: #051ea61d;
        height: 100vh;
        width: 90%;
        margin: 5px 18px;
    }
}