/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 04:27:07 */
/* In the Login / Registration form, there is a CTA button 'Already on Kiterr? Login here' or 'Not on Kiterr yet? Create new account'. These will swap the displayed form. */
/* This is wrapped in a class .ktrr-form__group--change-render-state , then styled to be flex */
.ktrr-form__group--change-render-state .wp-block-group__inner-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}
.ktrr-form__group--change-render-state h6 {
	color: var(--color-white) !important;
	opacity: 0.35;
}
/* Then remove the paddings/margin from the render state buttons */
.ktrr-form__group--change-render-state .field-type-submit-field {
	margin-top: 15px !important;
    padding: 0 !important;
}
.ktrr-form__group--change-render-state .jet-form-builder__button-switch-state {
	background-color: initial;
	font-size: 1.1em;
	color: var(--color-white);
	border-bottom: 3px solid var(--color-white);
    padding-bottom: 6px;
}
.ktrr-jet-form--dark .input, 
.ktrr-jet-form--dark input:not([type=submit]):not([role=switch]):not([type=search]) {
	color: var(--color-white) !important;
}
.ktrr-jet-form--dark input:not([type=submit]):not([role=switch]):not([type=search])::placeholder {
	opacity: 0.35 !important;
}
form.jet-form-builder .jfb-eye-icon {
	right: 15px;
}
.ktrr-jet-form--dark .jfb-eye-icon svg {
	fill: var(--color-white);
}