body {
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: linear-gradient( 51.5deg, rgba(39,103,187,1) 10.4%, rgba(4, 61, 93,1) 87.7% );
}

html,
body {
  height: 100%;
}

.row-block {
  margin: 40px auto;
  padding-top: 30px; padding-bottom: 30px;
  background-color: #FFF;
  border-radius: 5px;
}

.no-bg {
  background: none;
}

  header p {
    margin-bottom: 0;
    text-align: right;
  }

  .intro-block {
    color: #FFF;
  }

  h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
  }
  h2 span {
    position: relative;
    z-index: 1;
    color: #0A2366;
  }
  h2 span:before {
    z-index: -1;
    content:'';
    position: absolute;
    left:-25px; top: 60%;
    width: calc(100% + 50px); height: 50%;
    background-image: linear-gradient(to right, #EFEFEF 0%, #E1E1E1 1%, #DEDEDE 100%);
    background-image: linear-gradient( 51.5deg, #EFEFEF 10.4%, #E1E1E1 57.7%, #E8E8E8 100%);
    border-radius: 0 4px 4px 0;
  }


  input {
    padding: 10px 20px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    outline: none;
  }
  input:focus {
    border-color: #68E6FA;
  }

 .block-received-commands {
	margin-bottom: 30px;
	padding: 20px 15px;
	background-color: #EFEFEF;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
 }

.block-form {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #DEDEDE;
}


/* ###
   ### Cookie Consent
   ###
*/

  /* line 4, cookie-consent.scss */
  .cookie-consent-modal {
    padding-top: 0;
    position: static;
    width: auto;
    height: auto;
    z-index: 1000;
    font-family: sans-serif; }
    /* line 11, cookie-consent.scss */
    .cookie-consent-modal .modal-content-wrap {
      position: fixed;
      bottom: 0;
      margin: 1rem; }
      /* line 15, cookie-consent.scss */
      .cookie-consent-modal .modal-content-wrap.right {
        right: 0; }
      /* line 18, cookie-consent.scss */
      .cookie-consent-modal .modal-content-wrap.left {
        left: 0; }
      /* line 21, cookie-consent.scss */
      .cookie-consent-modal .modal-content-wrap .modal-content {
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #fefefe;
        color: #123;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
        padding: 0;
        max-width: 700px;
        border-radius: 0.2rem; }
        /* line 31, cookie-consent.scss */
        .cookie-consent-modal .modal-content-wrap .modal-content .modal-header {
          padding: 1rem;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          /* line 35, cookie-consent.scss */
          .cookie-consent-modal .modal-content-wrap .modal-content .modal-header h3 {
            margin: 0;
            font-size: 130%;
            font-weight: 500;
            position: relative;
            top: 0.2rem; }
        /* line 44, cookie-consent.scss */
        .cookie-consent-modal .modal-content-wrap .modal-content .modal-body {
          padding: 1rem 1rem;
          line-height: 1.3; }
          /* line 48, cookie-consent.scss */
          .cookie-consent-modal .modal-content-wrap .modal-content .modal-body a {
            color: #3579F6; }
            /* line 51, cookie-consent.scss */
            .cookie-consent-modal .modal-content-wrap .modal-content .modal-body a:hover {
              color: #0b5bed; }
        /* line 57, cookie-consent.scss */
        .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer {
          padding: 1rem 0.5rem 0.5rem 0.5rem; }
          /* line 61, cookie-consent.scss */
          .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons {
            display: flex;
            justify-content: flex-end;
            flex-wrap: wrap; }
            /* line 66, cookie-consent.scss */
            .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn {
              padding: 0.7rem 1.1rem;
              font-size: 100%;
              cursor: pointer;
              border: none;
              border-radius: 0.2rem;
              margin-left: 0.5rem;
              margin-right: 0.5rem;
              margin-bottom: 0.5rem; }
              /* line 77, cookie-consent.scss */
              .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-primary {
                background-color: #3579F6;
                color: white; }
                /* line 81, cookie-consent.scss */
                .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-primary:hover {
                  background-color: #0b5bed; }
              /* line 87, cookie-consent.scss */
              .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-secondary {
                background-color: #89a;
                color: white; }
                /* line 91, cookie-consent.scss */
                .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-secondary:hover {
                  background-color: #6a8095; }
    @media screen and (max-width: 620px) {
      /* line 102, cookie-consent.scss */
      .cookie-consent-modal .btn {
        width: 100%; } }
    /* line 107, cookie-consent.scss */
    .cookie-consent-modal.block-access {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.5);
      padding-top: 20vh;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto; }
      @media screen and (max-width: 620px) {
        /* line 107, cookie-consent.scss */
        .cookie-consent-modal.block-access {
          padding-top: 0; } }
      /* line 119, cookie-consent.scss */
      .cookie-consent-modal.block-access .modal-content-wrap {
        position: relative;
        margin: 2.5% auto;
        bottom: auto;
        width: 95%; }
        /* line 122, cookie-consent.scss */
        .cookie-consent-modal.block-access .modal-content-wrap .modal-content {
          border: none;
          margin: 0 auto; }

/*# sourceMappingURL=cookie-consent.css.map */


