/*.cp-header-logo-block .cp-testversion {
    display: inherit;
    left: 10px;
    top: 20px;
} */


cp-login .cp-login-footer-custom {
  left: 0px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: gray;
}


.cp-login .cp-login-footer {
        font-size: 15px;
        padding-top: 0px;
        z-index: 3;
		color: #ffff;
    }


.cp-login .cp-login-footer .cp-logo {
    background-image: url(/customer/images/icon_logo.png);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 20px;
    height: 28px;
    margin-left: 6px;
    display: inline-block;
}

.cp-login-background {
    background-color: #003545;
    width: 100%;
}

.cp-header-logo-block .cp-header-custom-logo {
    background-image: url(/customer/images/NextInverseLogo.png);
    background-size: contain;
    width: 180px;
    height: 67px;
    margin: auto;
    max-width: 230px;
}


.cpMenu .cp-menu-footer .cp-menu-footer-logo {
    background-image: url(/customer/images/SI_footer_email_nobackground_name_only.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 240px;
    display: initial;
    margin-top: 0px;
    }

.cp-login .cp-login-container .cp-login-box > .cp-logo {
  height: 85px;
  width: 342px;
  max-width: 392px;
  max-height: 85px;
  background-repeat: no-repeat;
  margin: 7px auto;
  background-position-x: center;
  background-size: contain;
  background-image: url(/customer/images/NextInverseLogo.png);
}


.cpMenu .cp-menu-footer .cp-menu-footer-text {
    width: 60%;
    word-wrap: anywhere;
    font-size: 10px;
    padding: 0 2px 2px 15px;
    margin-right: 20px;
    line-height: 14px;
    display: none;
}


.cp-login .cp-login-footer-custom {
    left: 5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: gray;
}

.cp-login .cp-login-container .cp-login-box-image .cp-login-image {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	  width: 50%;
    padding-left: 27px;
	 border-top: 0px solid #fff;
   border-bottom: 0px solid #fff;
    background-image: url(/customer/images/EUDR_login.png);
    background-position: center;
    max-width: 938px;
    max-height: 1150px;
    background-repeat: no-repeat;
}


/*message to supplier on Tracemap */
div.cp-tm-container::before {
	Content: "Map your supply chain using this tool, adding both NODES (hover over a node for options) and NODE LINKS (click on arrow between nodes for options).";
}

.cp-login-footer {
    color: #fff;
}

.cp-login-background .cp-login-footer #buttonDisclaimer, .cp-login-background .cp-login-footer #buttonNeedHelp {
    color: #fff;
    text-decoration: none;
    text-decoration: underline;
    cursor: pointer;
}

.cp-login-background .cp-login .cp-login-container .cp-login-box-image {
    display: flex;
    height: 120px;
    width: 100%;
    background-image: url(/customer/images/NextInverseLogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}