.oneauto_reset_success_state .elementor-form-fields-wrapper {
	display: none !important;
}

.oneauto_reset_success_state .elementor-message-success {
	display: block !important;
	margin: 0 0 14px !important;
	text-align: left !important;
}

.oneauto_reset_login_wrap {
	width: 100%;
	margin-top: 12px;
}

.oneauto_reset_login_button {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 44px;

	border-radius: 10px;
	background: #0D53C5;

	color: #fff !important;
	-webkit-text-fill-color: #fff;

	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;

	box-shadow: 0 12px 24px -12px rgba(13, 83, 197, .55);
	transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.oneauto_reset_login_button:hover {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	transform: translateY(-2px) scale(1.02);
	filter: brightness(1.05);
	box-shadow: 0 16px 28px -12px rgba(13, 83, 197, .6);
}

.oneauto_reset_login_button:active {
	transform: translateY(0) scale(.98);
	filter: brightness(.98);
}