body, html {
    height: 100%;
  }


.bg-img{
    background-image: url("../storage/login/login_bg.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.in-the-middle{
    display: flex;
    align-items: center;
    justify-content: center;
}


.login_counter{
    background-color: #d8e7fa;
    border-radius: 30px;
}

.submit_btn{
    width: 70%;
}

@media only screen and (max-width:768px){
    .submit_btn{
        width: 25%;
    }
}
