/* line 1, system/modules/hause-download-barrier/assets/style.scss */
.barrier .form {
  position: relative; }

/* line 5, system/modules/hause-download-barrier/assets/style.scss */
.barrier .close {
  cursor: pointer; }
  /* line 7, system/modules/hause-download-barrier/assets/style.scss */
  .barrier .close::before {
    content: '\2716';
    color: #f00;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
