
cp-login .cp-login-footer-custom {
  left: 0px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: gray;
}

.cp-login-footer {
  color: #003545;
}

.cp-login .cp-login-footer {
        font-size: 15px;
        padding-top: 0px;
        z-index: 3;
		color: #003545;
    }


.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/GlendalInc.png);
    background-size: 180px 67px;
    width: 180px;
    height: 67px;
    margin: auto;
    max-width: 230px;
}


.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/GlendalInc.png);
}


.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;
    background-image: url(/customer/images/EUDR_login.png);
    background-position: center;
    max-width: 938px;
    max-height: 1150px;
    background-repeat: no-repeat;
}



.cp-login-background .cp-login .cp-logo {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 52px;
    width: 260px;
    background-repeat: no-repeat;
    margin: 0 auto 40px auto;
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
    background-image: url(/customer/images/Cmap-logo.png);
}


.cp-login-background .cp-login .cp-login-container .cp-login-box-image {
    display: flex
;
    height: 120px;
    width: 100%;
    background-image: url(/customer/images/glendalewhitebg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.cp-login-footer {
        color: white;
}

.cp-login-background .cp-login-footer #buttonDisclaimer, .cp-login-background .cp-login-footer #buttonNeedHelp {
    color: white;
}

/*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).";
}



