.custom-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: linear-gradient(120deg, #2980b9, #6dd5fa);
  direction: rtl;
}

.login-box {
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  text-align: center;
  width: 350px;
}

.logo {
  width: 80px;
  margin-bottom: 20px;
}

.btn-login {
  background: #2980b9;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
