@charset "UTF-8";
/* Body */     
 

   body {
            background-color: #f8f9fa;
    }
    
     
          html, body {
            height: 100%;
            margin: 0;
        }
        .wrapper {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        .content {
            flex: 1;
            padding: 20px;
        }
        .section {
            border:1px solid #ccc; 
            padding:20px; 
            border-radius:10px; 
            margin-bottom:20px;
            background: #fafafa;
        }
        .profile-img { 
            width:120px; 
            height:120px; 
            border-radius:50%; 
        }
        .form-control { 
            width:100%; 
            padding:10px; 
            margin:8px 0; 
        }
        .btn { 
            padding:10px 15px; 
            background:#007BFF; 
            color:white; 
            border:none; 
            cursor:pointer; 
            border-radius:5px; 
        }
        .btn:hover { background:#0056b3; }
        .btn-danger { background:#dc3545; }
        .btn-danger:hover { background:#a71d2a; }
        footer {
            background: #333;
            color: white;
            text-align: center;
            padding: 15px;
        }
  
    .container {
    max-width: 500px;
    margin-top: 50px;
 /* background: white;*/
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

            
        }
.container2 {
   /* max-width: 500px;
    margin-top: 50px;
  background: white;*/
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
 
}
        .btn-custom {
            background-color: #007bff;
            color: white;
        }
        .btn-custom:hover {
            background-color: #0056b3;
        }
        
        
       .navbar {
    background-color:#f266ab;
		 
  } 
         .navbar-nav  li a:hover {
    /*color:#0a719e !important;*/
	  color:#ffde59!important;
	  /*font-weight: 900*/
  }
  
  