.elementor-7797 .elementor-element.elementor-element-e74a668 > .elementor-container{max-width:750px;min-height:400px;}.elementor-7797 .elementor-element.elementor-element-e74a668{padding:100px 50px 50px 100px;}@media(max-width:767px){.elementor-7797 .elementor-element.elementor-element-e74a668{padding:60px 10px 60px 10px;}}/* Start custom CSS for column, class: .elementor-element-4602d70 *//* LearnDash regisztrációs űrlap */
.regisztracios-urlap #learndash_registerform {
    max-width: 760px;
    margin: 0 auto;
}

/* Mezőfeliratok */
.regisztracios-urlap #learndash_registerform label {
    display: block;
    margin-bottom: 6px !important;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

/* Beviteli mezők */
.regisztracios-urlap #learndash_registerform input[type="text"],
.regisztracios-urlap #learndash_registerform input[type="email"],
.regisztracios-urlap #learndash_registerform input[type="password"] {
    width: 100%;
    height: 44px !important;
    min-height: 44px !important;
    padding: 8px 12px !important;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    border: 1px solid #c9cfd6;
    border-radius: 5px;
}

/* Regisztráció gomb */
.regisztracios-urlap #learndash_registerform input[type="submit"] {
    width: 100%;
    min-height: 46px !important;
    padding: 10px 24px !important;
    background-color: #0d7ff3 !important;
    border: 1px solid #0d7ff3 !important;
    border-radius: 6px;
    color: #ffffff !important;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.regisztracios-urlap #learndash_registerform input[type="submit"]:hover {
    background-color: #0567cc !important;
    border-color: #0567cc !important;
}

.regisztracios-urlap #learndash_registerform input[type="submit"]:disabled {
    background-color: #0d7ff3 !important;
    border-color: #0d7ff3 !important;
    opacity: 0.55;
}

/* Asztali kétoszlopos elrendezés */
@media (min-width: 768px) {
    .regisztracios-urlap #learndash_registerform {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 14px;
    }

    .regisztracios-urlap #learndash_registerform .learndash-registration-field {
        margin: 0 !important;
    }

    .regisztracios-urlap #learndash_registerform .submit,
    .regisztracios-urlap #learndash_registerform .learndash-registration-field-submit {
        grid-column: 1 / -1;
        margin: 4px 0 0 !important;
    }
}

/* Mobilon egy oszlop */
@media (max-width: 767px) {
    .regisztracios-urlap #learndash_registerform {
        display: block;
    }

    .regisztracios-urlap #learndash_registerform .learndash-registration-field {
        margin-bottom: 14px !important;
    }
}/* End custom CSS */