html {
    position: relative;
    min-height: 100%;
    
  }

body{
    padding: 0;
    margin: 0;
    margin-bottom: 70px; /* Margin bottom by footer height */


    /**background-color: #378b29;
    background-image: linear-gradient(to right, #378b29, #74d680);**/

}

nav{
    background-color: #ffffff;
    border-bottom: 1px solid #3F3F3F;
}

footer{
    height: 100%;
}


 
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px; /* Set the fixed height of the footer here */
    line-height: 70px; /* Vertically center the text there */
    background-color: #1e1e1e;
    color: #fff;
  }

  .card{
      border-radius: 5px;
background: #FFF;
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.09);
  }

  .form-control{

      border: 1px solid #d6ecdc;
  }
  
  .green-triangle{
      background: url('../imgs/green-triangle.svg') no-repeat 0 100%;
      background-size: 100%;
      display: block;
      position: absolute;
        width: 100%;
  height: 100%;
      z-index: -1;
  }
  
  
    .blue-triangle{
      background: url('../imgs/blue-triangle.svg') no-repeat 0 73%;
      background-size: 100%;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
  }
  
    .background{
      background: url('../imgs/background.svg') no-repeat 0 100%;
      background-size: 100%;
      display: block;
      position: absolute;
        width: 100%;
        height: 100%;
      z-index: -1;
  }
  
  .txt-blue{
      color: #3DA7C5 !important;
  }
  
  .bg-blue{
      background-color: #3DA7C5 !important;
      border-color: #3DA7C5 !important;
  }
  
  #tbl-front td{
      font-weight: bold;
      font-size: 32px;
  }