.bejel {
  text-align: center;
}
.form-input {
  padding: 5px;
  margin-bottom: 5px;
  border: none;
  border-radius: 5px;
  background-color: #d3e8e6;
  width: 250px;
}

::-webkit-placeholder { color: #6A7989; }
:-ms-input-placeholder { color: #6A7989; }
::-moz-placeholder { color: #6A7989; opacity: 1; }
:-moz-placeholder { color: #6A7989; opacity: 1; }

.perm-bejel {
  padding: 5px;
  border-radius: 5px;
}

.kuldes-gomb {
  padding: 10px 17px 10px 17px;
  border: none;
  border-radius: 15px;
/*  background-color: #4edb23; */
  background-color: #d3e8e6;
  transition: background-color .5s;
  font-family: Verdana, "Trebuchet MS", sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #5b5959;
  margin-top: 10px;
/*  box-shadow: 6px 6px 4px 0 #727272; */
}
.kuldes-gomb:hover {
  background-color: #02ff4e;
  cursor: pointer;
}
.table {
  background-color: #0E97C4;
  border-radius: 5px;
}
.table td:nth-last-child(1) {
  vertical-align: bottom;
  text-align: right;
  font-size: 65%;
}
.table td:nth-last-child(1) a {
  position: relative;
  margin-right: 15px;
  top: -10px;
}

@media (prefers-color-scheme: dark) {
  body {
	color: #eee;
	background: #121212;
  }

  body a {
	color: #809fff;
  }
  
  .table {
	background-color: #3A3A3C;
  }
  
  .kuldes-gomb {
	background-color: #8b8b93;
	color: #262525;
 }

 .form-input {
	background-color: #8b8b93;
	color: #eaeaed;
 }
 
}