* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body, html {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

body, .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
}

h1 {
  font-size: 3vw;
  flex-wrap: nowrap;
}

span {
  background-color: rgb(166, 0, 0);
  padding: 0 0.3vw;
}

.sayaclar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.sayaclar #sekle {
  color: #000000;
  padding: 0.4em;
  font-size: 1.2em;
  cursor: pointer;
  margin-bottom: 1em;
  background-color: rgb(254, 254, 202);
}
.sayaclar .container {
  width: 100%;
}
.sayaclar .container .logo {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 1vw;
  background-color: rgb(0, 0, 0);
  color: #a30000;
}
.sayaclar .container .logo h1 {
  margin-bottom: 1em;
  font-size: 1.5em;
}
.sayaclar .container .logo h1 span {
  padding: 0.3em;
}
.sayaclar .container button {
  color: #000000;
  padding: 0.4em;
  margin-top: 1em;
  font-size: 1em;
  cursor: pointer;
}
.sayaclar .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  font-size: 1.3em;
}
.sayaclar .form .form-satir {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0.5em 0;
}
.sayaclar .form .form-satir #formspan {
  width: 30%;
  background-color: transparent;
}
.sayaclar .form .form-satir .input {
  width: 70%;
  color: #000000;
}
.sayaclar .form .form-satir .input input, .sayaclar .form .form-satir .input select {
  font-size: 1.1em;
  width: 100%;
  background-color: transparent;
  border: 0.5px solid white;
  color: white;
  padding: 0.3em;
}
.sayaclar .form .form-satir .input input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(1);
}
.sayaclar .form .form-satir .input input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(1);
}
.sayaclar .form .form-satir button {
  width: 50%;
  font-size: 1.1em;
  color: #000000;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */