*{
    
    box-sizing: border-box;
}
body{
    font-size: 14px;
    background: #eee;
    color: #666;
    padding:10px;
    
}
.login-container{
    
    width: 100%;
    
}
.login-form{
    max-width: 100%;
    
    margin: auto;
    padding: 30px;
}
.login-form h3{
    font-size: 20px;
}

.form-control{
    font-size: 15px;
    color: #495057;
    font-weight: 500;
}
.main-section{
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-top: 15px;
    background-color: rgba(255,255,255,0.5);
    
}


.dataTables_wrapper
{
    margin-bottom: 50px;
    margin-top: 40px;
}

.fa-trash-alt
{
    color:red;
}

.row1{
    text-align:center;
    display: flex;
    padding: 15px;
    margin: auto;
}
.column
{
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 2px 02px 30px gray inset;
    
}

.btnfontsize{
    font-size: 14px;
}

.header{
    margin: 0 auto;
    top: 0;
    width: 100%; 
    height: auto ;
    margin-top: 15px;
}
.alignment{
    text-align:center;
}

.backgroundimg{
    background-image: url(../img/Login-Screen.jpg);
    background-repeat: no-repeat;
    background-position:center bottom;
    background-size: cover;
    width: 100%;
    height: auto;
}
.custombutton{
    background-color: #087464;
    border-radius: 5px;
}
.custombutton input{
    color: white;
}

.adminfooter a{
    margin:auto;
}

.leadsfont{
    padding-top:15px;
    text-align: center;
}

.adminfooterbtn
{
    margin:auto;
}


#map{
    height: 300px;  
    width: 100%;  
    margin-top: 20px;
    border: 2px solid #ddd;
}

.adminview{
    width: 600px;
    margin: auto;
    
}

   







