/*
Theme Name: Consultio Child
Theme URI: http://demo.casethemes.net/consultio/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/portfolio/
Description: Consultio is the Perfect Consulting Finane & Business WordPress Theme. Consultio is best suited for corporate website like Consultioial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm etc. This is a business theme that is help full for online presence for Corporate Business and Consultioial Firms.   
Version: 2.9.3
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: consultio
Text Domain: consultio-child
Tags: advisor, attorney, corporate accountant, consulting, consultant, finance, insurance, invest, investment, investor, mutual funds, pensions, retirement, saving, trading 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*personaliza o background e form de wp-login*/
.login{
	display:flex;
	justify-content:center;
	align-items:center;
}
body #login{
	/* From https://css.glass 
background: rgba(255, 255, 255, 0.2);
	*/
	background-color:#fff;
border-radius: 10px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
	height:auto;
	padding: 0 0 0 0;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

body.login{background:url(https://advogadosguimaraes.com.br/wp-content/uploads/2022/06/banner-login.jpg) center top no-repeat;background-size: cover;}
body.login form{background:none;border:none;margin-top:-20px;border-radius: 10px;}
body.login label{color:#000; font-family:montserrat;font-size:13px; font-weight:500;line-height:18px;}
body.login a,#nav, #backtoblog, .privacy-policy-page-link, .language-switcher{display:;color:#fff!important;}
body.login #wp-submit{background-color:#148ead;border-radius:10px; border:1px solid #148ead;}

body.login #nav, #backtoblog, .privacy-policy-page-link, .language-switcher{display:none;padding:0;margin:0.}

/* Seleção com mouse */
:-moz-selection {color:#fff; background:#148ead;}
::selection {color:#fff; background:#148ead;}

.login h1 a {
background-image: url('https://advogadosguimaraes.com.br/wp-content/uploads/2022/06/logo-login.png');
background-size: 150px 150px;
width: 150px;
height: 110px;
}