/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
 
.login-with-cookie-content {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
 }
 
 .login-with-cookie-content h2{
     font-weight: bold;
 }
 
.login-with-cookie-content .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.login-with-cookie-content .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.login-with-cookie-content .display-none {
    display: none;
}
.div-content {
  display: block;
  padding: 25px;
  background-color: black;
}
.btn-link-download{
  background-color: blue;
  border: none;
  border-radius: 5px;
  height: 50px;
  font-size: large;
  width: 300px;
  color: white;
}

.btn-go-to-page{
  background-color: blue;
  border: none;
  border-radius: 5px;
  height: 50px;
  font-size: large;
  width: 200px;
  color: white;
}

.d809cb120f6da441386a5adee566cfed8{
  font-size: x-large;
  color: white;
  display: block;
}

.b61bdef3760d9faf957a3a2e89c42d1a{
  overflow: hidden;
  text-align: center;
}