footer {
  .top {
    color: #fff;
    border-top: 2px solid #0081bf;
    padding-top: 20px!important;
    padding: unset;
    .top-column {
      text-align: center;
      text-transform: uppercase;
      padding: 20px 10px;
      border-right: 1px solid #666;
      height: 100%;
      &.last {
        border-right-width: 0;
      }
      .icon {
        img {
          color: #fff;
          width: 25px;
        }
        margin-bottom: 10px;
      }
      .title {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
      }
      .text {
        font-size: 10px;
        margin-bottom: 0;
      }
    }
    .register-footer {
      border-bottom: 2px solid #e1e1e1;
    }
    
    .header-title {
      margin-bottom: 10px;
      .header {
        color: #0081bf;
        margin: 0;
        font-weight: 700;
      }
    }
    .description {
      color: rgb(0,0,0);
    }
    .form-group {
      overflow: hidden;
      .input {
        float: left;
        width: calc(100% - 150px);
        margin-bottom: 10px;
        .form-control {
          border: 0;
          height: 50px;
          line-height: 50px;
          margin-bottom: 0;
          float: left;
          width: 100%;
          padding: 0 20px;
          outline: none;
          color: #7c7c7c;
          font-size: 15px;
          box-shadow: none;
          background-color: #fff;
          border: 2px solid #0081bf;
          border-radius: 10px 0 0 10px;
        }
      }
      .button {
        float: left;
        width: 150px;
        padding: 0px;
        button {
          width: 100%;
          height: 50px;
          line-height: 50px;
          padding: 0 20px;
          border-radius: 0 10px 10px 0;
          border: 2px solid #0081bf;
          background-color: #0081bf;
          color: #fff;
        }
      }
    }
  }

  .body {
    padding: 40px 0;
    
    .title {
      color: #0081bf;
      margin: 0;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .text,
    ul li a {
      color: $subtitle-color;
      font-size: 14px;
      &:hover{
          padding-left: 20px;
          color: #0081bf;
      }
      display: block;
      padding: 5px 0;
      transition: all 0.5s;
    }

    ul.social-links {
      li {
        display: inline-block;
        margin-right: 20px;
        &:last-child {
          margin-right: 0;
        }
        a {
          font-size: 30px;
        }
      }
    }
  }

  .bottom {
    iframe {
      width: 100%;
    }
    .copyright {
      color: $subtitle-color;
      font-size: 12px;
    }
  }
  
}
#chiase {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 2px;
  z-index: 10;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 999;
}