/* 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: #FFFFFF !important;
	text-align: center !important;
}
@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;
}

.zone-yellow.login .navbar {
	background-color: #fdb913 !important;
}
.zone-blue.login .navbar {
	background-color: #064797 !important;
}
.zone-red.login .navbar {
	background-color: #d7182a !important;
}

/*general css for all zones*/

.form-log {
	border: 1px solid #ffffff !important;
	border-radius: 22px !important;
	width:363px !important;
	height: 297px !important;
	background: white !important;
	opacity:90% !important;
}

#login_wrapper > form > .p-3 {
	border-radius: 22px !important;
	background: white !important;
	margin-top:30px;
}

.zone-blue.login .btn-primary {
	border-radius: 5px;
	background: #064797;
	border-color: #064797;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	margin-bottom: 30px;
}
.zone-blue.login .form-control {
	background: #cddaea !important;
	border: 1px solid #064797;
	border-radius: 3.3px;
}

.zone-red.login .btn-primary {
	border-radius: 5px !important;
	background: #d7182a;
	border-color: #d7182a;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	margin-bottom: 30px;
}
.zone-red.login .form-control {
	background: #f7d1d4 !important;
	border: 1px solid #d7182a;
	border-radius: 3.3px;
}

.zone-yellow.login .btn-primary {
	border-radius: 5px !important;
	background: #fdb913;
	border-color: #fdb913;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	margin-bottom: 30px;
}
.zone-yellow.login .form-control {
	background: #fff1d0 !important;
	border: 1px solid #fdb913;
	border-radius: 3.3px;
}

.form-group {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	flex-direction: column;
	align-content: space-around;
}

.form-horizontal-group {
	display: flex;
	flex-wrap: nowrap;
	/*margin-right: 65px;*/
	/*margin-left: 65px;*/
	margin-bottom: 20px;
	align-content: space-around;
}
/*
.login-container {
	height: 100vh !important;
	overflow: hidden !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	max-height: 80vh !important;
}*/

 @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/cover-flag.png) !important;
	background-size: cover;
	background-repeat: no-repeat;
}
.logos {
	display: flex;
}

.sponsors {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-direction: column;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: -35px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 20.41%, #FFF 48.78%);
}

.border-top {
	border-top: 0 !important;
}
.img-fluid {
	max-width: 200px !important;
}

.logo-login{
	max-width: 150px !important;
	padding-bottom: 10px !important;
}