.ownerintel-signup-wrap {
	width: 100%;
}

.ownerintel-signup-card {
	width: 100%;
	max-width: 100%;
	background: transparent;
	border-radius: 10px;
	padding: 0;
	box-sizing: border-box;
	box-shadow: none;
}

.ownerintel-signup-message {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.ownerintel-signup-error {
	background: #fff1f0;
	color: #b42318;
	border: 1px solid #f4c7c3;
}

.ownerintel-signup-success {
	background: #ecfdf3;
	color: #027a48;
	border: 1px solid #abefc6;
}

.ownerintel-signup-form {
	width: 100%;
}

.ownerintel-signup-form-group {
	margin-bottom: 26px;
}

.ownerintel-signup-form-group label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	color: #111111;
}

.ownerintel-signup-form-group input[type="text"],
.ownerintel-signup-form-group input[type="email"],
.ownerintel-signup-form-group input[type="password"] {
	width: 100%;
	height: 72px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #ebebeb;
	font-size: 18px;
	line-height: 1.4;
	color: #333333;
	box-sizing: border-box;
	outline: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.ownerintel-signup-form-group input::placeholder {
	color: #505050;
	opacity: 1;
}

.ownerintel-signup-form-group input:focus {
	border-color: #CC5601;
	background: #f0f0f0;
	box-shadow: 0 0 0 3px rgba(204, 86, 1, 0.08);
}

.ownerintel-signup-form-group.ownerintel-signup-password-group input.ownerintel-signup-input-error {
	border-color: transparent;
	background: #ebebeb;
}

.ownerintel-signup-form-group input.ownerintel-signup-input-error:not(#ownerintel_password) {
	border-color: #d92d20;
	background: #fff7f7;
}

.ownerintel-signup-field-error {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.4;
	color: #d92d20;
	min-height: 18px;
}

.ownerintel-signup-password-wrap {
	position: relative;
}

.ownerintel-signup-password-wrap input {
	padding-right: 50px;
}

.ownerintel-password-toggle {
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
	color: #8C7166 !important;
	line-height: 0;
}

.ownerintel-password-toggle:hover,
.ownerintel-password-toggle:focus,
.ownerintel-password-toggle:active {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	color: #8C7166 !important;
}

.ownerintel-password-toggle svg {
	width: 22px;
	height: 22px;
	display: block;
	pointer-events: none;
	margin: 0 !important;
	stroke: #8C7166 !important;
	fill: none !important;
}

.ownerintel-signup-form .ownerintel-signup-btn,
.ownerintel-signup-form button.ownerintel-signup-btn,
button.ownerintel-signup-btn {
	display: block;
	width: 100% !important;
	min-width: 100%;
	height: 78px;
	padding: 0 20px;
	border: none;
	border-radius: 10px;
	background: #CC5601 !important;
	color: #ffffff !important;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	transition: none !important;
	transform: none !important;
}

.ownerintel-signup-form .ownerintel-signup-btn:hover,
.ownerintel-signup-form .ownerintel-signup-btn:focus,
.ownerintel-signup-form .ownerintel-signup-btn:active {
	background: #CC5601 !important;
	color: #ffffff !important;
	box-shadow: none !important;
	transform: none !important;
	outline: none;
}

.ownerintel-signup-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.ownerintel-signup-footer {
	margin-top: 34px;
	text-align: center;
	font-size: 18px;
	color: #707070;
}

.ownerintel-signup-footer a {
	margin-left: 8px;
	font-weight: 700;
	color: #CC5601;
	text-decoration: none;
}

.ownerintel-signup-footer a:hover {
	color: #CC5601;
}

@media (max-width: 767px) {
	.ownerintel-signup-form-group input {
		height: 62px;
		padding: 0 18px;
		font-size: 16px;
	}

	.ownerintel-signup-password-wrap input {
		padding-right: 52px;
	}

	.ownerintel-signup-btn {
		height: 64px;
		font-size: 18px;
	}
}