@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
 body {
      background-color: #f8f9fa;
    }
    .form-section {
      background: #fff;
      padding: 80px;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      margin-top: 140px;
	 
    }
    label {
      font-weight: 600;
    }
    .text-danger {
      color: red !important;
    }
    .submit-btn {
      background-color: #dc3545;
      color: white;
      border: none;
      padding: 10px 25px;
      border-radius: 5px;
    }
    .submit-btn:hover {
      background-color: #b71c1c;
    }