
 .dc-left, .dc-right {
   float: left;
   width: 50%;
}
 .doc-left, .doc-right, .doc-center {
      float: left;
      width: 50%;
      color: white;
      padding: 10px;
     /* height: 500px;*/
      text-align: center;
   }
  
   .doc-left{
      position: relative;
   }
   .search-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 50px!important;
   }
   .form_padding{
      padding: 20px;
   } 
   .form_icon{
      text-align: center;
   }
   .form-full{
      border-bottom: 1px solid #ddd;
      margin: 10px;
   }   
   .align-center{text-align: center;}

   

   .padd-tb10{padding-top: 10px; padding-bottom: 10px;}
   .dc-icon > .fa{ font-size: 19px;}
   .border{
	   /* min-height: 100px!important; */
	   min-height: 45px!important;
   }
