body,a {
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
    background-color: #d2e7f7;
    }
.mainbox {
    width: 100%;
    min-width: 350px;
    background-color: #dedede;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 1;
    border-color: #a7a7a7;
    box-shadow: 0px 6px 20px 0px #0000003b;
    position: absolute;
    top: 0px;
    left: 0px;
    }
.mainbox.login {
    padding-top: 50px;
    }    
input#pass {
    width: 60%;
    float: left;
    height: 35px;
    margin-bottom: 13px;
    padding-left: 8px;
    min-width: 160px;
    max-width: 270px;
    }
.logintext {
    color: #5d5d5d;
    margin-bottom: 25px;
    font-size: 10px;
    }
.logintext.bottom {
    margin-top: 19px;
    margin-bottom: -23px;
    margin-right: 9px;
    font-size: 9px;
    width: 100%;
    text-align: right;
}
.megnevezes.igennem {
    margin-top: 0;
    }
.alert {
    position: absolute;
    color: red;
    z-index: 255;
    width: 100%;
    text-align: center;
}
form {
    width: 323px;
    display: initial;
    color: #686868;
    }
.formbox {
    width: 80%;
    min-width: 300px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ececec;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #c8c8c8;
    min-width: 455px;
    display: table;
    margin-bottom: 15px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    }
.formbox.also {
    padding-bottom: 17px;
    }
input#nev {
    width: 60%;
    float: left;
    height: 35px;
    margin-bottom: 13px;
    padding-left: 8px;
    min-width: 160px;
    max-width: 270px;
    }
.megnevezes {
    float: left;
    margin-left: 2%;
    margin-right: 1%;
    width: 24%;
    margin-top: 8px;
    clear: left;
    }
.submitbutton {
    clear: left;
    margin-top: 29px;
    height: 55px;
    line-height: 55px;
    width: 138px;
    background-color: #7db9e8;
    border-color: #3e7cad;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    font-size: 19px;
    font-weight: 600;
    color: white;
    margin-left: 95px;
    margin-right: 95px;
    }
.submitbutton:hover {
    background-color: #2782d0;
    }
