.cookie {
    bottom: -20px;
}
.cookie-wrapper {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    padding: 15px 45px 30px 15px;
    text-align: left;
    position: fixed;
    left: 0;
    /*background: rgba(18, 108, 177, 0.901961);*/
    background: #de291e;
    color: #fff;
    width: 100%;
}
.btnCookie {
    display: inline-block;
    float: right;
    width: 15%;
    text-decoration: none;
    margin-bottom: 0px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-image: repeat-x;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: 3em;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.05);
    outline:none !important;
    padding: 1px 7px !important;
}
.btnCookie:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btnCookie:hover, .btn:focus, .btn:active, .active.btn, .disabled.btn, [disabled].btn {
    background-color: #e6e6e6;
}

.cookie-content {
    background-color: #0A246A;
    border-radius:5px;
    border:1px solid #0b2c89;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627
}
.btn-text-success {
    color: greenyellow; !important;
    font-size: 18px; !important;
}

.btn-text-success:focus {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
    background-image:linear-gradient(to bottom, #FFFFFF 60%, #F9F9F9 100%);
}