#login{
    min-height: 150px;
    width: 50%;
    margin: auto;
    padding: 10px;
    max-width: 35em;
}
.loginhead{
    background-color: #1f4287;
    color: white;
    height: 5%;
    border: 1px solid #545454;
    min-height: 2em;
    max-height: 3em;
}
.loginbody{
    border: 1px solid #545454;
}
#belepesszoveg{
    padding: 5px 0px 0px 5px;
    margin-top: 5px;
    position: relative;
    top: 5px;
}
#loginform{
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
}
input[type="text"],input[type="password"],input[type="email"]{
    width: 80%;
    /*text-align: center;*/
    border: 1px solid #d3d3d3;
    margin: 5px 0px 0px 0px;
    height: 30px;
    text-indent: 5px;
}
.loginformgomb{
    margin-top: 10px;
    color: white;
    background-color: #2a59b7;
    border: 1px solid;
    width: 30%;
    height: 5%;
    cursor: pointer;
    max-width: 10em;
    max-height: 4em;
    min-height: 3em;
}
#reglink{
    text-align: center;
    font-size: 12px;
    padding-bottom: 3px;
}
#reglink a{
    text-decoration: none;
    color: #1f4287;
}
#regertesito{
    text-align: center;
    padding-top: 10px;
}
#elftajekoztato{
    text-align: center;
    font-size: 11px;
    padding: 5px;
}
.megsem{
    color: #323232;
    background-color: #fff;
    border: 1px solid #2a59b79e;
    width: 30%;
    height: 5%;
    cursor: pointer;
    max-width: 10em;
    min-width: 100px;
    max-height: 4em;
    min-height: 3em;
}

#regtan option[disabled] {
    display: none;
}
