body {
    background-color: #fff;
    color: #000;
	font-family: 'Signika', sans-serif;
	line-height: 22px;
	font-size: 14px;
	width: 100%;
}

.auth-main{
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 10px;
}

input.form-control {
	width: 100%;
	height: 40px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.form-control {
    color: #fff;
    background-color: #212121;
    border-color: #444;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a {
    color: #535353;
}

a:hover, a:focus {
	color: #6e6e6e;
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.fitxt-center {
	z-index:1;
	text-align: center;
}

.img-hol-p {
	padding-bottom: 22px;
}

/* image area */
.image-area {
	background: url('../image/sidebox.jpg');
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 600px;
	border-radius: 12px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.image-area:before {
	position: absolute;
	content: '';
	z-index: -1;
	border-radius: 12px;
	height: 100%;
	width: 100%;
	background: #e4173b;
    background: -webkit-linear-gradient(left, #5061ab, #f51414);
    background: -o-linear-gradient(left, #5061ab, #f51414);
    background: -moz-linear-gradient(left, #5061ab, #f51414);
    background: linear-gradient(left, #5061ab, #f51414);
	opacity: .80;
	top: 0;
	left: 0;
}

.image-area .content{
	height: 100px;
	padding: 170px 0;
}

.image-area .image-hader {
	padding-bottom: 22px;
}

.image-area .image-hader h2{
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.image-area .image-hader h2:before {
	content: '';
	background: #fff;
	width: 85px;
	height: 2px;
	position: absolute;
	bottom: -6px;
}

.content .address p{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 10px;
}

.f-social-links a span {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #437df3;
	-moz-box-shadow: 5px 7px 10px #482c2c;
	-webkit-box-shadow: 5px 7px 10px #482c2c;
	box-shadow: 5px 7px 10px #482c2c;
}

.f-social-links a span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #320f4b;
    z-index: -1;
}

.f-social-links a span:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #320f4b;
}

/* sign area */
.sign-area {
    z-index: 1;
    background: #212121;
    position: relative;
    color: #fff;
    width: 100%;
    height: 566px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 3.5em 6em;
    margin-top: 17px;
}

.sign-area::before {
    border-right: 60px solid #212121;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    content: '';
    height: 0;
    left: -59px;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 213px;
}

.sign-area .sign-hader {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* btn round */
.btn-round {
	background-color: #212121;
	border-color: #444;
	margin-top: 25px;
	height: 42px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 2px 3px 6px #2c2c2c;
	-webkit-box-shadow: 2px 3px 6px #2c2c2c;
	box-shadow: 2px 3px 6px #2c2c2c;
}

.btn-round:hover,
.btn-round:focus,
.btn-round:active {
    background-color: #2d2c2c;
    color: #fff;
    border-color: #3a3939;
    outline: none !important;

}

.forgot-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 10px;
}

.sign-footer p {
	color: #444;
	text-align: center;
	margin-top: 30px !important;
}

.forgot-header {
	color: #545454;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #444;
    border-radius: 4px;
	background: #212121;
	text-align: center;
}

.forgot-header h4 {
	color:#fff;
	margin-top:0;
	margin-bottom:6px;
}

.alert-msg {
	color: #6ca115;
    padding: 8px;
	margin-top: -8px;
    margin-bottom: 12px;
    border: 1px solid #6ca115;
    border-radius: 4px;
	background: #212121;
	text-align: center;
}
			
.alert-msg.danger {
	color: #de1313;
    border-color: #de1313;
}

/* form - input icon */
.input-group-icon {
	width: 100%;
	table-layout: fixed;
}

.input-group-icon input.form-control {
	font-size: 1.2rem;
	padding-right: 36px;
}

.input-group-icon input.form-control:first-child,
.input-group-icon input.form-control:last-child {
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.input-group-icon .input-group-addon {
	position: relative;
	padding: 0;
	border: 0 none;
	width: 0;
}

.input-group-icon .input-group-addon span.icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: 0;
	z-index: 4;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 11px 16px;
	background: transparent;
	line-height: 1.42857143;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	pointer-events: none;
}

.input-group-icon .input-group-addon:last-child span.icon {
	left: auto;
	right: 0;
}

.input-group-icon .input-group-addon + input.form-control {
	padding-right: 12px;
	padding-left: 38px;
}

/* Form - Custom Checkbox */
.checkbox-replace .i-checks {
	padding-left: 20px;
	cursor: pointer;
	margin-bottom: 0;
}

.checkbox-replace .i-checks input {
	position: absolute;
	margin-left: -20px;
	opacity: 0;
}

.checkbox-replace .i-checks input:checked + span .active {
	display: inherit;
}

.checkbox-replace .i-checks > span {
	margin-left: -20px;
}

.checkbox-replace .i-checks > span .active {
	display: none;
}

.checkbox-replace .i-checks > i {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 4px;
	margin-left: -20px;
	line-height: 1;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #444;
	-webkit-transition: all .2s;
	transition: all .2s;
}

html.dark .checkbox-replace .i-checks > i {
	border-color: #535353;
}

.checkbox-replace .i-checks > i:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	background-color: #ffbd2e;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.checkbox-replace .i-checks input:checked + i {
	border-color: #ffbd2e;
}

html.dark .checkbox-replace .i-checks input:checked + i{
	border-color: #ff685c;
}

.checkbox-replace .i-checks input:checked + i:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

html.dark .checkbox-replace .i-checks input:checked + i:before {
	background-color: #ff685c;
}

.checkbox-replace .i-checks input:disabled + i {
	border-color: #dee5e7;
}

.checkbox-replace .i-checks input:disabled + i:before{
	background-color: #dee5e7;
}

html.dark .checkbox-replace .i-checks input:disabled + i{
	border-color: #4c4c4d;
}

html.dark .checkbox-replace .i-checks input:disabled + i:before{
	background-color: #4c4c4d;
}

/* Forms Validations */
label.valid {
	display: inline-block;
	text-indent: -9999px;
}

span.error {
	color: #C10000;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 0;
	padding: 0;
}

/* animation */
.slideIn {
	-webkit-animation-name: slideIn;
	-moz-animation-name: slideIn;
	-o-animation-name: slideIn;
	animation-name: slideIn;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	visibility: visible !important;
}
			
@-webkit-keyframes slideIn {
    0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
			
@-moz-keyframes slideIn {
    0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes slideIn {
    0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes slideIn {
    0% {
		opacity: 0;
		transform: translateX(-20px);
	}
    100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* media queries */
@media(max-width:991px) {
    .sign-area {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

	.sign-area::before {
	    display: none;
	}

	.sign-area {
	    padding: 3.5em 2em;
	}

	.w-full {
	    padding: 8px 5px;
	}
}

@media(max-width:1199px) {
	.sign-area::before {
	    border-right-width: 50px; 
	    border-top-width: 60px; 
	    border-bottom-width: 60px; 
	    left: -50px;
	    top: 223px;
	}
}

/* Modern sign-in experience */
body {
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #101217;
}

.modern-auth {
	position: relative;
	min-height: 100vh;
	padding: 22px 12px;
	isolation: isolate;
}

.modern-auth::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(135deg, rgba(9, 13, 23, .78), rgba(18, 22, 33, .54)),
		radial-gradient(circle at 18% 20%, rgba(80, 97, 171, .35), transparent 34%),
		radial-gradient(circle at 86% 72%, rgba(245, 20, 20, .28), transparent 30%);
	backdrop-filter: blur(1px);
}

.auth-shell {
	display: flex;
	align-items: stretch;
	max-width: 1080px;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 24px;
	overflow: hidden;
	background: rgba(20, 22, 28, .72);
	box-shadow: 0 28px 90px rgba(0, 0, 0, .36);
	animation: authRise .7s ease both;
}

.auth-visual-wrap,
.auth-form-wrap {
	float: none;
}

.modern-auth .image-area {
	height: 540px;
	min-height: 100%;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modern-auth .image-area::before {
	border-radius: 0;
	background:
		linear-gradient(145deg, rgba(70, 98, 180, .80), rgba(244, 36, 48, .78)),
		linear-gradient(45deg, rgba(255, 255, 255, .12) 25%, transparent 25%);
	background-size: auto, 12px 12px;
	opacity: .92;
}

.modern-auth .image-area::after {
	content: '';
	position: absolute;
	inset: 16px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 22px;
	pointer-events: none;
}

.modern-auth .image-area .content {
	height: auto;
	padding: 0 34px;
	animation: authSlideLeft .75s ease both .12s;
}

.modern-auth .image-area .image-hader h2 {
	margin: 0 0 24px;
	font-size: 34px;
	line-height: 1.05;
	letter-spacing: 0;
}

.modern-auth .image-area .image-hader h2::before {
	width: 110px;
	height: 3px;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 999px;
}

.modern-auth .img-hol-p img {
	height: 70px;
	max-width: 100%;
	filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .22));
	animation: logoFloat 4.8s ease-in-out infinite;
}

.modern-auth .content .address p {
	max-width: 360px;
	margin: 0 auto 18px;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .88);
}

.modern-auth .f-social-links {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.modern-auth .f-social-links a span {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 44px;
	margin: 0;
	border-radius: 14px;
	border-color: rgba(255, 255, 255, .24);
	background: rgba(255, 255, 255, .14);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.modern-auth .f-social-links a span:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, .24);
	border-color: rgba(255, 255, 255, .52);
}

.modern-auth .sign-area {
	height: 540px;
	margin: 0;
	border-radius: 0;
	padding: 46px 72px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(14, 16, 21, .88);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .08);
	animation: authSlideRight .75s ease both .18s;
}

.modern-auth .sign-area::before {
	display: none;
}

.modern-auth .sign-hader {
	padding: 0 0 28px;
}

.modern-auth .sign-hader img {
	height: 62px;
	margin-bottom: 14px;
	filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .24));
}

.modern-auth .sign-hader h2 {
	margin: 0;
	font-size: 34px;
	line-height: 1.1;
	color: #fff;
}

.modern-auth .sign-hader p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, .54);
	font-size: 16px;
}

.modern-auth .form-group {
	margin-bottom: 16px;
}

.modern-auth .input-group {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .06);
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.modern-auth .input-group:focus-within {
	border-color: rgba(255, 255, 255, .34);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .08);
	background: rgba(255, 255, 255, .09);
}

.modern-auth .input-group-addon {
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, .58);
	padding-left: 22px;
}

.modern-auth input.form-control {
	height: 50px;
	border: 0;
	border-radius: 18px;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
}

.modern-auth input.form-control::placeholder {
	color: rgba(255, 255, 255, .50);
}

.modern-auth .forgot-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 8px 0 4px;
	color: rgba(255, 255, 255, .78);
}

.modern-auth .forgot-text a {
	color: rgba(255, 255, 255, .48);
	transition: color .2s ease;
}

.modern-auth .forgot-text a:hover {
	color: #fff;
}

.modern-auth .btn-round {
	height: 52px;
	margin-top: 20px;
	border: 0;
	border-radius: 18px;
	background: linear-gradient(135deg, #5061ab, #f51414);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	box-shadow: 0 16px 34px rgba(245, 20, 20, .22);
	transition: transform .2s ease, box-shadow .2s ease;
}

.modern-auth .btn-round:hover,
.modern-auth .btn-round:focus {
	transform: translateY(-2px);
	box-shadow: 0 20px 42px rgba(245, 20, 20, .30);
	background: linear-gradient(135deg, #5d70c9, #ff3030);
	color: #fff;
}

.modern-auth .sign-footer {
	margin-top: 20px;
	text-align: center;
}

.modern-auth .sign-footer p {
	color: rgba(255, 255, 255, .38);
}

@keyframes authRise {
	from {
		opacity: 0;
		transform: translateY(24px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes authSlideLeft {
	from {
		opacity: 0;
		transform: translateX(-28px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes authSlideRight {
	from {
		opacity: 0;
		transform: translateX(28px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes logoFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@media (max-width: 991px) {
	.modern-auth {
		padding: 18px 10px;
	}

	.auth-shell {
		display: block;
		max-width: 620px;
	}

	.modern-auth .image-area {
		height: 260px;
		min-height: 0;
	}

	.modern-auth .image-area .content {
		padding: 0 24px;
	}

	.modern-auth .image-area .image-hader h2 {
		font-size: 30px;
	}

	.modern-auth .img-hol-p {
		padding-bottom: 14px;
	}

	.modern-auth .img-hol-p img {
		height: 62px;
	}

	.modern-auth .content .address p {
		display: none;
	}

	.modern-auth .sign-area {
		height: auto;
		padding: 36px 28px 34px;
	}

	.modern-auth .sign-hader {
		padding-bottom: 28px;
	}

	.modern-auth .sign-hader img {
		height: 62px;
	}

	.modern-auth .sign-hader h2 {
		font-size: 32px;
	}
}

@media (max-width: 520px) {
	.modern-auth {
		padding: 10px;
	}

	.auth-shell {
		border-radius: 22px;
	}

	.modern-auth .image-area {
		height: 210px;
	}

	.modern-auth .image-area::after {
		inset: 12px;
		border-radius: 16px;
	}

	.modern-auth .image-area .image-hader h2 {
		font-size: 24px;
	}

	.modern-auth .f-social-links a span {
		width: 40px;
		height: 40px;
		line-height: 38px;
		border-radius: 12px;
	}

	.modern-auth .sign-area {
		padding: 30px 18px;
	}

	.modern-auth .sign-hader h2 {
		font-size: 27px;
	}

	.modern-auth .forgot-text {
		display: block;
	}

	.modern-auth .forgot-text > div + div {
		margin-top: 12px;
	}
}
