/**
 * Small spacing/layout fixes for the elements this plugin adds to the "My
 * Profile" dashboard tab (Change Password / Change Email toggles, the
 * Log Out of Other Devices button, and the locked-email note) -- purely
 * cosmetic, no behavior here. See includes/template.php for the markup
 * these selectors target and includes/assets.php for the enqueue.
 */

.fixcy-pg-toggle-row {
	margin-top: 6px !important;
	margin-bottom: 10px !important;
}

.fixcy-pg-toggle-field {
	margin-bottom: 10px !important;
}

#fixcy_pg_send_code_btn,
#fixcy_pg_verify_code_btn {
	margin-top: 2px;
}

#fixcy_pg_email_code {
	margin-bottom: 8px;
}

#fixcy_pg_verify_code_btn {
	margin-left: 0 !important;
}

#fixcy_pg_resend_code_btn {
	margin-left: 8px;
	font-size: 13px;
}

.fixcy-pg-msg {
	margin-top: 6px !important;
	line-height: 1.4;
}

#fixcy_pg_email_current_pass_group input,
#fixcy_pg_new_email_group input,
#fixcy_pg_email_step2 input {
	margin-top: 3px;
}

.directorist-user-email .directorist-input-extra-info {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	color: #888;
}
