body {
background-color: #FFF;
margin: auto;
font-family: tahoma;
min-width: 580px;
max-width: 1920px;
font-size:14px;
min-height: 400px;
}
#menubar {
width: 100%;
min-width: 580px;
background-color: #FFF;
position: absolute;
margin-top: 0px;
opacity:0.92;
box-shadow: 0px 4px 17px 0px rgba(50, 50, 50, 0.75);
z-index:1;
}
#oldal{
width:100%;
height:100%;
}
#nkh{
margin-left:3%;
width:10%;
margin-top:1%;
max-width:120px;
float:left;
}
#bejelentkezourlap {
margin-left:14%;
width:80%;
min-width:490px;
margin-top:1%;
text-align:right;
}
#munkater{
min-width:490px;
position:absolute;
width:100%;
height:100%;
text-align:center;
}
#ember{
max-width:80%;
max-height:99%;
width: auto;
height: auto;
z-index:-1;
}
.belepes{
width:220px;
height: 30px;
font-size: 14px;
font-weight: bold;
color: #000;
transition: all 0.2s ease 0s;
border: 1px solid #A4A4A4;
background-color: rgba(255, 255, 255, 0.5);
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
box-shadow: 0px 0px 10px -3px #000 inset;
opacity:1;
}
.belepes:hover{
border:1px solid red;
}
.bgomb {
background-color: #BD8E00;
text-indent: 0px;
border: 1px solid #BD8E00;
display: inline-block;
color: #FFF;
font-family: tahoma;
font-size: 14px;
font-weight: bold;
font-style: normal;
height: 30px;
line-height: 30px;
text-decoration: none;
text-align: center;
transition: all 0.2s ease 0s;
box-sizing: border-box;
width:100px;
}
.bgomb:hover {
background-color:#ffdf84;
color:black;
transition: 0.2s;
}
#forgott{
text-align:center;
margin-top:9%;
position: absolute;
width:100%;
}