/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}
@media (max-width: 991px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 110px;
	}
}
@media (max-width: 767px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 130px;
	}
}
.footer {
	font-size: 80%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
	.footer {
		height: 108px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 0.875rem;
	}
	.footer {
		height: 126px;
	}
}
.footer .disclaimer {
	display: inline-block;
	padding: 7px 0px 7px 0px;
}
.footer .footNote {
	display: inline-block;
	padding: 7px 0px 7px 0px;
}

.navbar {
	background-color: #0c4776 !important;
}

.form-log {
	border: 1px solid #ffffff !important;
	border-radius: 22px !important;
	width:363px !important;
	height: 267px !important;
	background: rgb(12, 71, 118, 0.5) !important;
	opacity:90% !important;
	padding-top: 10px;
}
.btn-primary {
	border-radius: 5px;
	background: #0c4776;
	border-color: #064797;
	font-weight: bold;
	margin-bottom: 30px;
}
#form > button {
	border-radius: 5px;
	background: #0c4776;
	border-color: #064797;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	margin-bottom: 30px;
}
.form-control {
	background: white !important;
	border: 1px solid #064797;
	border-radius: 3.3px;
}

#form > div > div:nth-child(1) {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	flex-direction: column;
	align-content: space-around;
}

#form > div > div:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	flex-direction: column;
	align-content: space-around;
}

#form > div > div:nth-child(3) {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	flex-direction: column;
	align-content: space-around;
}

@media (min-width: 576px) {
	.col-sm-4 {
		flex: 0 0 53.333333%;
		max-width: 53.333333% !important;
	}
}
@media (min-width: 992px) {
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 53.333333% !important;
	}
}

legend {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#login_wrapper {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: column;
	padding-top:50px;
}

.login {
	background-image: url(/views/bootstrap/images/dms-background.png) !important;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: left bottom ;
}

.bg-light {
	background: none !important;
}
.logo-login {
	width:100px !important;
}
.logo-text {
	padding-bottom:20px !important;
}