body{
    font-size: 14px;
    color: #FFF;
    font-family: 'Century Gothic Paneuropean', sans-serif;
    z-index: 10000;
    opacity: .9;
    background-image: url(design.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover; 
    overflow: hidden !important;
}
.fmt_welcome_panel{
    margin-top: 10vh;
}
.fmt_login_panel{
    margin-top: 20vh;
    color: #000;
}

.fmt_footer_panel{
    padding-top: 1vh;
}
sup{
    color: #ff0000;
}
.fmt_pest_info{
    color: #FFF;
}
ul.horizontal-list { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    display: flex; 
  } 

  ul.horizontal-list li { 
    margin-right: 5; 
  }
  ul.horizontal-list li a{
    text-decoration: none;
    color: #FFF;
  }
  .login_jumbotron{
    background-image: linear-gradient(25deg,#08b851,#000,#FF7900);
    
  }
  



  
  
  