.elementor-1609 .elementor-element.elementor-element-7a2c06ef{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-7a2c06ef *//* ==========================================
   LEARNDASH REGISTRATION PAGE
========================================== */

.ld-registration__register-form{
    max-width:760px;
    margin:20px auto !important;
    padding:45px !important;
    background:#fff;
    border:1px solid #E8EEF5;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(15,23,42,.08);
}

/* Heading */

.ld-registration__heading {
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
}
.ld-registration__register-form h2{
    font-size:48px;
    font-weight:700;
    color:#000;
    margin:0 0 10px;
    line-height:1.2;
}

/* Intro text */

.ld-registration__register-form p{
    color:#64748B;
    font-size:16px;
    line-height:1em;
    margin-bottom:0px;
}

/* Labels */

.ld-registration__register-form label{
    display:block;
    font-size:16px;
    font-weight:600;
    color:#25324B;
    margin-bottom:10px;
}

/* Inputs */

.ld-registration__register-form input[type=text],
.ld-registration__register-form input[type=email],
.ld-registration__register-form input[type=password]{

    width:100%;
    height:56px;
    border:1px solid #D8E3EE;
    border-radius:12px;
    background:#F8FBFD;
    padding:0 18px;
    font-size:16px;
    transition:.3s;
    margin-bottom:22px;

}

.ld-registration__register-form input:focus{

    outline:none;
    border-color:#22A6A3;
    background:#fff;
    box-shadow:0 0 0 4px rgba(34,166,163,.12);

}

/* Password Help */

.ld-registration__register-form .description{

    color:#64748B;
    font-size:14px;
    line-height:1.6;
    margin-top:-10px;
    margin-bottom:25px;

}

/* Show Password Button */

.ld-registration__register-form .ld-password-toggle,
.ld-registration__register-form button[type=button]{

    height:56px;
    padding:0 22px;
    border:1px solid #D8E3EE;
    border-radius:12px;
    background:#F8FBFD;
    font-weight:600;
    color:#25324B;
    transition:.3s;
}

.ld-registration__register-form .ld-password-toggle:hover{

    border-color:#22A6A3;
    color:#22A6A3;
    background:#EEF8F8;

}

/* Register Button */

.ld-registration__register-form input[type=submit],
.ld-registration__register-form button[type=submit]{

    width:100%;
    height:58px;
    border:none;
    border-radius:999px;
    background:#22A6A3;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.35s;
    margin-top:10px;

}

.ld-registration__register-form input[type=submit]:hover,
.ld-registration__register-form button[type=submit]:hover{

    background:#1B8D8A;
    transform:translateY(-2px);
    box-shadow:0 15px 35px rgba(34,166,163,.25);

}

/* Links */

.ld-registration__register-form a{

    color:#22A6A3;
    text-decoration:none;
    font-weight:600;

}

.ld-registration__register-form a:hover{

    text-decoration:underline;

}

/* ==========================================
   Tablet
========================================== */

@media (max-width:1024px){

.ld-registration__register-form{

    margin:0px 0px !important;
    padding:25px !important;

}

.ld-registration__register-form h2{

    font-size:38px;

}

}

/* ==========================================
   Mobile
========================================== */

@media (max-width:767px){

.ld-registration__register-form{

    margin:5px 6px !important;
    padding:28px 22px !important;
    border-radius:20px;

}

.ld-registration__register-form h2{

    font-size:30px;
    margin-bottom:15px;

}

.ld-registration__register-form p{

    font-size:14px;
    margin-bottom:10px;

}

.ld-registration__register-form label{

    font-size:14px;

}

.ld-registration__register-form input[type=text],
.ld-registration__register-form input[type=email],
.ld-registration__register-form input[type=password]{

    height:40px;
    font-size:15px;
    margin-bottom:10px;

}

.ld-registration__register-form .ld-password-toggle{

    width:100%;
    height:50px;
    margin-top:10px;
    margin-bottom:18px;

}

.ld-registration__register-form input[type=submit],
.ld-registration__register-form button[type=submit]{

    height:52px;
    font-size:16px;

}

}/* End custom CSS */