.upper_none{
  text-transform: none !important;
}

.pantalla_bloqueo {
      /*display: none;*/
      position: fixed;
      background-color: rgba(255,255,255,1);
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 9999;
}

.pantalla_bloqueo .image{
  position: relative;
  width: 100;
  margin: auto;
}

.pantalla_bloqueo .image img{
  position: absolute;
  left: 0;
  width: 100px;
  max-height: 100%;
}

.pantalla_bloqueo .image img{
  border-radius: 50%;
}

.main-container{
    width: 100%;
    background-image: url('../imagenes/bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.mask{
    display: table;
    width: 100%;
    height: 100vh;
    /*padding: 70px;*/
    /*background-color: rgba(21,93,244,.7);*/
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(left, rgba(0,0,0,.5) 0%, rgba(7,113,247,0.7) 90%, rgba(7,113,247,0.7) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,.5)), color-stop(90%, rgba(7,113,247,0.7)), color-stop(100%, rgba(7,113,247,0.7)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0%, rgba(7,113,247,0.7) 90%, rgba(7,113,247,0.7) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,.5) 0%, rgba(7,113,247,0.7) 90%, rgba(7,113,247,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,.5) 0%, rgba(7,113,247,0.7) 90%, rgba(7,113,247,0.7) 100%);
    background: linear-gradient(to right, rgba(0,0,0,.5) 0%, rgba(7,113,247,0.7) 90%, rgba(7,113,247,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );

}
.container-left{
    display: table-cell;
    /*height: 100%;*/
    padding-left: 50px;
    padding-right: 50px;
    /*background-color: rgba(17,102,231,0.8);*/
    color:#fff;
}
.container-left h2{
  text-shadow: 0 1px 2px #000;
}

.container-left .btn-primary{
  background-color: transparent !important;
  border: 2px solid #fff;
  padding: 5px 25px !important;
  border-radius: 0 !important;
  width: 200px !important;
  margin-top: 20px;
}

.container-right{
    display: table-cell;
    width: 28%;
    padding: 70px 50px;
    /*padding-right: 50px;*/
    /*background-color: #FFF;*/ 
    background: rgba(255,255,255,1) url('../imagenes/bg_login_form.png');
    background-size: cover;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    /*border-radius: 3px;*/
}

.container-right h1{
  font-weight: bold !important;
  font-size: 30px !important;
}

.container-right label{
    color: #424242;
}
.container-right input[type="text"], .container-right input[type="password"]{
    padding: 5px 10px !important;
    color: #212121;
    border-radius: 2px !important;
}
.container-right select{
    padding: 5px 10px !important;
    color: #212121;
    border-radius: 2px !important;
}

.container-right .btn-primary{
  border-radius: 2px !important;
}

#footer-login{
  position:absolute; 
  bottom: 0; 
  width: 75%; 
  border-top: 1px solid #E7E7E7; 
  padding-top: 25px;
  padding-bottom: 25px;
}
.user_avatar{
    border: 5px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    width: 120px;
    max-height: 100%;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

.oculto{ display: none; }

.msj-error{
    color : #B40E0E;
    font-size: 12px;
    font-weight: bold;
}
.carousel{
  position: relative !important;
}
.carousel-indicators{
    position: fixed;
    /*margin-bottom: -100px;*/
    /*background-color: #ccc;*/
    width: 100% !important;
    height: 20px;
    top: 300px !important;
    left: 240px !important;
    /*transform: rotate(-90deg);*/
    z-index: 9;
}
.carousel-indicators li{
    background-color: rgba(255,255,255,0.4) !important;
}
.carousel-indicators .active{
    background-color: #fff !important;
    border:2px solid #fff;
}
.item p{
  width: 80% !important;
  font-weight: bold !important;
  text-shadow: 0 1px 2px #000;
}
.spinner_login{
    display: none;
    background-color: rgba(255,255,255,0.9);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
}
.spinner_login .spinner_md{
    margin-top: 60%;
}

.spinner_primary {
      margin: auto;
      border: 3px solid #f3f3f3; /* Light grey */
      border-top: 3px solid #4285F4; /*#4285F4 Blue */
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 100px;
      height: 100px;
      animation: spin 1s linear infinite;
}

.spinner_primary:before{
  content: '';
  position: absolute;
  border: 5px solid #4285F4;
  height: 0.5em;
  top: 1.3em;
  right: 0.6em;
  margin-top: -0.7em;
  width: 0.5em;
  border-radius: 50%;
}
.spinner_lg {
      margin: auto;
      border: 5px solid #f3f3f3; /* Light grey */
      border-top: 5px solid #4285F4; /*#3498db Blue */
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 100px;
      height: 100px;
      animation: spin 1s linear infinite;
}
.spinner_md {
      margin: auto;
      border: 5px solid #f3f3f3; /* Light grey */
      border-top: 5px solid #4285F4; /*#3498db Blue */
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 1s linear infinite;
}
.spinner_sm {
      margin: auto;
      border: 2px solid #f3f3f3; /* Light grey */
      border-top: 2px solid #4285F4; /*#3498db Blue */
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 20px;
      height: 20px;
      animation: spin 1s linear infinite;
}
.spinner_sm_white {
      margin: auto;
      border: 2px solid #4285F4; /* Light grey */
      border-top: 2px solid #ffffff; /*#3498db Blue */
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 20px;
      height: 20px;
      animation: spin 1s linear infinite;
}
.spinner {
      /*margin: auto;*/
      border: 4px solid #f3f3f3; /* Light grey */
      border-top: 4px solid #4285F4; /*#3498db Blue */
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 33px;
      height: 33px;
      animation: spin 1s linear infinite;
}

@media only screen and (max-width: 768px) {
    .container-left {
        display: none;
    }
    #footer-login {
        display: none;
    }
    .mask{
        padding: 0;
        height: 100% !important;
    }
    .container-right{
        padding: 20px;
    }
}
@media only screen and (max-width: 800px) {
  .container-right{
        width: 50% !important;
  }
  .container-left p{
    width: 100% !important;
  }
}
@media only screen and (max-height: 768px) {
    #footer-login {
        display: none;
    }
}