.zurcf7-main-profile-custom #user-profile-frontend input[type="submit"],
.zurcf7-main-profile-custom #user-profile-change-password input[type="submit"],
#password-lost-form .lostpassword-button,
#password-reset-form #resetpass-button {
	-webkit-appearance: none;
	appearance: none;
	justify-self: start;
	width: auto !important;
	min-width: 164px;
	max-width: 100%;
	min-height: 52px;
	margin: 8px 0 0;
	padding: 12px 28px;
	border: 0 !important;
	border-radius: 8px;
	background: #24226a !important;
	box-shadow: 0 7px 14px rgba(36, 34, 106, 0.18);
	color: #fff !important;
	font: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.zurcf7-main-profile-custom #user-profile-frontend input[type="submit"]:hover,
.zurcf7-main-profile-custom #user-profile-change-password input[type="submit"]:hover,
#password-lost-form .lostpassword-button:hover,
#password-reset-form #resetpass-button:hover {
	background: #1c1a59 !important;
	box-shadow: 0 9px 18px rgba(36, 34, 106, 0.24);
	color: #fff !important;
	transform: translateY(-1px);
}

.zurcf7-main-profile-custom #user-profile-frontend input[type="submit"]:focus-visible,
.zurcf7-main-profile-custom #user-profile-change-password input[type="submit"]:focus-visible,
#password-lost-form .lostpassword-button:focus-visible,
#password-reset-form #resetpass-button:focus-visible {
	outline: 3px solid rgba(36, 34, 106, 0.28);
	outline-offset: 3px;
}

.zurcf7-main-profile-custom #user-profile-frontend input[type="submit"]:active,
.zurcf7-main-profile-custom #user-profile-change-password input[type="submit"]:active,
#password-lost-form .lostpassword-button:active,
#password-reset-form #resetpass-button:active {
	box-shadow: 0 4px 9px rgba(36, 34, 106, 0.2);
	transform: translateY(0);
}

.zurcf7-main-profile-custom #user-profile-frontend input[type="submit"]:disabled,
.zurcf7-main-profile-custom #user-profile-change-password input[type="submit"]:disabled,
#password-lost-form .lostpassword-button:disabled,
#password-reset-form #resetpass-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}
