body {
    background-color: #f8f9fa; 
  }
  .divBox {
    background-color: #ffffff; 
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
    max-width: 400px; 
    width: 100%; 
    padding: 30px; 
  }
  .form-control {
    border-radius: 5px; 
    margin-bottom: 15px; 
  }
  .btn-info {
    background-color: #007bff; 
    border: none; 
    border-radius: 5px; 
  }
  .btn-info:hover {
    background-color: #0056b3; 
  }
  img {
    max-width: 150px;
    height: auto; 
    margin-bottom: 20px; 
  }