.block-login-form {
	input[type="text"],
	input[type="password"] {
		padding-left: 10px;
		margin-top: .5em !important;
		max-width: 300px !important;
		width: 100% !important;
	}

	input {
		background-color: transparent !important;
		border-radius: 0 !important;
	}

	input[type="checkbox"] {
		height: 1em !important;
		width: 1em !important;
		margin-right: .5em !important;
	}

	input[type="submit"] {
		background-color: var(--secondary) !important;
		border-radius: .8em !important;
		border: none;
		color: #fff;
	}

	.block-login-form-container.text-center input {
		margin-inline: auto;
	}

	.block-login-form-container.text-right input {
		margin-inline-start: auto;
	}
}