@media (min-width: 481px) and (max-width: 767px) {
	.img_rightbottom {
		display: none;
	}

	.login_boximgbottom {
		display: none;
	}
}

@media (max-width: 991px) {
	.main-wrapper .page-wrapper {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.navbar {
		width: 100% !important;
		left: 0 !important;
	}

	.view_mobile {
		display: block;
	}

	.view_desktop {
		display: none;
	}

	.loadingtext {
		font-size: 14px;
		white-space: nowrap;
	}

	.content-left-wrapper figure img {
		height: 100px !important;
	}
}

body,
div,
table,
span,
ul,
li,
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th,
.btn,
.fc .fc-button,
.swal2-modal .swal2-actions button,
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions .disabled a,
.form-control {
	font-size: 11px;
}

.content-left,
.content-right,
.content-left-wrapper {
	background-color: transparent !important;
	background: transparent !important;
}

.content-left-wrapper img {
	display: none;
}

@-webkit-keyframes AnimateBG {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes AnimateBG {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.row-height {
	/* background: #434bdf !important; */
	background-color: #434bdf;
	background: linear-gradient(to bottom, #4472b8, #4472b8) !important;

	/* background-image: linear-gradient(-45deg, #4472B8 0%, #4472B8 25%, #4472B8 51%, #1d4785 100%);
    -webkit-animation: AnimateBG 20s ease infinite;
    animation: AnimateBG 20s ease infinite; */
	/* background: radial-gradient(ellipse at bottom, #192E47 0%, #030617 100%) */
}

.btnlogin {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important;
}

.cardlogin {
	position: relative;
	box-shadow: 0px 0px 8px #2c2c2c;
	/* box-shadow: rgba(0, 0, 0, 0.316) 0px 60px 40px -7px; */
	/* box-shadow: rgba(50, 50, 93, 0.53) 0px 13px 27px -5px, rgba(0, 0, 0, 0.735) 0px 8px 16px -8px, 0px 0px 8px rgba(255, 255, 255, 0.62), inset 0px 0px 5px #4472B8; */
	/* box-shadow: rgba(50, 50, 93, 0.53) 0px 13px 27px -5px, rgba(0, 0, 0, 0.735) 0px 8px 16px -8px, 0px 0px 8px rgba(255, 255, 255, 0.62); */
	/* box-shadow: rgba(50, 50, 93, 0.53) 0px 13px 27px -5px, rgba(0, 0, 0, 0.735) 0px 8px 16px -8px, 0px 0px 8px rgba(255, 255, 255, 0.62), inset 0px 0px 5px #4472B8,
        0px -23px 25px 0px rgba(0, 0, 0, 0.17) inset,
        0px -36px 30px 0px rgba(0, 0, 0, 0.15) inset,
        0px -79px 40px 0px rgba(0, 0, 0, 0.1) inset; */
	/* border: solid 1px rgb(60, 12, 203); */

	border-radius: 8px;
	display: none;
	/* border: solid 3px #fff !important; */
	background-color: rgb(255, 255, 255) !important;
}

.img_rightbottom {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 250px;
	height: 100px;
	background-size: cover;
	/* background-image: url("<?php echo base_url(); ?>assets/login/img/logo_des22 tr.png"); */
	z-index: -30;
}

.form_login,
.logincopy {
	position: relative;
	display: block;
	z-index: 1000;
}

.btnlogin {
	background-image: url("../images/bg-footerblue.jpg");
	background-repeat: repeat;
	text-decoration: underline;
	color: #fff;
	font-size: 16px;
	box-shadow: inset 0px 0px 8px #4e4d4d !important;
	border-radius: 15px !important;
}

.btnlogin:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 50%;
	background: linear-gradient(
		rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0.2)
	);
}

/* .btnlogin {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;
}

.btnlogin:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.btnlogin:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

.btnlogin:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
} */

.login_boximgbottom {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 230px;
	height: 150px;
	z-index: 10;
	background-size: cover;
}

#wizard_container {
	background: #fff !important;
	background-color: #fff !important;
}

#middle-wizard figure {
	display: block;
	max-width: 100px;
	margin: 0 auto;
}

/* .............................. */
.area {
	background: #4e54c8;
	background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
	width: 100%;
	height: 100vh;
}

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}

/* .login_leftpanel {
    background-image: url("../images/bg_mobilemockup.png") !important;

} */

/* ................................. */
