* {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', sans-serif;
}
.main-login {
	display: flex;
	/*border: 1px solid;*/
	height: 100vh;
	justify-content: center;
	align-items: center;
}

.box {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0 25px;
}

.box-login {
	width: 320px;
	min-height: 200px;
	/*border: 1px solid;*/
	margin-bottom: 20px;
}
.box-login h2 h1 {
	text-align: center;
}

.input-control {
	padding: 5px 10px;
	font-size: 16px;
	margin: 5px 0;
}
.form-control {
	margin: 5px 0;
	/*margin-right: 50px;*/
	/*margin-left: 50px;*/
	display: block;
	width: 90%;
	/*height: calc(1.5em + 0.75rem + 2px);*/
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-login {
	padding: 7px 20px;
	background-color: #C70039;
	color: #fff;
	border: none;
	font-size: 16px;
}
.btn-login:hover {
	cursor: pointer;
	background-color: #900C3F;
	color: #fff;
	text-decoration: none;
}
header {
	/*border: 1px solid;*/
	min-height:70px;
	background-color: #fff;
}
header::after {
	content:'';
	display: block;
	clear: both;
}

header ul {
	/*border: 1px solid;*/
	/*float: center;*/
}

header ul li {
	/*border: 1px solid;*/
	padding: 20px 25px;
	display: inline-block;
	align-content: center;
}

a {
	text-decoration: none;
}

.content {
	width: 90%;
	padding: 10px;
	box-sizing: border-box;
	/*border: 1px solid;*/
	margin: 50px solid;

}

/*table {
	border-collapse: collapse;
  	justify-content: center;
	align-items: center;
}
*/

.box-isi {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0 25px;
}

.box-home-isi {
	width: 90%;
	min-height: 200px;
	margin-bottom: 20px;
}
.main-isi {
	display: flex;
	/*border: 1px solid;*/
	/*height: 100vh;*/
	justify-content: center;
	align-items: center;
}
button{
font-family: sans-serif;
font-size: 15px;
background: #22a4cf;
color: white;
border: white 3px solid;
border-radius: 5px;
padding: 12px 20px;
margin-top: 10px;
}

button:hover{
opacity:0.9;
}
