﻿body {
}

.logo {
/*background-image:url('/Areas/NewBmc/App/images/culogo.png');*/
background-image:url('/hmcImages/Logo.png');
}

.title-logo {
    background-position:center;
    background-repeat: no-repeat;
    background-size:contain;
}

.chat-background-color {
    background-color: #3fb83a;
}

svg.chat-background-color path:first-child {
    fill: #3fb83a;
}