﻿body {
    background: none !important;
}

html {
    background: #007d34 !important;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,125,52,1) 100%) !important;
}

.brand_logo_container {
    background: #C5C5C5 !important;
}

.input-group-text {
    background: #007d34 !important;
}



.appleStore {
    margin-top: 5.5px;
    width: 130px;
}

.googleStore {
    width: 140px;
}



.user_card {
    background: #ffffff url(/Version2020/Portal/img/besmart.png) no-repeat 95% 10px;
}

@media (max-width : 650px) {


    .user_card {
        background: #ffffff url(/Version2020/Portal/img/besmart_small.png) no-repeat 99% 10px;
    }


    .appleStore {
        margin-top: -6px !important;
        width: 70px;
    }

    .googleStore {
        margin-top: -9px;
        width: 72px;
    }
}

