body{
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6,p,a,span{
	font-family: 'Roboto', sans-serif;
}
input:focus {outline: none; }
.main_container{padding:0px;}
.table-borderless tbody tr td {
                border: none;
            }
			.table-borderless tbody tr th {
                border: none;
            }
			
			.table-borderless h2 {color: #444; text-align:center; margin-top:5px;}
			.table-striped p {font-size:17px; }
			.table-striped tr th {text-align:center; font-size:14px; }
			.table-striped tr td {text-align:center; font-size:14px;}
			.big-checkbox {width: 20px; height: 20px; padding: 0px; margin: 0px;}
		.logo_img_col{text-align: center; padding: 50px 0px 15px 0px;}
		.logo_img_col img{width:150px;}
		
		.logo_img_small_col{text-align: right; padding: 10px 0px 0px 0px;}
		.logo_img_small_col img{width:100px;}
		
		.success_img_col{text-align: center; padding: 10px 0px 15px 0px;}
		.success_img_col img{width:150px;}
		
		.failure_img_col{text-align: center; padding: 10px 0px 15px 0px;}
		.failure_img_col img{width:150px;}
		.btn_search{background-color: #98cb00; border-color: #98cb00; color: #fff; height:40px; border-radius: 3px;}
		.btn_search:hover{color: #fff;}
		.btn_search:focus{border: 1px solid #98cb00; box-shadow: 0px 0px 0px #888;}
		.btn_search span{ font-size: 17px; }
		.custom_input_box{width:100%; padding: 10px; font-size: 17px; border-radius: 3px; border: 1px solid #e3e3e3; transition: .35s; 
		
		}
		.custom_input_box:focus{border: 1px solid #00a2ff;}
	   @media only screen and (max-width: 500px) {
   	
		.logo_img_col{text-align: center; padding: 10px 0px 5px 0px;}
      .logo_img_col img{width:100px;}
	  .logo_img_small_col img{width:60px;}
	  .table-striped p {font-size:14px; }
	  .success_img_col{text-align: center; padding: 10px 0px 5px 0px;}
	  .success_img_col img{width:80px;}
	  .failure_img_col{text-align: center; padding: 10px 0px 5px 0px;}
	  .failure_img_col img{width:80px;}
	  .table-borderless h2 {font-size:22px;}
	  
	  .table-striped tr th {font-size: 12px; }
		.table-striped tr td {font-size:12px; }
            
        }
        
        
        .auth-header {
            padding:5px;
            background:rgba(0,0,0,.05);
            margin-bottom:30px;
        }
        