:root{
	--color:#212121;
}
html,body{
	margin: 0 auto !important;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: .5px;
	font-size: 13px !important;
	height: 100vh;
	color: var(--color) !important;
}
#bg{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: rgba(0, 19, 119, 0.88);
}
#bg:after{
  content: "";
  background: url(img/bg.jpg) no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.form-control{
	border: 1px solid #cecedb !important;
}
.login .wrapper-box{
	position: relative;
	height: 100%;
}
.login {
	margin-top: 70px;
	height: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	height: 460px;
}
.logo-img{
	margin:0 auto 20px auto;
	display: block;
	text-align: center;
	width: 100%;
}
.login h1{
	padding: 0;
	margin: 40px 0 0 0;
	font-weight: bold;
	display: block !important;
	color: #0D47A1;
	text-align: center;
}
.login h2{
	padding: 0;
	margin: 0px 0 20px 0;
}
.login h3{
	font-weight: bold;
	padding: 0;
	text-align: center;
	margin:10px auto 0 auto;
	color: #323538;
	font-size: 14px;
}
.login .header{
	margin: 50px auto 0 auto;
	display: block;
}
.btn{
	letter-spacing: 1px;
	font-weight: bold;
}
.btn-success{
	background: #0D47A1 !important;
	border-color: #0D47A1 !important;
}
.btn-block{
	display: block !important;
	width: 100%;
}
.form-control{
	height: calc(2.5rem + 2px);
}
label:not(.form-check-label):not(.custom-file-label){
	font-weight: normal !important;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 14px;
}
.menu{
	margin-top: 30px;
}
.menu a{
	color: var(--color);
	margin-right:20px;
	padding:5px 10px;
}
.menu a:hover{
	text-decoration: underline;
}
footer{
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #01304E;
	color: white;
}
footer .logo-img{
	position: absolute;
	margin-top: -43px;
}
footer h3{
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 100px;
}
footer p{
	padding: 0;
	margin: 0 0 0 100px;
}