.auth-popup {
	background: #fff;
	color: #BD3E13;
	border-radius: 5px;
	padding: 30px;
	max-width: 520px;
	width: 100%;
}

.auth-popup h2,
.auth-popup h3 {
	color: #BD3E13;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

.auth-popup .form-label {
	color: #BD3E13;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.auth-popup .form-control,
.auth-popup input[type="text"],
.auth-popup input[type="email"],
.auth-popup input[type="tel"],
.auth-popup input[type="number"],
.auth-popup input[type="password"],
.auth-popup input[type="file"],
.auth-popup select,
.auth-popup textarea {
	border: 2px solid #FF8D28;
	border-radius: 5px;
	color: #BD3E13;
	font-size: 18px;
	padding: 0.6rem 0.85rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.auth-popup .form-control {
	border: 2px solid #FF8D28;
	border-radius: 5px;
	color: #BD3E13;
	font-size: 18px;
	padding: 0.6rem 0.85rem;
}

.auth-popup .form-control:focus {
	border-color: #BD3E13;
	box-shadow: 0 0 0 0.2rem rgba(189, 62, 19, 0.15);
	color: #BD3E13;
}

.auth-popup .form-control::placeholder {
	color: rgba(189, 62, 19, 0.75);
	opacity: 1;
    font-weight:600;
}

.auth-popup .form-control:disabled {
	background: #f5f5f5;
	opacity: 0.8;
}

.auth-popup .form-check-label {
	color: #BD3E13;
	font-size: 16px;
	line-height: 1.3;
}

.auth-popup .form-check-input {
	border-color: #BD3E13;
}

.auth-popup .form-check-input:checked {
	background-color: #BD3E13;
	border-color: #BD3E13;
}

.auth-popup .btn-auth {
	background: #FF8D28;
	border-radius: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	padding: 0.55rem 1.5rem;
	transition: all 0.3s ease;
	width: 100%;
}

.auth-popup .auth-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	justify-content: center;
	margin-top: 1.25rem;
}

.auth-popup .auth-links a {
	color: #BD3E13;
	font-size: 18px;
	text-decoration: underline;
}

.auth-popup .auth-links a:hover {
	text-decoration: none;
}

.auth-popup .auth-links a.is-active {
	font-weight: 700;
	text-decoration: none;
}

.auth-popup .alert {
	border-radius: 5px;
	font-size: 16px;
	margin-bottom: 1rem;
}

.auth-popup .starrequired {
	color: #BD3E13;
}

.fancybox__content > .auth-popup {
	padding: 30px;
}

.auth-popup .notetext,
.auth-popup .errortext {
	color: #BD3E13;
	font-size: 16px;
}

.auth-popup .notetext {
	display: block;
	margin-bottom: 1rem;
}

.bx-calendar,
.bx-calendar-layer,
.popup-window.bx-calendar {
	z-index: 1000000 !important;
}
