#cookieForm {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
#cookieForm {
    background: rgb(15,61,168,0.9);
    line-height: 1.5;
    text-align: center;
    color: #042E64;
    font-size: 14px;
    font-family: sans-serif;
    box-shadow: 0 0 5px #00214B;
}
#cookieForm text {
    font-size: 20px;
}
#cookieForm a {
    color: rgb(0,255,174,1);
}
#cookieSubimit {
    background: rgb(255,255,255,0.9);
    color: rgb(15,61,168,1);
    font-weight: bold;
}