body{
	background-color:#040D12 !important;
	position: relative; 
	height: 100vh;
	display:flex;
	justify-content:center;
}

.navbar{
	padding:20px !important;
	height:100px;
	width:100%;
	border:1px solid white;
}

.navbar h1{

}

.container-fluid{
	padding:50px !important;
}

.center{
	display:flex;
	justify-content:center;
}

.login{
	width:auto;
	height:auto;
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	border:3px solid #5C8374;
	border-radius:10px;
	box-shadow:0px 0px 25px 0px #010508;
	padding:5% 3% 3% 3%;
}

.login h1{
	text-align:center;
	color:white;
	padding:50px;
}

input, button, select, option{
	padding:10px 30px;
	border:3px solid #5C8374 !important;
	background-color:#040D12 !important;
	border-radius:50px !important;
	
}





input:focus{
	outline:none;
}

@media only screen and (max-width: 600px) {
  .login { padding:1% 15% 10% 15%; }
  .login h1 { font-size:50px !important; }
}