#login {
    background-image: url('../images/Loginbackground.png') !important;
    /* background-image: url('../images/login_background.png') !important;*/
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bttn {
    width: 100%;
    padding: 0.25rem;
    background: white;
    color: black;
    border: 2px solid #007bff;
    border-radius: 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .bttn:hover {
        background-color: darkblue;
        color: white;
        border-color: darkblue;
    }

.forgetPassword {
    font-size: 0.85rem;
    color: #007bff;
    text-decoration: none;
    float: right;
    margin-bottom: 1.2rem;
    display: inline-block;
    transition: color 0.3s;
}

    .forgetPassword:hover {
        color: darkblue;
    }

.landingpage-background {
    background-image: url('../images/landing_page_background.png') !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.navbar {
    height: 70px;
}

.nav-link {
    color: black;
    font-weight: 700;
}

.page-content {
    padding-top: 200px;
}

.landingpage-heading {
    text-align: center;
}

.landingpage-title {
    font-size: 20px;
    text-align: center;
}

.poweredby {
    text-align: center;
}

@media (min-width: 768px) {
    .page-content {
        padding-top: 230px;
    }

    .landingpage-heading {
        text-align: left;
    }

    .landingpage-title {
        font-size: 40px;
        text-align: left;
    }

    .poweredby {
        text-align: left;
    }
}
