/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2024 IMAJIKU.
*/

/* =LOGIN FULL PAGE
------------------------------------------------------------ */
.frontsite-auth-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	height: 100%;
	position: relative;
}

.frontsite-auth-row .section-bg-auth {
	background-color: #ffffff;
}

.frontsite-auth-col-img {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-items: center;
	width: 400px;
	position: relative;
}

.frontsite-auth-col-img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
	position: absolute;
	top: 0;
	left: 0;
}

img.bg-auth-desc {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.frontsite-auth-col-desc {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-items: center;
	flex: 1;
	position: relative;
	background-color: var(--hc-color-white);
	overflow-y: auto;
}

.auth-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.auth-box .auth-header {
	display: block;
	margin-bottom: 20px;
}

.auth-box .auth-header img {
	display: block;
	width: auto;
	height: 45px;
	margin: 0 auto 10px;
}

.auth-box .auth-header h1,
.auth-box .auth-header h2 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

.auth-box .auth-header h3 {
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 0;
}

.auth-box .auth-form {
	display: block;
	margin-bottom: 20px;
}

.auth-box .auth-form .form-group {
	margin-bottom: 10px;
}

.auth-box .auth-form-remember {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.auth-box .auth-form-remember p,
.auth-box .auth-form-remember label,
.auth-box .auth-form-remember .custom-control-label {
	font-size: 14px;
	margin-bottom: 0;
}

.auth-box .auth-form-aggrement p,
.auth-box .auth-form-aggrement label,
.auth-box .auth-form-aggrement .custom-control-label {
	font-size: 14px;
	margin-bottom: 0;
}

.auth-box .auth-form-action {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 8px 0 8px;
}

.auth-box .auth-form-forgot {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.auth-box .auth-form-forgot p {
	font-size: 14px;
	margin: 0;
}

.auth-additional {
	position: relative;
}

.auth-additional p {
	font-size: 14px;
	margin: 0;
}

/* =REGISTER FULL PAGE
------------------------------------------------------------ */
.layout-register-row {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.layout-register-col-img {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	position: relative;
}

.layout-register-col-img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

img.bg-register-desc {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.layout-register-col-desc {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	position: relative;
}

.register-box {
	display: block;
	max-width: 812px;
	margin: 5% auto 5%;
	padding: 20px 25px 20px;
	z-index: 3;
	position: relative;
}

.register-box .register-header {
	display: block;
	margin-bottom: 20px;
}

.register-box .register-header img {
	display: block;
	width: auto;
	height: 48px;
	margin-bottom: 30px;
}

.register-box .register-header h1 {
	font-size: 16px;
	font-weight: 600;
	color: #0c1d6b;
}

.register-box .register-header h2 {
	font-size: 24px;
	font-weight: bold;
	color: #0c1d6b;
}


/* = AUTH SINGLE PAGE
-------------------------------------------------------------*/
.section-bg-auth {
	position: relative;
	height: 100%;
	min-height: 75vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #F7F7F7;
}

.bg-auth-box {
	display: block;
}

.bg-auth {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.bg-auth .banner-bg-box img {
	object-position: top;
}

.auth-box {
	position: relative;
	margin: 0 auto 0;
	width: 400px;
	background-color: rgb(255 255 255);
	border-radius: 16px;
	box-shadow: none;
	border: 1px solid var(--hc-color-gray-100);
	padding: 30px 30px 30px;
	z-index: 3;
}

.auth-box .auth-form-remember {
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 0.5rem;
}

.auth-box .auth-form-remember .custom-checkbox {
	width: 50%;
	margin-bottom: 0;
}

.auth-box .auth-form-remember .auth-form-forgot {
	width: 50%;
	justify-content: flex-end;
}

.input-group-mjk .input-group-text {
	height: 38px;
	border-radius: 0;
	border-color: #ced4da;
	background: #ffffff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.auth-box .auth-header h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.auth-box .auth-header p {
	font-size: 14px;
}

.auth-box .input-group-mjk .form-control {
	border-right: none;
	padding: .375rem .75rem;
}

.auth-box .form-group label,
.auth-box .form-group-mjk label {
	margin-bottom: 5px;
	font-weight: 500;
	margin-top: 3px;
}

.auth-box .form-group label span,
.auth-box .form-group-mjk label span {
	color: #B00020;
}

.auth-box .custom-checkbox {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-items: center;
	align-items: flex-start;
	margin-bottom: 5px;
}

.auth-box .custom-checkbox .custom-control-input {
	width: 20px;
}

.auth-box .btn-signas:hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transform: scale(0.98);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
}

.auth-box .auth-form-aggrement label.error {
	margin-bottom: 10px;
	display: block;
	position: relative;
	padding: 5px 5px 2px 0px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	text-transform: none;
	width: 100%;
}

.select-phonecode-box {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.auth-additional-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.auth-additional-item .btn-signas {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.auth-border {
	position: relative;
	margin: 0;
	color: #6D6D6D;
	font-weight: 400;
}

.auth-border span {
	background-color: white;
	z-index: 1;
	padding: 10px;
}

.auth-border:after {
	content: '';
	border-top: 1px solid var(--hc-color-gray-200);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: -1;
}

.auth-box.auth-modal {
	padding: 10px;
	width: auto;
	box-shadow: none;
}

.auth-box .auth-form-action {
	margin: 15px 0 10px;
}

.auth-box .custom-checkbox .form-check-input {
	width: 15px;
	height: 15px;
}

.auth-box .hc-form-select-control.hc-select-phone {
	width: 23%;
}