.login-scroll{
    overflow: scroll !important;
    padding-bottom: 50px !important;
}
.login-form{
    margin-top: 10%;
}
.bg-lg-main{
    display: none;
}
.navbar-links {
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
}
.navbar-links a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #666666 !important;
}
.navbar-links a:hover {
    text-shadow: 1px 1px 2px;
}
.title p {
    color: var(--bs-primary);
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial;
}
.main {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 25%;
    font-size: 1rem;
}
.main p,
      .ul_user_strictly_shall_not ul li {
          font-family: Calibri;
          text-align: justify;
          color: #666666;
      }

      .ul_user_strictly_shall_not,
      p.last_p_website_use {
          margin-top: -10px;
      }
/* Smartphones (portrait) ---------------- */
@media only screen
and (max-width : 320px)
{
    body{
        overflow: scroll !important;
        margin-bottom: 60px !important;
    }
    .main {
        width: 80%;
        margin-left: 10%;
    }
    h1{
        font-size: 18px;
    }
    .bg-lg-main{
        display: block;
        opacity: 0.2;
    }
    .navbar-links {
        display: flex;
        justify-content: space-between;
    }
    .navbar-links a {
        font-size: 12px;
    }
    ::-webkit-scrollbar {
        width: 0px;
      }
}

/* Smartphones (landscape) ---------------- */
@media only screen
and (min-width : 321px)
and (max-width : 767px)
{
    body{
        overflow: scroll !important;
       
    }
    .main {
        width: 80%;
        margin-left: 10%;
    }
    h1{
        font-size: 20px;
    }
    .bg-lg-main{
        display: block;
        opacity: 0.2;
       
    }
    .login-form{
        margin-bottom: 100px !important;
    }
    ::-webkit-scrollbar {
        width: 0px;
    }
    .navbar-links {
        padding: 5px 5%;
        min-height: none;
        flex-direction: column;
    }
    .navbar-links a {
        font-size: 12px;
    }
}

/* Tablets (portrait) -------------------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
    body{
        overflow: scroll !important;
    }
    h1{
        font-size: 20px;
    }
    .bg-lg-main{
        display: block;
        opacity: 0.2;
    }
    .navbar-links {
        padding: 5px 5%;
        min-height: none;
        flex-direction: column;
    }
    .navbar-links a {
        font-size: 12px;
    }
}
/* Tablets (landscape) ------------------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
{
    body{
        overflow: scroll !important;
        margin-bottom: 60px;
    }
    h1{
        font-size: 20px;
    }
    .bg-lg-main{
        display: none;
        opacity: 0.2;
    }
    .navbar-links {
        padding: 5px 5%;
        min-height: 0px;
    }
    .navbar-links a {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Old Desktops and laptops ------------------ */
@media only screen
and (min-width : 1025px)
{
    /* Add Your CSS Styling Here */
}

/* Desktops ------------------ */
@media only screen
and (min-width : 1201px)
{
    /* Add Your CSS Styling Here */
}
