.cp-login .cp-login-footer-custom {
  left: 0px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: gray;
}

.cp-login-footer {
  color: white;
}

.cp-login .cp-login-container .cp-login-box-image .cp-login-image {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cp-login .cp-login-language .select2-choice {
    color: white!important;

}
/*hide the filter section in Tracemap*/
#right-container > div.cp-tm-filter-body > div:nth-child(1) {
	display:none;
}


.cp-login .cp-login-footer {
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 50%;
    padding-right: 14px;
    display: flex;
    align-items: center;
    align-self: flex-end;
    justify-content: space-between;
    font-weight: bold;
    z-index: 3;
    height: 30px;
    visibility: hidden;
}

.cpMenu .cp-menu-footer .cp-menu-footer-logo {
    background-image: url(/customer/images/SI_footer_email_nobackground_name_only.png);
    background-size: 221px 30px;
    background-repeat: no-repeat;
    height: 30px;
    width: 240px;
    display: initial;
    margin-top: 0px;
    margin-left: 14px;
}

.cpMenu .cp-menu-footer .cp-menu-footer-text {
    width: 20%;
    word-wrap: anywhere;
    font-size: 10px;
    padding: 0 2px 2px 15px;
    margin-right: 20px;
    line-height: 14px;
    display: none;
}

.cp-login-background {
    background-color: #D6D2C4;
    width: 100%;
    opacity: 80%;
}

.cp-login .cp-login-container .cp-login-box h1 {
    font-size: 24px !important;
    text-align: center;
    font-weight: bold;
    color: #343434;
}

.cp-login .cp-login-container .cp-input-text-icon {
    font-size: 16px;
    align-items: baseline;
    border-bottom: none;
    color: #343434;
    font-weight: bold;
    width: 100%;
}

.cp-login .cp-login-container .cp-login-box-image .cp-login-image {
    width: 50%;
    padding-left: 27px;
    background-image: url(../../customer/kingfisher_login.jpg);
    background-position: center;
    max-width: 938px;
    max-height: 1150px;
    background-repeat: no-repeat;
    opacity: 50%;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}