body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.background-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1; /* إرسال الفيديو إلى الخلف */
}
.form-container {
    background: #000000;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0, 0, 0);
    width: 300px;
    text-align: center;
  }
  .form-container h2 {
    margin-bottom: 20px;
    color: #000000;
  }
  .form-container input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #000000;
    border-radius: 5px;
  }
  .form-container button {
    width: 100%;
    padding: 10px;
    background: #000000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    cursor: pointer;
    margin-bottom: 3em;
    padding: 1em;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #000000;
    font-weight: bold;
    outline: 1px solid #000000;
    transition: all ease-in-out 0.3s;
  }
  .form-container button:hover {
    transition: all ease-in-out 0.3s;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
  }
  .form-container .link {
    margin-top: 15px;
    font-size: 14px;
    color: #000000;
  }
  .form-container .link a {
    color: #007bff;
    text-decoration: none;
  }
  .form-container .link a:hover {
    text-decoration: underline;
  }
  .form-container {
    background-image: linear-gradient(163deg, #ffffff 0%, #ffffff 100%);
    border-radius: 22px;
    transition: all 0.3s;
  }

  .form-container:hover {
    box-shadow: 0px 0px 30px 1px #000000;
}

  .form-container {
    border-radius: 0;
    transition: all 0.2s;
  }

  .form-container:hover {
    transform: scale(0.98);
    border-radius: 20px;
  }