/* Renaming this file to Global.css will add this CSS after ~/CSS/Global.css 
   Use this add additional global CSS rules or override existing global CSS rules.
*/

.config-message-background
{
background-color: transparent;
}


/* from ecom default - sets cancel button colour on Delete Profile page in MyCity to to faded red */
.tdg-content .btn-back, .tdg-content .btn-back:visited
{
background-color: #c9302c;
border-color: #761c19;
}

/* sets cancel button colour on Delete Profile page in MyCity to to faded red */
.tdg-content .btn-back:hover
{
background-color:  #761c19;
}