body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	
}
#body-login{
	background: white;
	
}

.kotak{
	margin-top: 20px;
	background: #3d4585;
	height: 400px;
}

.regis-kotak{
	width: 60% !important;
	background: #3d4585;
}

.regis-kotak label{
	color: white;
}

#top{
    background: white;
	background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.jumbotron{
	font-family: monospace;
    border-radius: 30px !important;
    background: #c9c9c9 !important;
    margin: 0 auto;
}
.jumbotron h1{
    font-weight: 60px !important;
}

.login-input{
	height: 40px;
}

.box{
	background: #2d3436;
	width: 500px;
	height: 400px;
	border-radius: 50px;
	text-align: center;
	margin-left: 50%;
}
.box h2{
	color: white;
	padding-top: 30px;
	font-size: 35px;
	text-align: center;
}
.box form{
	text-align: center;

}
.box form div{
	padding-top: 10px;
}

.input{
	background:#000;
	width: 400px;
	height: 50px;
	text-align: center;
	border: 2px solid #ff6b6b;
	border-radius: 50px;
	color: #fff;
	outline: none;
}

.button{
	margin-top: 10px;
	background:#000;
	width: 70px;
	height: 40px;
	text-align: center;
	border: 2px solid #81ecec;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.input:focus{
	border-color: #81ecec; 
	background: #000;
	width: 600px;
	transition: 0.9s;
}
.box #registrasi{
	font-family: monospace;
}

.button:hover, .button:focus{
	transition: 0.9s;
	background: #81ecec;
	color: #000;
}

.header{
	width: 100%;
	height: 150px;
	background: #02a30a;
	display: block;
}
.header img{
	position: absolute;
	left: 100px;
	width: 40%;
}
.header h1{
	padding-top: 50px;
	text-align: center;
	color: white;
	font-family: algerian;
	font-size: 40px;
}

.navbar-brand{
	font-size: 30px !important;
	font-weight: 100 !important;
	font-family: algerian;
	color: white !important;
}
.collapse ul li a{
	font-size: 20px !important;
}
.collapse ul li a:hover{
	color: black !important;
	transition: 0.5s;
}
.dropdown-menu a:hover{
	color: black !important;
}
/*.card{
	border-radius: 50px !important;
}*/
