  /* html */
  
  html,
  body {
      overflow-y: hidden;
      overflow: hidden;
  }
  /* Necessary for full page carousel*/
  
  html,
  body,
  .view {
      height: 100%;
  }
  /* Carousel*/
  
  .carousel,
  .carousel-item,
  .active {
      height: 100%;
  }
  
  .carousel-inner {
      height: 100%;
  }
  
  .carousel-item {
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  #login_container {
      position: absolute;
      bottom: 80px;
      z-index: 100;
  }
  
  #login_btn {
      font-size: 1.3em;
  }
  
  #login_btn i {
      padding-left: 20px;
      font-size: 1.3em;
      float: right;
  }
  
  .md-form input[type=text]:focus,
  .md-form input[type=password]:focus {
      border-bottom: 2px solid #42a5f5;
  }
  
  label.active {
      top: 60px;
  }
  
  .active {
      color: #42a5f5 !important;
  }
  
  nav {
      color: white;
  }
  
  nav ul li {
      padding-right: 30px;
  }
  
  #collapseEx a {
      margin-right: 30px;
  }
  /*nav ul li:nth-child(1) {
      
      
  }*/
  
  .card-block {
      padding-top: 40px;
  }
  
  .main_title {
      font-size: 2.8em;
      font-weight: 400;
      margin-top: 10px;
  }
  
  nav ul li h2 {
      line-height: 1.6em;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  }
  
  footer {
      position: absolute;
      z-index: 3;
      bottom: 0;
      width: 100%;
  }
  
  footer img {
      margin-top: -20px;
  }
  /*Caption*/
  
  @media (min-width: 776px) {
      .carousel .view ul li {
          display: inline;
      }
      .carousel .view .full-bg-img ul li .flex-item {
          margin-bottom: 1.5rem;
      }
  }