body.skin-antilles.has-demo > form, body.has-demo > form {
  margin-top: 40px;
  margin-top: 2.5rem;
}
body.has-demo .demo-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 0 15px;
  padding: 0.5rem 0 0 0.9375rem;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  border-bottom: 3px solid #ac2826;
  border-bottom: 0.1875rem solid #ac2826;
  background: #d23533;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif;
}
body.has-demo .demo-warning * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.has-demo .demo-warning span.demo {
  font-weight: 800;
}
body.has-demo .demo-warning span.dot {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  margin: 0 0.1875rem;
  color: #581414;
  text-shadow: none;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}
body.has-demo .demo-warning span.exclamation {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  width: 3.875rem;
  height: 40px;
  height: 2.5rem;
  border-left: 3px solid #ac2826;
  border-left: 0.1875rem solid #ac2826;
  background-image: url("/views/pages/exclamation.svg");
  background-position: center center;
  background-size: 7px 22px;
  background-size: 0.4375rem 1.375rem;
  background-repeat: no-repeat;
  content: "";
}
body.skin-blue.has-demo, body.skin-antilles.has-demo, body.authenticated.has-demo {
  margin-top: 40px;
  margin-top: 2.5rem;
}
body.skin-blue.has-demo .demo-warning, body.skin-antilles.has-demo .demo-warning, body.authenticated.has-demo .demo-warning {
  display: block;
}
body.authenticated.has-antilles-bar.has-demo .demo-warning {
  right: 0;
  left: auto;
  padding: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-bottom: 0;
  border-left: 3px solid #ac2826;
  border-left: 0.1875rem solid #ac2826;
}
@media only screen and (min-width: 481px) {
  body.authenticated.has-antilles-bar.has-demo .demo-warning {
    height: 70px;
    height: 4.375rem;
  }
}
body.authenticated.has-antilles-bar.has-demo .demo-warning span {
  display: none;
}
body.authenticated.has-antilles-bar.has-demo .demo-warning span.exclamation {
  display: block;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  border-left: 0;
}
@media only screen and (min-width: 481px) {
  body.authenticated.has-antilles-bar.has-demo .demo-warning span.exclamation {
    height: 70px;
    height: 4.375rem;
  }
}
body.authenticated.has-antilles-bar.has-demo .antilles-bar .button {
  margin-right: 55px;
  margin-right: 3.4375rem;
}
@media only screen and (min-width: 768px) {
  body.has-demo .demo-warning {
    padding: 7px 0 0 30px;
    padding: 0.4375rem 0 0 1.875rem;
  }
  body.has-demo .demo-warning span.exclamation {
    width: 72px;
    width: 4.5rem;
  }
}