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

/* Personalização de tela de Login*/

/*Background da tela de login*/
body.login {
	background-image: url('https://neuronioonline.com.br/a3soft/wp-content/uploads/2025/03/bg-login-scaled.webp');
	background-size: cover;
}

/* Logo do fomulário de login */
.login h1 a {
	background-image: url('https://neuronioonline.com.br/a3soft/wp-content/uploads/2025/03/logo-a3.png');
	background-size: 150px 50px;
	width: 150px;
	height: 50px;
}

/* Formulário de login */
#loginform {
	background-color: #000;
	border: 0.5px solid #ccc;
	border-color: #F09121;
	padding: 25px; /* Espaçamento interno */
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(255,255,0,0.5) !important
}

/* Muda a cor dos labels */
.login label {
	color: #F09121 !important;
}

/* Botão do fomulário */
#wp-submit {
	background-color: #F09121;
	color: #000;
	border: none;
	transition: background-color 0.3s, color 0.3s;
}

#wp-submit:hover {
	background-color: #fff;
	border: 1px;
	border-color: #F09121;
	color: #F09121;
}

/*Muda a cor do focus ao clicar na caixa de texto*/
.login input:focus {
	border-color: #F09121 !important;
}

/* Muda a cor do "Perdeu a senha" */
#nav a {
	color: #000 !important;
}

/* Muda a cor do HOVER "Perdeu a senha" */
#nav a:hover {
	color: #F09121 !important;
}

/* Muda a cor do voltar para site x */
#backtoblog a {
	color: #000 !important;
}

/* Muda a cor do HOVER voltar para site x */
#backtoblog a:hover {
	color: #000 !important;
}