/* 
Theme Name: Qualico Communities Owners Association
Theme URI: https://qualicocommunities.com/
Description: Hello Elementor Child theme specifically made for Qualico Communities Owners Association.
Author: Shida Studio
Author URI: https://shidastudio.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: qualico-owners-association
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
*/

#wpmem_restricted_msg {
  max-width: 1350px;
  margin: 0 auto 2rem;
padding-top: 2.5rem;
	padding-inline:1.5rem;
}
#wpmem_restricted_msg p {
  font-weight: bold;
  text-align: center;
	margin: 0;
	padding: 0;
}
#wpmem_login {
	max-width: 640px;
	margin: 0 auto;
	width: 100%;
	padding-inline:1.5rem;
}
#wpmem_login fieldset,
#wpmem_reg fieldset {
	margin: 0;
	padding-bottom: 5rem;
}
#wpmem_login_form label {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
	padding-bottom: .5rem;
}
#wpmem_login_form .div_text input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
#wpmem_login_form .buttons,
#wpmem_pwdchange_form .buttons{
  background: var(--e-global-color-primary);
  color: white;
  border: none;
  padding: 8px 30px;
  border-radius: 30px;
  cursor: pointer;
	font-size: 18px;
	border: unset;
}
#wpmem_login_form .buttons:hover,
#wpmem_pwdchange_form .buttons:hover {
  background: var(--e-global-color-accent);
	color: white;
	border: unset;
}
#wpmem_login_form .link-text {
  margin-top: .5rem;
  font-size: 0.9rem;
}

#wpmem_login_form .button_div {
    display: flex;
    justify-content: flex-end;
}