html {
      height:100%;
    }
    body {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+37,eaeaea+100 */
      background: #ffffff; /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 37%, #eaeaea 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 37%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 20%,#C2E0FC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }
    .error-msg{
      text-shadow: 4px 4px 5px rgba(140, 150, 150, 0.51);
      color:red;
    }
    .marcaInput{
      border: 1px solid #DF013A;
    }
    .loadingLogin{
      display: none;
    }
    .login_content2{
      margin: 0 auto;
        padding: 25px 0 0;
        position: relative;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        min-width: 280px;
    }
    .input-group-addon{
      width: 39px;
      border: 1px solid #959595;
    }
    #txtPasswd{
      width: 260px;
    }
    #txtUser{
      
    }
    .login_content h1{
      font-size: 40px;
    }
    .ejRut{
      font-size: 11px;
      margin-bottom: 0px;
      font-weight: 100;
    }
    #cbxRol{
      width: 260px;
    }
    #cbxRol:hover{
      border: 1px solid #0090cb;
    }
    #cbxRol:focus{
      border: 1px solid #0090cb;
    }