.ciclo-otp-form .ciclo-otp-password-field {
	display: none !important;
}

.ciclo-otp-form:not(.ciclo-otp-code-requested) .ciclo-otp-field {
	display: none !important;
}

.ciclo-otp-login-fields {
	margin: 0 0 16px;
}

.ciclo-otp-field label {
	display: block;
}

#login .ciclo-otp-field input {
	font-size: 20px;
	letter-spacing: 0;
	width: 100%;
}

#login form .ciclo-otp-submit-row {
	margin-bottom: 18px !important;
	text-align: left;
}

#login .ciclo-otp-submit-row .button-primary {
	float: none;
}

#login .ciclo-otp-submit-row + .forgetmenot {
	margin-top: 16px !important;
}

#nav .wp-login-lost-password {
	display: none !important;
}

.woocommerce-form-login .lost_password,
.woocommerce-form-login .woocommerce-LostPassword {
	display: none !important;
}

.ciclo-otp-hidden-link {
	display: none !important;
}

.ciclo-otp-success-message {
	color: #000 !important;
}

#login-message:has(.ciclo-otp-success-message),
.ciclo-otp-success-notice {
	background: #fff;
	border-left-color: #2271b1;
	color: #000;
	white-space: pre-line;
}

.woocommerce-message.ciclo-otp-success-notice {
	align-items: flex-start;
	display: flex !important;
	gap: 16px;
	padding-left: 32px !important;
}

.woocommerce-message.ciclo-otp-success-notice::before {
	flex: 0 0 auto;
	margin: 2px 0 0 !important;
	position: static !important;
}
