/*
    Created on : Aug 23, 2019, 7:45:23 AM
    Author     : RobertSchiffman
    Description: IE Fixes
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .svgfix{height:0 !important;}
    .relative {
        position: relative;
    }
    .login-footer .sso-login-buttons {
        height: 60px;
    }
    .digital-certification-container svg {
        height: 63px;
    }
}
