/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html body #wppb-login-wrap .login-remember {
    display: none;
}

html body .user-login-reprise {
    width: 100%;
    max-width: 800px;
    background: gray;
    background-image: url(/wp-content/uploads/Trusted-by-Thousands-of-Organizations-Worldwide-bg-banner-jpg-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 0px;
    box-shadow: 0 0 14px 3px #8080805c;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 50px;
    font-size: 16px;
}

html body .user-login-reprise p.profilePara strong {
    padding-left: 5px;
}

html body .user-login-reprise .wppb-error {
    color: red !important;
    margin: 0 auto;
    font-size: 14px;
    display: inline-block;
    width: auto;
    padding: 0 15px;
}

html body .user-login-reprise #wppb-login-wrap {
    margin: 0;
    max-width: 100%;
}

html body .user-login-reprise p.wppb-form-field.login-username {
    width: 100%;
}

html body .user-login-reprise .wppb-form-field input[type="text"],
html body .user-login-reprise .wppb-form-field input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
    height: 39px;
    background: #ffffff45;
}
html body .user-login-reprise .wppb-form-field input[type="text"]:focus,
html body .user-login-reprise .wppb-form-field input[type="password"]:focus {
    background: #ffffffb5;
}

html body .user-login-reprise .wppb-form-field label,
html body #wppb-login-wrap .login-username label,
html body #wppb-login-wrap .login-password label,
html body #wppb-login-wrap .login-auth label {
    width: 100%;
    padding-bottom: 10px;
}

html body .user-login-reprise label {
    display: inline-block;
}
html body .user-login-reprise p.wppb-form-field.login-terms {
    display: inline-block;
}

p:empty {
    display: none;
}

html body .user-login-reprise p.login-submit #wppb-submit {
    width: 100%;
}

html body .user-login-reprise p.profilePara {
    font-size: 24px;
}
@media (min-width: 992px) {
    html body .user-login-reprise p.profilePara {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
    }

    html body .user-login-reprise p.login-submit {
        text-align: right;
        display: inline-block;
        margin-left: auto;
    }
    html body .user-login-reprise p.login-submit #wppb-submit {
        margin-left: 30px;
        width: 263px;
    }

    html body .user-login-reprise {
        border-radius: 50px;
    }
}
