body.login-page {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .visual-section {
    background: url("../images/space_ai_background.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  form label {
    color: #ccc;
  }
  
  a.text-info {
    text-decoration: none;
    font-weight: 500;
  }
  
  a.text-info:hover {
    text-decoration: underline;
  }
  
  #submit-btn {
    background: linear-gradient(to right, #ff6a00, #ee0979);
    border: none;
  }




  .google-btn {
  background: white;
  border: 1px solid #ddd;
  color: #555;
  padding: 8px 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-btn img {
  width: 20px;
  margin-right: 8px;
}
  