html,
body {
  height: 100%;
}
body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.form-signin {
  width: 100%;
  max-width: 700px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
.ssLoader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/bx_loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
.panelMessage {
	background-color: rgba(255, 255, 255, 0.8);
	padding:150px 0px;
}
.masterPage {
	background-color:;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.input-Code:disabled {
	font-size:1.8rem;
	margin:0;
	padding:0;
	border: none;
	text-align:center;
	width:auto;
}
/*-NAV-*/
.navbar-light .navbar-nav .nav-link.active {
	background-color:#ffecb4;
}
/*-CHECKBOX-*/
.form-check-input.checkInt {
   margin-top: 0;
   background-color: transparent;
   border: none;
}

