:root {
    --theme-color: #0372c7;
    --theme-color-2: #1787dd;
    --theme-color-3: #12a2dc;
    --theme-color-4: #172f37;
}

@media (max-width: 1200px) {
    .navbar {
        padding: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 18px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 2px;
    }

    .navbar-nav .nav-link {
        padding-top: 5px;
    }

    h1 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    img.shape-img.shape-img-5 {
        bottom: 0;
        width: 120px;
        left: 0;
    }

    img.shape-img.shape-img-2 {
        bottom: 0;
        width: 200px;
        left: 0;
    }

    img.shape-img.shape-img-3 {
        bottom: 0;
        right: 0;
        width: 200px;
    }

    img.shape-img.shape-img-4 {
        bottom: 0;
        width: 220px;
        right: 0;
    }

    section.login-page::before {
        height: 100px;
        background-size: cover;
    }

}

/* laptop */
@media (min-width: 1244px) and (max-width: 1694px) {

    img.shape-img.shape-img-4 {
        bottom: 0;
        width: 500px;
        right: 0;
    }

    img.shape-img.shape-img-5 {
        bottom: 0;
        width: 250px;
        left: 0;
    }

    img.register-shape-img.register-shape-1 {
        width: 500px;
        height: auto;
        position: absolute;
        bottom: 0;
        z-index: 1;
        
    }
}