/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
body {
    background: #ffffff;}
.login form {
    margin: 24px 0;
    padding: 26px 24px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ffffff;
    box-shadow: none;
}
.login h1 a {
    background-image: url(https://jessicaandjude.com/wp-content/uploads/2025/10/jessica-and-jude-login-page-250.png);
    background-size: 250px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #2277ba;
    height: 250px;
    width: 250px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 24px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block
}
.wp-core-ui .button-primary {
    background: #f7c948;
    border-color: #f7c948;
    color: #2277ba;
    font-weight:bold;
    text-decoration: none;
    text-shadow: none;
}