/* FONT SETTINGS */ 
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#mcg-user-login-wrapper{
    font-family: 'robotoregular' !important;
}
