body.login, body {
 background: #0C3668 !important; 
}

#nav, .language-switcher, #backtoblog{
	display:none !important;
}

.login form{
	border-radius:20px !important;
}

.login h1 {
 background-color: transparent; }

 .login h1 a {
	 background-image: url("../images/idea-logo.svg"); /* Change Me to the correct path to your logo */
	 width: 200px;
	 height: 150px;
	 background-size: cover;
	 margin-bottom: 0;
	 padding-bottom: 10px;
	 padding-top: 10px;
	 background-position: center; 
}

#wp-submit{
	width:100% !important;
	background-color:#0d6efd !important;
	border-radius:5px;
	padding: 5px 5px;
    font-size: 0.9rem;
}
