html, body {height: 100%;}

.linkfooter{color: #444; font-weight: 500; font-size: 1.3em;}

/*
body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #ccc;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #ccc;
}


#header{display: none;}
#main-wrapper{display: none;}
#footer{display: none;}
.bg_header{background-color: #A10016; color: #fff;}

.title-app{margin-left: 20px; font-weight: 600;}
.title-app-i{font-size: 2rem; color: #F0A9B0 !important;}
.is{margin-bottom: .2rem !important;}
.is-i{font-size: 2rem; color: #333;}

.center{text-align: center;}

.fw-media{font-weight: 600 !important;}

.form-signin {
  width: 100%;
  max-width: 630px;
  padding: 0px 15px 15px 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;
}


#loader {
  position: absolute;
  left: 45%;
  top: 40%;
  z-index: 1;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #A10016;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {font-size: 3.5rem;}
}