﻿
.row1{
    margin-top: 10px;
    margin-left: 0%;    
    width: 100%;
    background-color: #80ced6;   
    border-radius: 10px;    
}
        .dmain{
            margin-left:50px;
            margin-right:50px;                       
        }
        .d1{                
           margin-left:5px;
           margin-right:5px;
           margin-top:10px;            
        }              
        .district{
            background-color:antiquewhite;  
            border-radius: 10px;  
        }
        .btnsave{
            width:100px;
        }
        .panel1{
            margin-left:30px;
            margin-top:30px;
        }
        body{
            background-color:lightslategrey;
        }
      
