@media (min-width: 1000px) {
body {
  background-image: url("bg.avif");
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  resize: both;
 overflow: hidden;
}
h1{
  text-align: center;
  font-weight: bold;
 

}
.firstdiv {
  min-width: 300px;
  border: 1px solid green;
  padding: 0px;
  min-height: 420px;
  margin: 0px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
}
.passdiv{
	text-align: center;
    font-weight: bold;
	 border: 1px solid green;
	color: black;
	background: white;
}
.linkdiv{
	text-align: center;
	font-size: 14px;
	margin: 4 px;
    font-weight: bold;
	 border: 1px solid green;
	color: black;
	background: white;
}
.hp{
	
	text-align: center;
	font-size: 20px;
	border: 1px solid green;
  padding-top: 5px;  
  margin-left: 5px;
    font-weight: bold;
	border: 1px solid green;
	color: black;
	background: rgba(0, 0, 0, 0.3);
	width: 30px;
	height: 30px;
}

#login-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#psk-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#email-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#pass-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#button {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
}
#close-button {
  background-color: #3498db;
  color: #fff;
  padding: 10px 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align:center;
}

#del-button {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.hpbutton {
  background-color: #3498db;
  color: #fff;
   padding: 10px 20px;
   margin: -5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
   display: flex;
    flex-direction: row;
    
  
}
.RF{
	width:30px;
	height:30px;
	background-image: url("refresh_w_80.png");
	background-size: 30px;
	margin-top:10px;
}
.MF{
	width:30px;
	height:30px;
	
	background-size: 30px;
	margin-top:10px;
}

.generator{
	width: 300px;
  border: 2px solid green;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-left: 10px;
  min-height: 420px;
  color: white;
   background: rgba(76, 175, 80, 0.3);
   
  
}

#Div2 {
  width: 100%;
  height:100%;
  padding: 50px 0;
  color:#fff;
  text-align: center;
  background-color: rgb(0,0,0, 60%);
  margin-top: 0px;
}
#Div3{
  width: 100%;
  height:100%;
  padding: 50px 0;
  color:#fff;
  text-align: center;
  background-color: rgb(0,0,0, 60%);
  margin-top: 0px;
}
#Div1{
  width: 610px;
height: 100%;  
  left:50%;
  transform: translate(-53%, 0%);
  padding: 10px 0;
  
  color:#fff;
  text-align: center;
  background-color: rgb(0,0,0, 60%);
  margin-top: 0px;
  z-index: 900;
  position: fixed;
  border: 1px solid green;
}
#Div2{
  width: 610px;
height: 100%;  
  left:50%;
  transform: translate(-53%, 0%);
  padding: 10px 0;
  
  color:#fff;
  text-align: center;
  background-color: rgb(0,0,0, 60%);
  margin-top: 0px;
  z-index: 900;
  position: fixed;
  border: 1px solid green;
}
.footer{
	position:absolute;
	bottom:0px;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	color:white;
	
	text-align: center;
}
}


/*Mobil css*/
@media (min-width: 320px) and (max-width: 999px) {
body {
  background-image: url("bg.avif");
  background-color: #cccccc;
 background-repeat: no-repeat;
background-attachment: fixed;
}
h1{
  text-align: center;
  font-weight: bold;
 

}
.firstdiv {
  min-width: 300px;
  border: 1px solid green;
  padding: 0px;
  min-height: 420px;
  margin: 0px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
}
.passdiv{
	text-align: center;
    font-weight: bold;
	 border: 1px solid green;
	color: black;
	background: white;
	
}
.linkdiv{
	text-align: center;
	font-size: 14px;
	margin: 4 px;
    font-weight: bold;
	 border: 1px solid green;
	color: black;
	background: white;
}
.hp{
	
	text-align: center;
	font-size: 20px;
	border: 1px solid green;
  padding-top: 5px;  
  margin-left: 5px;
    font-weight: bold;
	border: 1px solid green;
	color: black;
	background: rgba(0, 0, 0, 0.3);
	width: 30px;
	height: 30px;
	position:fixed;
  top:5px;
  right:5px;
}
.RF{
	width:30px;
	height:30px;	
	background-size: 30px;
	text-align:center;
	padding: 10px 10px 0px;
   margin: -5px;
	background: rgba(52, 152, 219, 1);
}
.RF img{
	width: 20px;
	height:20px;
	
}
.MF{
	width:30px;
	height:30px;	
	background-size: 30px;
	text-align:center;
	padding: 10px 10px 0px;
   margin: -5px;
	background: rgba(52, 152, 219, 1);
}
.MF img{
	width: 20px;
	height:20px;
}



#login-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#psk-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#email-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#pass-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#button {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
}
#close-button {
  background-color: #3498db;
  color: #fff;
  padding: 10px 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

#del-button {
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  
}

.hpbutton {
  background-color: #3498db;
  color: #fff;
   padding: 10px 20px;
   margin: -5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  
}
.center {
  position: absolute;
  
  
 /* transform: translate(-50%, -50%);*/
  padding: 10px;
  display:flex;
   flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
    
  
}

.generator{
	width: 300px;
  border: 2px solid green;
  padding-left: 0px;
  
  margin-left: 10px;
  min-height: 420px;
  color: white;
   background: rgba(76, 175, 80, 0.3);
   
  
}


#Div1{
  width: 90%;
  height:100%;
  padding: 10px;
  color:#fff;
  text-align: center;
  background-color: rgb(0,0,0, 80%);
  margin-top: 50px;
  z-index: 900;
  position: fixed;
}
#Div2{
  width: 90%;
  height:100%;
  padding: 10px;
  color:#fff;
  text-align: center;
  background-color: rgb(0,0,0, 80%);
  margin-top: 50px;
  z-index: 900;
  position: fixed;
}
.footer{
	position:fixed;
	bottom:0px;
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	
	text-align: center;
}
}

/* Support Email küldés mező */
#name-form-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#email-form-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#from-subject-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}
#from-text-input {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 5px;
  width: 100%; /* Teljes szélességűség */
}