#ld-login-modal .olju-pwd {
	position: relative;
	margin-bottom: 1em;
}

#ld-login-modal .olju-pwd input[type="password"],
#ld-login-modal .olju-pwd input[type="text"] {
	padding-right: 2.75rem;
	margin-bottom: 0;
}

#ld-login-modal .olju-password-toggle {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 0 4px 4px 0;
	background: transparent;
	color: #1a2759;
	box-shadow: none;
	cursor: pointer;
	line-height: 1;
}

#ld-login-modal .olju-password-toggle:hover,
#ld-login-modal .olju-password-toggle:active {
	background: transparent;
	color: #141d42;
}

#ld-login-modal .olju-password-toggle:focus {
	background: transparent;
	border-color: currentColor;
	box-shadow: 0 0 0 1px currentColor;
	outline: 2px solid transparent;
}

#ld-login-modal .olju-password-toggle__icon {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
}

#ld-login-modal .olju-password-toggle__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

#ld-login-modal[dir="rtl"] .olju-pwd input[type="password"],
#ld-login-modal[dir="rtl"] .olju-pwd input[type="text"],
[dir="rtl"] #ld-login-modal .olju-pwd input[type="password"],
[dir="rtl"] #ld-login-modal .olju-pwd input[type="text"] {
	padding-right: 0.5em;
	padding-left: 2.75rem;
}

#ld-login-modal[dir="rtl"] .olju-password-toggle,
[dir="rtl"] #ld-login-modal .olju-password-toggle {
	right: auto;
	left: 0;
	border-radius: 4px 0 0 4px;
}
