/*a3cee3
1f9cdb*/
/*Nem tudom, hogy mi a bejelentkezés username vagy e-mail. Azért nem text-et adtam neki, mert azt a keresőben ellőttem és ütné egymást a kettő.*/

.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
.modal-content {
	width: 50%;
	margin: 5% auto 15% auto;
	background-color: #fff;
	border: 1px solid #888;
}
.login-container, .login-container-1 {padding: 26px;}
.login-container-1 {text-align: center;}
input[type=username], input[type=password], input[type=email] {
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	border: 1px solid #ccc;
}
.login-btn {
	min-width: 25%;
	margin: 0 8px;
	padding: 8px;
	float: right;
	cursor: pointer;
	outline: none;
	background-color: #1f9cdb;
	color: #fff;
	font-size: 1rem;
	border: none;	
	position: relative;
}
.login-btn-1, .login-btn-2 {
	width: 100%;
	margin: 8px 0;
	padding: 14px 20px;
	cursor: pointer;
	outline: none;
	background-color: #4caf50;
	color: #fff;
	font-size: 1rem;
	border: none;
}
.login-btn-2 {background-color: #1f9cdb;}
.login-btn:hover, .login-btn-1:hover, .login-btn-2:hover {opacity: 0.8;}
.psw {
	width: 100%;
	text-align: center;
}
.psw-a {
	margin: 16px;
	color: #333;
}
.imgcontainer {
	margin: 12px 0;
	position: relative;
	text-align: center;
}
.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #333;
	font-size: 35px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: red;
	cursor: pointer;
}
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}