/**
 * Custom login screen styles for HV Dashboard.
 *
 * Layout follows the provided mockup: centered card on black background.
 */

body.login {
	background: #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

#login {
	padding: 0;
	margin: 0;
}

#login h1 {
	margin-bottom: 24px;
	text-align: center;
}

#login h1 a {
	background-image: url('https://hvsalesincentives.com/USA/wp-content/uploads/2023/04/Hitachi-Vantara-HS-Logo-White.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 260px;
	height: 36px;
	margin: 0 auto;
}

#loginform {
	background: #fff;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

#loginform label {
	font-size: 14px;
	font-weight: 600;
	color: #1f2329;
}

#loginform input[type="text"],
#loginform input[type="password"] {
	border-radius: 12px;
	border: 1px solid #c5cad3;
	padding: 12px 14px;
	font-size: 14px;
}

#loginform .button.wp-hide-pw {
	border: none;
	background: transparent;
	color: #1f2329;
}

#rememberme {
	accent-color: #d10000;
}

#wp-submit {
	width: 100%;
	background: #d10000;
	border: none;
	border-radius: 30px;
	padding: 14px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	
}

#wp-submit:hover{
	box-shadow: 0 10px 20px rgba(209, 0, 0, 0.3);
}

#login .message,
#login #nav,
#login #backtoblog {
	display: none;
}

.hv-login__footer-links {
	text-align: left;
	margin-top: 18px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom:30px;
	margin-top:0px;
}

.hv-login__link {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.hv-login__link--primary {
	display: inline-flex;
	align-items: center;
	justify-content: left;
	gap: 6px;
}

.hv-login__link--primary::before {
	content: "←";
}

.language-switcher{
	display: none;
}



.login form .forgetmenot{
	padding-bottom: 20px;
}