.page-mask { 
  width: 100%; 
  height: 100%; 
  position: fixed; 
  background: #fff;  
  z-index: 99999;
}


.spinner {
  background: url(../img/flat-loader.gif);
    width: 128px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin: -64px 0 0 -64px;
    top: 50%;
}

.btn-primary {
  background-color: #3490dc;
  border-color: #3490dc;
  color: #fff;
 padding: 8px 28px;

}

.btn-default {
  background-color: white;
border-color: #3490dc;
color: #3490dc;
padding: 8px 28px;
border: 1px solid #3490dc;

}

.btn100{
  width: 100%;
}
.mc-image, #fullscreen-slider{
      max-height: 500px !important;
}

.login_oueter {
    width: 360px;
    max-width: 100%;
}
.logo_outer{
    text-align: center;
}
.logo_outer img{
    width:120px;
    margin-bottom: 40px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 14PX .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}


.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.75) !important;
}


.social-icons-footer-bottom li i {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 0;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  color: white;
  text-decoration: none;
}

i{
  display: inline-block;
font-family: FontAwesome;

font-style: normal;
font-variant: normal;


padding-top: 0;
text-align: center;
text-decoration: inherit;
text-transform: none;
color: white;
text-decoration: none;
}
.site-info{
  color:white;
}



.mayusculas{
  text-transform: uppercase;
}