@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	font-family:'Quicksand', sans-serif;
}
body {
	background-color:#f8f8f8;
}
a {
	color: inherit;
	text-decoration:none;
}
#bg-login {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	background:linear-gradient(to right,#f0f3fa,#d5deef,#b1c9ef,#baaee0,#628ecb,#395886);
}
.box-login {
	width: 300px;
	min-height: 200px;
	border:1px solid #ccc;
	background-color:#FFF;
	padding:15px;
	box-sizing:border-box;
}

.box-login h2 {
	text-align:center;
	margin-bottom:15px;
}
.input-control {
	width:100%;
	padding:10px;
	margin-bottom:25px;
	box-sizing:border-box;
}

.btn {
	padding:8px 15px;
	background-color:#C70039;
	color:#FFF;
	border:none;
	cursor: pointer;
}
.btn:hover {
	padding:8px 15px;
	background-color:#07650A;
	color: #FFF;
	border:none;
	cursor: pointer;
}
header {
	background:linear-gradient(to right,#f0f3fa,#d5deef,#b1c9ef,#baaee0,#628ecb,#395886);
	
}

.like {
    background-image: url(../img/like.png);
    background-color: hsl(0, 0%, 97%);
    background-repeat: no-repeat; 
    background-position: 4px 5px;
    border: none;           
    cursor: pointer;       
    height: 30px;
	padding:0px 20px 0px 10px;          
    padding-left: 30px;    
    vertical-align: middle;
    color: hsl(0, 0%, 33%);
    border-color: hsl(0, 0%, 60%);
    -webkit-box-shadow: inset 0 1px 0 hsl(0, 100%, 100%),0 1px 0 hsla(0, 0%, 0%, .08);
	position:absolute;
}
.like:hover {
    background-image: url(../img/like.png);
    background-color: hsl(0, 0%, 97%);
    background-repeat: no-repeat; 
    background-position: 4px 5px;
    border: none;           
    cursor: pointer;       
    height: 30px;
	padding:0px 20px 0px 10px;          
    padding-left: 30px;    
    vertical-align: middle;
    color: hsl(0, 0%, 33%);
    border-color: hsl(0, 0%, 60%);
    -webkit-box-shadow: inset 0 1px 0 hsl(0, 100%, 100%),0 1px 0 hsla(0, 0%, 0%, .08);
	position:absolute;
	background-color:#FFF;
	box-shadow:2px 1px 1px #009;
}

.like2 {
    background-image: url(../img/like3.png);
    background-color: hsl(0, 0%, 97%);
    background-repeat: no-repeat; 
    background-position: 4px 5px;
    border: none;           
    cursor: pointer;       
    height: 30px;          
    padding:0px 20px 0px 10px;
	padding-left:30px;   
    vertical-align: middle;
    color: hsl(0, 0%, 33%);
    border-color: hsl(0, 0%, 60%);
	 -webkit-box-shadow: inset 0 1px 0 hsl(0, 100%, 100%),0 1px 0 hsla(0, 0%, 0%, .08);
}
.like2:hover {
    background-image: url(../img/like3.png);
    background-color: hsl(0, 0%, 97%);
    background-repeat: no-repeat; 
    background-position: 4px 5px;
    border: none;           
    cursor: pointer;       
    height: 30px;          
    padding:0px 20px 0px 10px; 
	padding-left:30px;   
    vertical-align: middle;
    color: hsl(0, 0%, 33%);
    border-color: hsl(0, 0%, 60%);
	 -webkit-box-shadow: inset 0 1px 0 hsl(0, 100%, 100%),0 1px 0 hsla(0, 0%, 0%, .08);
    box-shadow:2px 1px 1px #009;
	background-color:#FFF;
}
.inpu {
	width: fit-content;
	padding:10px;
	margin-bottom:12px;
	background-color:#CCC;
	box-sizing: content-box;
	border-radius:25px 0px 25px 0px;
}
.inpu2 {
	position:relative;
	top:-20px;
}
header h1 {
	float:left;
	padding:10px 0;
}
header h1:hover {
	float:left;
	padding:10px 0;
	color:#F00;
}
header ul {
	float:right;
}
header ul li {
	display:inline-block;
}
header ul li a {
	padding:20px 15px 20px 15px;
	display: inline-block;
}
header ul li a:hover {
	padding:20px 15px 20px 15px;
	display: inline-block;
	background:#F00;
	color:#FFF;
}
footer {
	padding:25px 0;
}
.container {
	
	width: 80%;
	margin: 0 auto;
}
.container:after {
	content:'';
	display: block;
	clear:both;
}
.section {
	padding:25px 0;
}
.box {
	background:linear-gradient(to right,#f0f3fa,#d5deef,#b1c9ef,#baaee0,#628ecb,#395886);
	border:1px solid #ccc;
	padding:15px;
	box-sizing: border-box;
	margin:10px 0 25px 0;
}
.box:after {
	content: '';
	display: block;
	clear: both;
}
.table {
	width: 100%;
	border-collapse: collapse;
}
.table tr {
	height: 30px;
}
.table  tr td {
	padding:5px 10px;
}
.col-5 {
	width:20%;
	height:100px;
	text-align: center;
	float: left;
	padding:10px;
	box-sizing: border-box;
}
.col-5:hover {
	width:20%;
	height:100px;
	text-align: center;
	float: left;
	padding:10px;
	box-sizing: border-box;
	color:#FFF;
	background:#ECE11C;
}
.col-4 {
	width:25%;
	height: 230px;
	border:1px solid #ccc;
	float: left;
	padding:10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.col-4:hover {
	width:25%;
	height: 230px;
	border:1px solid #ccc;
	float: left;
	padding:10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background:#ECE11C;
}
.col-4 img {
	width: 100%;
}
.col-4 .nama {
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	padding-top:5px;
}
.col-4 .admin {
	color: #000;
	font-size:14px;
}
.col-4 .admin1 {
	font-weight: bold;
	color: #000;
	font-size:12px;
	padding-top:5px;
}
.footer {
	padding:25px 0;
	background-color: #333;
	color: #fff;
	text-align: center;
}
.footer p {
	margin-bottom: 10px;
}
.footer small {
	margin-top: 25px;
	display: inline-block;
}
.col-2 {
	width: 50%;
	min-height: 200px;
	padding:10px;
	box-sizing: border-box;
	float: left;
}
.col-2 img {
	border:1px solid #f9f9f9;
	padding:5px;
	box-sizing: border-box;
}
.col-2 h3 {
	margin-bottom: 10px;
}
.col-2 h4 {
	color: #C70039;
}
.col-2 p {
	margin:15px 0;
	text-align: justify;
	line-height: 25px;
	font-size: 14px;
}
.col-7 {
	width: 50%;
	min-height: 200px;
	padding:10px;
	box-sizing: border-box;
	float: left;
	padding-bottom:inherit;
	padding-top:inherit;
}
.elemen {
  background-image: linear-gradient(to right, red, yellow);
  transition: background-image 0.5s ease-in-out;
}

.elemen:hover {
  background-image: linear-gradient(to right, blue, green);
}
.search {
	padding:15px 0;
	background-color: #fff;
	border:1px solid #ccc;
	text-align: center;
}
.search input[type=text] {
	width: 60%;
	padding:10px;
}
.search input[type=submit] {
	padding:12px 15px;
	background:linear-gradient(to right,#f0f3fa,#d5deef,#b1c9ef,#baaee0,#628ecb,#395886);
	color: #000;
	border:none;
	cursor:pointer;
}
.search input[type=submit]:hover {
	padding:12px 15px;
	background:#F00;	
	color: #fff;
	border:none;
	cursor:pointer;
}



@media screen and (max-width: 768px) {
	.container {
		width: 90%;
		}
	.col-5 {
		width:50%;
		margin-bottom: 10px;
	}
	.col-5:hover {
		width:50%;
		margin-bottom: 10px;
	}
	.col-4 {
		width:50%;
		height: 270px;
	}
	.col-4:hover {
		width:50%;
		height: 270px;
	}
	.col-2 {
		width:100%;
	}
}
