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

/*Background da tela de login*/
body.login {
	background-image: url('https://www.neuronioonline.com.br/cantina-do-zuza/wp-content/uploads/2024/04/bg-login.webp');
	background-repeat: both;
}

/* Logo do fomulário de login */
.login h1 a {
	background-image: url('https://www.neuronioonline.com.br/cantina-do-zuza/wp-content/uploads/2024/04/logo.png');
	background-size: 200px 100px;
	width: 200px;
	height: 100px;
	
}

/* Formulário de login */
#loginform {
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	border-color: #25485A;
	padding: 25px; /* Espaçamento interno */
	border-radius: 7px;
}

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

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

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

/*Muda a cor do focus ao clicar na caixa de texto*/
.login input:focus {
	border-color: #EB7171 !important;
	box-shadow: 0 0 5px rgba(235,113,113,0.5) !important;
}

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

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