.elallas_textedit, .elallas_textarea {
    outline: none;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 15px auto;
    color: black;
    padding: 5px 10px;
}
.elallas_textedit::placeholder {
}

.elallas_textarea {
    height: 300px;
}

.elallas_textedit::placeholder {

}

.elallas_p, .elallas_hiba {
    max-width: 800px;
    width: 100%;
    margin: 15px auto;
}
.elallas_hiba {
    font-weight: bold;
    color: red;
}

.elallas_emberteszt_kep {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
}

.elallas_checkbox {
    margin-right: 10px !important;
}

.elallas_button {
    background: #fff200;
    color: #222;
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 30px auto;    
}