
body {
    background-color: #f4f4f4;
}

.menu-bar {
    background: white;
    color: black;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 5px;
}

.login-card {
    background: white;
    border-radius: 6px;
    width: 100%;
    max-width: 420px;
    padding: 20px;
    margin: 20px auto;
    border-top: 8px solid #ff3019;
    box-shadow: 0 0 10px rgba( 0, 0, 0, 0.15 );
}

.login-title {
    background: #ff3019;
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin-top: -35px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.footer-bar {
    background: #ff3019;
    color: white;
    padding: 8px;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.payment-icons img {
    height: 36px;
    margin: 5px;
}




/* Full-width gradient background */
.banner-outer {
    width: 100%;
    position: relative;
    padding: 5px 0;
    background: linear-gradient( to right,
        #497E39 0%,
        transparent 25%,
        transparent 75%,
        #497E39 100% );
    display: flex;
    justify-content: center;
}

/* Banner inside ( 90% width ) */
.banner-inner {
    width: 80%;
    max-width: 1200px;
    position: relative;
}

.banner-inner img {
    width: 100%;
    border-radius: 6px;
    display: block;
}


.banner-btn {
    position: absolute;
    top: 3px;
    right: 6px;
    font-weight: 400;
    padding: 3px 3px;
    border-radius: 4px;
}

.btn {
    background-color:#FF3019!important;
}

/* Mobile responsive */
@media ( max-width: 576px ) {
    .banner-inner {
        width: 100%;
        /* banner full width on mobile */
    }

    .banner-outer {
        background: linear-gradient( to right,
            #497E39 0%,
            transparent 15%,
            transparent 85%,
            #497E39 100% );
    }
    .banner-btn {
        top: 8px;
        right: 8px;
        padding: 5px;
        font-size: 9px;
    }
}

.form-row-sm {
    margin-bottom: -5px !important;
}
.underline {
    border-bottom: 1px solid #000;
    margin: 10px 0;
}

.input_button {
    border: 2px solid #5d5757 !important
}