@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	top: 0px;
	height: 90%;
	font-family: 'Poppins';
	background-image: url('../img/dekstop.jpg');background-attachment: fixed;background-size: 100%;
}
.imglogo {width: 90%;height: auto; margin-top: 25px}	

.title{
	color:#000000;margin-top: 10px;
}

#cetakcaptcha{
	padding-bottom: 10px;margin-top: 25px;
}

#captcha_code1{
	border-radius: 5px
}

#btnreloadcaptcha{
	float: center;font-size: 20px
}

#altstatus{
	display: none; margin-top: 20px;margin-bottom: -10px
}

#btnlogin{
	margin-bottom : 5px;margin-top: 30px;width: 100%;padding-left: 20px;padding-right: 20px;
}

#divlupa{
	padding-left: 20px;padding-right: 20px;border-radius: 10px;
}

#cetakcaptcha{
	padding-bottom: 10px;margin-top: 25px;
}

#captcha_code{
	border-radius: 5px
}

#btnulangcapthcareset{
	float: center;font-size: 20px
}

#divaltfail{
	display: none; margin-top: 20px;margin-bottom: -10px
}

#btnlupa{
	margin-bottom : 5px;margin-top: 30px;width: 100%;padding-left: 20px;padding-right: 20px;
}

#logoojkbawah {
	width: auto; 
	height: 50px;
	margin-top: 20px;
}
#container {
	top: 0px;
	/*background-color:#f0f0f0;*/	
}
#divlogin {
	height: auto;
	width: 320px;
	margin-top: 50px;
	/*box-shadow: 5px 3px #bbb;*/
	padding: 15px 15px;
	border: solid 1px #ddd;
	left: calc(50% - 160px);
	border-radius: 5px 5px;
	background-color: #fff;
	padding-left: 20px;padding-right: 20px;border-radius: 10px;
}
#divlupa {
	height: auto;
	width: 320px;
	margin-top: 50px;
	/*box-shadow: 5px 3px #bbb;*/
	padding: 15px 15px;
	border: solid 1px #ddd;
	left: calc(50% - 160px);
	border-radius: 5px 5px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {   
	#logoojkbawah{
		visibility: visible;
	} 
	
}

@media screen and (min-width: 768px) {      
	#logoojkbawah{
		visibility: visible;
	} 
	
} 
@media (min-width: 992px) {      
	#logoojkbawah{
		visibility: visible;
	} 
	
}
@media (min-width: 1200px) {    
	#logoojkbawah{
		visibility: visible;
	} 
	
}

#header {
	background:#ff0;
	padding:10px;
}
#body {
	padding:10px;
	padding-bottom:60px; /* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
}		


.overlay {
	/* full screen */
	width: 100vw;
	height: 100vh;
	/* transparent black */
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	/* middle layer, i.e. appears below the sidebar */
	z-index: 99999999998;
}

.lds-spinner {
	color: official;
	display: inline-block;
	position: fixed;
	width: 64px;
	height: 64px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #fff;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

*:focus {
		outline: none;
	}


.group 			  { 
	position:relative; 
	margin-top: 20px;
}

.inputMaterial 				{
	font-size:14px;
	padding:6px 7px 7px 2px;
	padding-bottom: 2px;
	display:block;
	width:100%;
	border:none;
	border-bottom:1px solid #b7b9fd;
	background-color: Transparent;
}


.inputMaterial:focus 		{ outline:none;
border-bottom:2px solid #1b78cd;
}

/* LABEL ======================================= */

.labelanimated 				 {
	color:#0053ce; 
	font-size:14px;
	font-weight:strong;
	position:absolute;
	pointer-events:none;
	left:0px;
	top:8px;
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
	
}

/* active state */
.inputMaterial:focus ~ .labelanimated, .inputMaterial:valid ~  .labelanimated 		{
	top:-12px;
	font-size:12px;
	color: black;
	left: 0px;
}


/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
	width:50%;
}

/* active state */
.inputMaterial:focus ~ .highlight {
	-webkit-animation:inputHighlighter 0.3s ease;
	-moz-animation:inputHighlighter 0.3s ease;
	animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
	to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
	to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
	to 	{ width:0; background:transparent; }
}

$transition: all 0.3s;
$shadow-L1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
$shadow-L2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
$shadow-L3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);



#container-floating{
	position: fixed;
	width: 60px;
	height: 60px;
	top: 20px;
	right: 20px;
	z-index: 50px;
	
	&:hover{
	height: 400px;
	width: 60px;
	top: 20px;
	right: 20px;
	}
	
	


@keyframes bounce-nds{
	from {opacity: 0;}
	to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
	from {opacity: 1; transform: scale(1);}
	to {opacity: 0; transform: scale(0);}
}

* {
	box-sizing: border-box
} 
		
		
		
		