.navbar {
    padding: 0;
}
#navbarmain {
    padding: 0 !important;
}
 
.img-fluid {
    max-width: 70%;
    height: auto;
}

.feature-item {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    color: white;
    padding: 10px 30px;
}
    .feature-item h4 {
        color : white;
    }

    .feature-item .feature-icon i {
        font-size: 30px;
        color: white;
    }
    .footerbg1 {
    background: rgb(85, 188, 233);
}

.footerbg2 {
    background: rgb(100, 150, 207);
}

.footerbg3 {
    background: rgb(115, 112, 181);
}

.loginwindow {
    position: relative;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.logintitle {
    height: 40px;
}
.logintitle h3 {
    font-size: 16px !important;
}
.login__submit {
    position: relative;
    width: 60%;
    margin-bottom: 20px;
    height: 35px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    cursor: pointer;
    background: rgb(241, 90, 35);
    border-radius: 2px;
    overflow: hidden;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}