.cookie-warning {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -300px;
  width: 100%;
  min-height: 30px;
  line-height: 20px;
  padding: 10px 15px;
  z-index: 1049;
  text-align: center;
  background: -webkit-linear-gradient(to right, #2375b7, #035697);
  background: linear-gradient(to right, #2375b7, #035697);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p {
  margin: 0;
}
.container-cookie {
  margin: 0;
}
.cookie-warning span,
.cookie-warning a {
  max-width: 400px;
}

.cookie-wrapper {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.cookie-text {
  text-align: right;
}

.cookie-warning span,
.cookie-warning a {
  margin-top: 20px;
  color: white;
  font-size: 14px;
}

.cookie-warning a {
  text-decoration: underline;
}

.dismiss-cookie {
  font-size: 14px;
  width: 250px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
  border-radius: 50px;
  background-color: white;
  color: #2375b7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dismiss-cookie:hover,
.dismiss-cookie:active {
  background-color: transparent;
  color: #fff;
  border: 1px solid white;
}
