@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Cairo", sans-serif;
  background: #f4f6f8;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: rtl;
  background-color: #ffffff;
}
form {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.form-container {
  width: 100%;
}
.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #f1776c;
  font-size: 80px;
}

input {
  width: 90%;
  height: 80px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 35px;
}

button {
  width: 95%;
  padding: 40px 0;
  background: #353637;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 40px;
  cursor: pointer;
  margin-bottom: 25px;
}

button:hover {
  background: #f1776c;
}
.logo {
  width: 100%;
  text-align: center;
}
.logo img {
  width: 35%;
  border-radius: 100%;
}
.asas {
  padding: 100px 0;
  background-color: #353637;
}
.asdasd {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.lan {
  display: block;
  width: 300px;
  height: 1px;
  background-color: #0000002d;
}
.nas {
  padding: 0 20px;
  font-size: 40px;
}
.nn {
  font-size: 35px;
  margin-bottom: 25px;
}
.terms {
  color: #f1776c; /* أزرق */
  cursor: pointer;
}

.privacy {
  color: #f1776c; /* لون مختلف */
  cursor: pointer;
}
