/*
* This will adjust the color and opacity of the Canvas login box. You must set the RGB values (first three numbers)and the opacity value
*/
.ic-Login__content {
 background: rgba(0, 0, 0, 0.3);
    }