/* 
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 */


/* WP CUSTOM LOGIN */
.login .wp-login-logo a {
  background-image: url("/wp-content/uploads/2026/03/Logo.webp");
  background-size: contain !important;
  width: 220px !important;
  height: 180px !important
  display: inline-block;
  pointer-events: none;
}

body.wp-core-ui {
  box-shadow: inset 0 8px 0 0 #213832;
  background: #f3f3f2;
}

:is(#loginform, #lostpasswordform) {
  border: none;
  background: transparent;
  box-shadow: none;
}

:is(#loginform, #lostpasswordform) label {
  color: #767676;
}

:is(#loginform, #lostpasswordform) input:not(input[type="checkbox"]) {
  /*border-width: 0;*/
  border-color: #cccccc;
  border-radius: 0.25rem;
}
:is(#loginform, #lostpasswordform) input[type="submit"] {
  border-color: transparent !important;
  border-radius: 0.625rem !important;
}

.language-switcher {
  display: none;
}

.login #login_error,
.login .message,
.login .success {
  border-left: none;
  border-radius: 8px;
  color: #ed3434;
  box-shadow: none;
}

#wp-submit {
  background: #213832;
  border-color: #213832;
  width: 100%;
  margin-top: 24px;
  padding: 4px;
}

.wp-pwd button,
.forgetmenot {
  color: #767676 !important;
}

body.wp-core-ui :is(input[type="checkbox"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus) {
  border-color: #213832;
  box-shadow: 0 0 0 1px #213832;
  outline: 2px solid transparent;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #767676;
}

.wp-core-ui .button-secondary:focus,
.wp-core-ui .button.focus,
.wp-core-ui .button:focus {
  border-color: #767676;
  box-shadow: 0 0 0 1px #767676;
}