/* Write your custom CSS here */
.login-block{
	margin-top: 10%;
	margin-bottom: 10%;
	box-shadow: 1px 1px 5px 2px #ddd;
	padding: 20px;
	padding-bottom: 50px;
	border-radius: 10px;
	background: #fff;
}

.login-block .btn-primary{
	background: #043C62;
	border: none;
	width: 100%;
}

.form-title{
	color: #043C62;
}

#navbarSupportedContent,
.navbar{
	display: none !important;
}

main.py-4{
	padding: 0px !important;
}