@charset "utf-8";
/* CSS Document */

.tengah
{
	min-height: 95%;
    min-height: 95vh;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
	-moz-background-size:cover;
	margin-top:px;
}
.item-tengah
{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.panel{max-width:300px;background: transparent;}


.btn-warning{
	transition:0.5s;
}
.btn-warning:hover{
	color:rgba(231,126,34,1.00);
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(231,126,34,1.00) thin;
	border-radius:5px;
	transition:0.3s;
}
.btn-info{
	transition:0.5s;
}
.btn-info:hover{
	color:rgba(42,128,185,1.00);
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(42,128,185,1.00) thin;
	border-radius:5px;
	transition:0.3s;
}
