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

/* Custom styles for the login form */
#loginform {
  margin: 0 auto;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#loginform .login-username,
#loginform .login-password,
#loginform .login-remember,
#loginform .login-submit {
  margin-bottom: 20px;
}

#loginform label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

#loginform input[type="text"],
#loginform input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

#loginform input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
}

#loginform input[type="submit"] {
  background: #ffffff;
  color: #222222;
  border: 1px solid #e9e6ed;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

#loginform input[type="submit"]:hover {
  background: #e9e6ed;
}
