@import url('https://fonts.googleapis.com/css?family=Oswald|Poppins');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');

 .select2-results__option{
    background:#fff;
    color:#333;
    font-family:"Varela Round";
    
  }
  .select2-search{
   
    background:#ccc;
  }
  .select2-search__field{
   background:#555;
   font-family:"Varela Round";
   color:#fff;
 }
 
 


table tr td .fa {
		color: #ccc;
			 }

 .form-control{
        border-radius:10px;
        background:#fff;
        color:#777;
        font-family:"Varela Round";
        font-size:22px;
        
    }
    
    .box-footer{
        background:#2c3e50;
        font-family:"Varela Round";
    }
    .description-header{
         background:#2c3e50;
        font-family:"Poppins";
        color:#555;
        
    }
                    
             span{
			     letter-spacing:1.0px;
				 font-family:"Poppins";
				 font-size:15px;
				 font-weight:900;
				 color:#fff;
						       
						        
						    }
		
   
        .box-info{
            background:#eee;
        }
        h1{
            text-align:center;
            font-family:"Varela Round";
            color:#333;
            font-size:25px;
            font-weight: 100;
        }
        
      
