html, body {
    padding:0px;
    overflow-x: visible;
    overflow-y: visible;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;    
    background: #f4f7f6;
    height: 100%;
	width: 100%;
	margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
}
.text-icetmain {
  color: #003469 !important;
}
 
.text-icetredes {
  color: #003667 !important;
}

 .display-5 {
   font-size:20px;
    
 }
.bg-icetmain {
  background: #642485;
}
.bg-icetsec {
  background: #ccbfdc;
}
.bannerCaption1D {
	color:#242c42;
	margin:0 0 10px 0;
	font-size:40px;
	margin:0 0 10px 0;
    font-weight:900;
	background-color: rgba(255,255,255,0.5);
}
.bannerCaption2D {
	color:#242c42;
	margin:0 0 10px 0;
	font-size:30px;
	margin:0 0 10px 0;
    font-weight:700;
	background-color: rgba(255,255,255,0.5);
}
.bannerCaption3D {
	color:#242c42;
	margin:0 0 23px 0;
	font-size:20px;
	margin:0 0 10px 0;
    font-weight:700;
	background-color: rgba(255,255,255,0.5);
}

.bannerCaption1L {
	color:#ffffff;
	margin:0 0 10px 0;
	font-size:50px;
	margin:0 0 10px 0;
    font-weight:900;
	 background-color: rgba(255,255,255,0.5);
}
.bannerCaption2L {
	color:#ffffff;
	margin:0 0 10px 0;
	font-size:30px;
	margin:0 0 10px 0;
    font-weight:700;
}
.bannerCaption3L {
	color:#ffffff;
	margin:0 0 23px 0;
	font-size:20px;
	margin:0 0 10px 0;
    font-weight:700;
}

.footerBanner {
    background-image: url("../localimg/banerInferiorNaranja.jpg");
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height:50%;
    color: #6c7580;
}
.footerBanner2{
    background-image: url("../localimg/footerorange.jpg");
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height:100%;
    color: #fff
}
.footerIcet {
	color:#003469;
}
input.invalid, textarea.invalid, select.invalid
{
    background-color: #ffdddd;
}

xxxxlabel {
  color: red;
  font-family: 'Roboto', sans-serif;
  background: #f4f7f6;
  font-size: small;
}
label.error {
    font-size:small;
}
span.arrow {
  color: red;
  font-family: 'Roboto', sans-serif;
  background: #f4f7f6;
  font-size: small;
}


form .error {
  color: #ff0000;
 
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper #content-wrapper {
  background-color: #FAFDFB;
  width: 100%;
  overflow-x: hidden;  
}

.container,
.container-fluid,
.container-login {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}



@media (min-width:768px) {
  .container-login {
    margin-left: 25rem;
    margin-right: 25rem;
  }
}

.login-form {
  padding: 3rem !important;
}

@media (max-width: 768px) {
	.login-form {
    padding: 3rem 2rem !important;
  }
	
}