/* This will remove the upper-right links from the login modal */
.ic-Login-header__links .ic-Login__link {
	display:none;
    }

/* This will increase the width of the CN logo in the login modal */
.ic-Login-header__logo {
    flex: 0 0 260px;
    min-width: 1px;
}