/*

Theme Name: Mitsubishi (Hello Elementor Child)

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Pietro Virgillito

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
.login h1{
	background-image: url('https://www.sdgs4impact.it/wp-content/uploads/2023/02/logo-mitsubishi-electric-300x125.png');
    background-size: 150px;
    width: 150px;
	height:63px;
	margin:0px auto 50px;
}
.login h1 a{
	display:none;
}
.login form{
	border: none;
	box-shadow: 0px 0 10px rgb(0 0 0 / 13%);
}
.login .button.button-large,
.login .button-primary:hover,
.login .button-primary:focus,
.login .button-primary:active,
.login .button-primary{
	background-color: #d50000;
	border: none;
	border-radius: 0;
	padding: 8px;
	width:100%;
}
#login form p.submit{
	margin-top: 40px;
}
.login .button.wp-hide-pw{
	color:#d50000;
	margin-top:4px;
}
.login form .input{
	padding: 14px 3px;
	font-size:15px;
	border-radius: 0;
}
.login form input:focus{
	
}
.login #nav a:hover,
.login #nav a{
	color:#d50000;
}
.login #wpml-login-ls-form,
.login #backtoblog{
	display:none;
}

body.error404 main#content{
	min-height: calc(100vh - 53px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
