@import url(./style.css);
@import url(./ul.css);

.w-log-form {
  width: 100%;
  height: 880px;
  display: flex;
  align-items: center;
  justify-content: center;
}
form {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  gap: 20px;
  color: var(--t-c);
}
input {
  width: 400px;
  height: 40px;
  padding: 10px;
}
input[type="button"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  background-color: var(--p-c);
  border-radius: 10px;
  color: var(--t-c);
}
