body {
  font-family: Arial, sans-serif;
  background-image: url("15R0zW.webp");
  background-size: cover;
  background-color: #020227;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  color: aliceblue;
  position: relative;
  overflow: hidden;
}

.card {
  background-color: #020227;
  background-size: cover;
  width: 350px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.card-title {
  text-align: center;
  color: #f0f0f0;
}

.card-body {
  color: #f0f0f0;
  margin-top: 20px;
}

form {
  display: flex;
  flex-direction: column;
}

input {
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  color: #f0f0f0;
  background-color: #222123;
}

button {
  margin-top: 10px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  color: #f0f0f0;
  background-color: #252525;
  cursor: pointer;
}

button:hover {
  background-color: #8a8a8a;
}
