body {
 background: linear-gradient(120deg, rgb(11 7 37 / 62%), #b1b1b1), 
              url('../CompaniesPhoto/imgcover.jfif') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Cairo", sans-serif;
}


    .Form-card {
      background: #fff;
      border-radius: 20px;
      padding: 30px 25px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      width: 100%;
      max-width: 400px;
    }

    .Form-card h3 {
      margin-bottom: 25px;
      font-weight: 700;
      color: #333;
    }
    .text-muted a {
      color: #1b9a8a;
      text-decoration: none;
    }
    .btn-main{
      background-color: #1b9a8a;
      color: white;
      border: none;
      padding: 10px 5px;
      border-radius: 25px;
      outline: none;
    }
    .btn-out-main{
      background-color: rgb(255, 255, 255);
      color: #1b9a8a;
      border: #1b9a8a solid 1px;
      padding: 10px 5px;
      border-radius: 25px;
      outline: none;
    }
.iti {
  width: 100%;
}

.iti__selected-flag {
  background-color: #f8f9fa;
  border-right: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 6px 0 0 6px;
}
.btn-register {
  display: inline-block;
  padding: 0.55rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #1b9a8a; /* لون أزرق مشابه Bootstrap */
  background-color: #fff; /* خلفية بيضاء */
  border: 2px solid #1b9a8a;
  border-radius: 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-register:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.btn-register:active {
  transform: translateY(0);
  box-shadow: none;
}
