a[href^="https://www.kisters.net/NA/kisters-portal/login/?tx_felogin_pi1%5Bforgot%5D=1"] {
	display: none;
}

.cc_container {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
    padding: 10px !important;
	bottom: inherit !important;
}

.cc_container, .cc_message, .cc_btn {
	animation-duration: 0.8s !important;
    -webkit-animation-duration: 0.8s !important;
    -moz-animation-duration: 0.8s !important;
    -o-animation-duration: 0.8s !important;
    -webkit-animation-name: slideDown !important;
    animation-name: slideDown!important ;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
	color: #fff !important;
    background-color: #1f5377 !important;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background-color: #fff !important;
    color: #000 !important;
}