* {
	box-sizing: border-box;
}
body {
}
.btn-primary {
	background: #00a5fd!important;
	border: 1px solid #00a5fd!important;
}
.btn-primary:hover {
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
}
.login-container {
	display: flex; 
	flex-flow: row; 
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 700px;
	height: 100vh; 
	background-image: url(../image/banner/bgblur.jpg);
	/*background: #444;*/
	background-size: cover;
}
.login {
	margin: auto;
}
.card { 
	width: 90%;
	max-width: 500px;
}
.login-logo {
	position: absolute;
	top: -20%;
	/*left: 40%;*/
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	/*background-color: #fff;*/
	border-radius: 50%;
	margin: auto;
	border-radius: 50%;
}
.card-body {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	padding-right: 50px !important;
	padding-left: 50px !important;
}

/* login siswa */
.box-login {
	width: 95%;
	max-width: 900px;
	/*float: left;*/
	display: flex;
	/*margin: auto;*/
}
.box-left, .box-right {
	padding: 90px 20px;
	display: inline-block;
	
}
.box-left {
	border-radius: 10px 0px 0px 10px;
	float: left;
	width: 60%;
	padding: 60px 30px;
	background-color: rgba(0,165,253,1);
	/*background-color: #444; 
	background-image: url(../image/banner/bg-1.jpg); 
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;*/
	color: #fff;
}
.box-right {
	border-radius: 0px 10px 10px 0px;
	width: 40%;
	display: flex;
	flex-flow: column;
	/*align-items: center;*/
	position: relative;
	float: right;
	background: #fff;
	color: #444;
}

.box-login li i {
	margin-right: 8px;
}
.box-login li {
	padding: 5px;
}
@media (max-width: 850px) {
	.box-left {
		display: none;
	}
	.box-right {
		border-radius: 10px;
		width: 95%;
		text-align: center;
		padding: 40px;
		display: flex;
		margin: auto;
		flex-flow: column;
		/*align-items: center;*/
		position: relative;
		float: right;
		background: #fff;
		color: #444;
	}
}


.simple-box {
	display: flex; 
	flex-flow: row; 
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh; 
	background: #00a5fd;

}
.simple-box .card {
	width: 100%;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
}
.simple-box .card-body {
	padding: 20px!important;
	position: relative;
}
.simple-box .btn-close {
	position: absolute; 
	top: 5px;
	right: 5px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	/*border-radius: 5px 0px 50px 50px;*/
}