@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap&subset=latin-ext');

div#logo {
   margin-left: 20px;
   margin-top: 2%; 
   padding: 0;
   width: 650px; 
}
div#logo a {
   margin-left: 20px; 
   font-size: 25px;
   font-weight: bold;
   font-style: italic; 
   color: blue;
}

a {
   text-align: center;
   color: white;
   font-size: 12px;
}

html, body {
  height: 100%;	
}
  * {
	margin: 0;
    padding: 0;	
  }
.message {
    background: #ddd;
    text-align: center;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
}
.error {
    z-index: 10;
    background: #dc3522 no-repeat center left;
    color: #fff;
    margin: -630px 0 0 450px;
    text-indent: 20px;
}
.notice {
    width: 400px;
    height: 600px;
    font-size: 35px;
    margin: -600px 300px 300px 350px;
    background: #374140;
    color: #fff;
    text-indent: 20px;
    background: green no-repeat center left;
}

div.clear {
	clear: both;
}

body {
	background: #99ccff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    font-size: 40px;
    display: flex;
    flex-direction: column;
	font-family: arial,tahoma,verdana;
	margin-top: -20px
}

video {
    position: absolute;
    top: 0%;
    left: 0%;
    max-width: 100%;
    max-height: 100%;
	z-index: -100;
    }
 
div#menu {
	max-width: 800px;
	margin: 20px 0 0 60px;
    z-index: 1;
}
#regform{
	margin: 10px auto;
	width: 500px;
	padding: 10px 20px ;
}
#regform h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
#regform p{
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: solid 1px #c5b78a;
	padding-bottom: 10px;
	width: 400px;
}
#regform label1{
	display: block;
	font-weight: bold;
	text-align: left;
	width: 150px;
	float: left;
}
#regform input[type="text"] {
	float: left;
	background: #fbf7e8;
	padding: 5px;
	border: 1px solid #c5b78a;
	width: 70px;
	margin: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#regform input[type="submit"]{
	padding: 5px 50px;
	border: 0;
	margin-left: 100px;
	background: #374140;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.clear {
	clear: both;
}
section {
	float: right;
	margin-top: -1000px; 
	width: 200px;
	height: 600px;
}

.vissza {
	 position: absolute;
	 background-color: green;
	 padding: 20px;
	 margin-top: 50px;
	 margin-left: 100px;
	 font-size: 16px;
	 color: white;
	 text-decoration: none;
	 }
.fejlec {
	margin-top: 150px; 
    padding: 25px;
	text-align: left;
    font-size: 12px;
    font-family: arial;
    }	 
