.logo {
    margin: 30px auto 20px;
}
.title {
    margin: 0 auto;    
    text-align: center;
}

@media screen and (max-width: 600px) {
	.login-container {
		> div:nth-child(4) {
			margin: 30px auto;
			position: relative;

			.modal {
				margin: 170px auto 0;	
			}
		}
		> div:nth-child(5) {
			display: flex;
			width: 95%;
			margin: 35px auto 0;
			justify-content: space-evenly;	
		}
		> div:nth-child(5):before {
			content: 'Kolaborasi';
			position: relative;
			top: 15px;
			font-weight: bold;
		}
		> div:nth-child(5) > span:first-child {
			background-image: url(/images/kemenkes40.jpg);
			/* background-image: url(/images/kemenkesX40.jpg); */
			width: 93px;
			height: 40px;
		}
		> div:nth-child(5) > span:nth-child(2) {
			background-image: url(/images/nlr40.jpg);
			/* background-image: url(/images/nlrX40.jpg); */
			width: 40px;
			height: 40px;
		}
	}

    .logo {
        background-image: url(/images/logo-kusta96.jpg);
        /* background-image: url(/images/logo96.jpg);
        background-image: url(/images/logoX96.jpg); */
        background-size: 96px 96px;
        width: 96px;
        height: 96px;
    }
    .title h1 {
        margin: 0;
        padding: 5px 10px 0 5px;
        font-size: 15px;
    }
    .title h4 {
        margin: 0;
        padding: 0 15px;
        font-size: 11px;
    }
	
	.login {
		margin: 0 auto;
		width: 80%;
		text-align: center;
		background-color: #ccc9c9;
		border-radius: 20px 20px 5px 5px;	
		box-shadow: 0px 5px 15px 2px #888888;		

		> div:first-child {
			padding: 10px;
			font-weight: bold;	
			background-color: #eee;
			color: #4e4e4e;
			border-radius: 20px 20px 0 0;

			/* &:before {
				content: url('../images/offline.png');
				position: relative;
				top: 2px;
				left: -10px;
			} */
		
		}
		& form {
			padding: 10px 0 10px 0;
			margin: 0 auto;
			width: 100%;
			text-align: center;			
		}
		& .username, .password {
			border: 1px solid black;
		}
		& input[type="text"] {	
			background: url('../images/user.png') no-repeat #fff 7px 9px;
		}
		& input[type="password"] {	
			background: url('../images/lock.png') no-repeat #fff 7px 9px;
		}
		& input[type="text"], input[type="password"] {
			width: 85%;
			padding-top: 1px;
			margin: 3px;
			height: 34px;
			border: 1px solid #ced4da;
			font-size: 17px;
			text-indent: 29px;
			border-radius: 5px;
			background-size: 18px 18px;
		}
		& button {
			margin: 10px 0 0;
			width: 60%;
			height: 35px;
			background-color: #03a9f4;
			text-align: center;
			color: white;
			font-weight: bold;
			border-color: #03a9f4;
		}
		& div:nth-child(3){
			padding: 7px 0 15px;
			text-align: center;
			font-size: 14px;
		}
	}			
}

@media screen and (min-width: 601px) {
	.login-container {
		margin: 70px auto 0px;

		> div:nth-child(4){
			margin: auto;
			width: 380px;
			position: relative;

			.modal {
				margin: 125px auto 0;	
			}
		}
		> div:nth-child(5){
			display: flex;
			/* border: 1px solid red; */
			width: 335px;
			/* width: 430px; */
			margin: 40px auto 0;
			justify-content: space-around;
		}
		> div:nth-child(5):before{
			content: 'Kolaborasi';
			color: #464646;
			position: relative;
			top: 15px;
			font-weight: bold;
		}
		> div:nth-child(5) > span:first-child {
			background-image: url(/images/kemenkes.png);
			/* background-image: url(/images/kemenkes_baru.png); */
			/* background-image: url(/images/kemenkesX.png); */
			background-repeat: no-repeat;
			background-size: 111px 48px;
			width: 111px;
			height: 48px;
			/* background-size: 206px 48px;
			width: 206px;
			height: 48px; */
		}
		> div:nth-child(5) > span:nth-child(2) {
			background-image: url(/images/nlr.png);
			/* background-image: url(/images/nlrX.png); */
			background-repeat: no-repeat;
			background-size: 48px 48px;
			width: 48px;
			height: 48px;
		}
	}	
    .logo {
        /* background-image: url(/images/LOGO550.png); */
        background-image: url(/images/LOGO-KUSTA.png);
        /* background-image: url(/images/logo140.png); */
        /* background-image: url(/images/logoX96.jpg); */
        /* background-size: 140px 140px;
        width: 140px;
        height: 140px; */
        background-size: 146px 140px;
        width: 146px;
        height: 140px;
    }
	.title h1 {
		color: #464646;
		text-shadow: 0px 3px 5px #ddd;
        }
    .title h4 {
		margin: 5px 0 30px;
		color: #464646;
    }
	.login {		
		margin: 0 auto;
		width: 300px;
		text-align: center;
		background-color: #ccc9c9;
		border-radius: 20px 20px 5px 5px;	
		box-shadow: 0px 5px 15px 2px #888888;

		> div:first-child {
			padding: 10px;
			font-weight: bold;	
			background-color: #eee;
			color: #4e4e4e;
			border-radius: 20px 20px 0 0;
		}
		& form {
			padding: 10px 0 10px 0;
			margin: 0 auto;
			text-align: center;			
		}
		& .username, .password {
			border: 1px solid black;
		}
		& input[type="text"] {	
			background: url('../images/user.png') no-repeat #fff 3px 5px;
		}
		& input[type="password"] {	
			background: url('../images/lock.png') no-repeat #fff 3px 5px;
		}
		& input[type="text"], input[type="password"] {
			width: 70%;
			margin: 3px;
			height: 25px;
			border: 2px solid #ced4da;
			text-indent: 25px;
			border-radius: 5px;
			font-size: 12pt;
		}
		& button {
			margin: 5px 0 0;
			width: 40%;
			height: 27px;
			background-color: #03a9f4;
			text-align: center;
			color: white;
			font-weight: bold;
			border-color: #03a9f4;
		}
		& div:nth-child(3){
			padding: 5px 0 10px;
			text-align: center;
			font-size: 12px;
		}
	}
}

.modal {
	position: absolute;
	z-index: 1; 
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 5px;
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}
.modal-content {
	background-color: #f8d7da;
	text-align: center;
	margin: 1px 0;
	padding: 15px;
	border: 1px solid #f5c2c7;
	color: #842029;
	font-weight: bold;
	
}
.close {
	padding: 5px 12px 0 0;
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;

	&:hover, &:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}
}
