.scs-cookie-notice {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  background: #191919;
  color: #F6F6F6;
  font-size: 1.2rem;
  z-index: 999;
}
.scs-cookie-notice a {
  color: #F6F6F6;
  text-decoration: underline;
}
.scs-cookie-notice a:hover {
  text-decoration: none;
}
.scs-cookie-notice a:visited {
  color: #F6F6F6;
}
.scs-cookie-notice .scs-cookie {
  font-size: 2.2rem;
  margin-right: 0.3rem;
  margin-left: 1rem;
}
.scs-cookie-notice .scs-accept-cookies, .scs-reject-cookies {
  cursor: pointer;
  border: none;
  outline: none;
  background: #F6F6F6;
  color: #191919;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  margin-left: 3rem;
  transition: 0.35s ease;
}
.scs-cookie-notice .scs-accept-cookies:hover {
  box-shadow: 0.01rem 0.01rem 0.1rem #DDDDDD;
}

.scs-cookie-notice p {
  text-align: center;
  font-size: 1.3rem;
  /* margin: 1.5rem auto; */
}

.scs-fixed-top{
  position: fixed;

  top: 0;
}
.scs-fixed-bottom{
  position: fixed;
  bottom: 0;
}

  /* backend styling */
  .scs_backend_form{
    padding-top: 4rem;
  }
  .scs_backend_form label{
    font-size: 1.3rem;
    font-weight: 500;
  }

  .scs_backend_form .submit-button{
    line-height: 15px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    background-color: #2271b1;
  }