@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
html, body
{
    height: 100%;
}

body
{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;    
    background: url('../nsp_images/img_login/bg_index.png');
    margin: 0;
    /*
    background-color: #B0BCCA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F9FAFC), to(#B0BCCA));
    background-image: -webkit-linear-gradient(top, #F9FAFC, #B0BCCA);
    background-image: -moz-linear-gradient(top, #F9FAFC, #B0BCCA);
    background-image: -ms-linear-gradient(top, #F9FAFC, #B0BCCA);
    background-image: -o-linear-gradient(top, #F9FAFC, #B0BCCA);
    background-image: linear-gradient(top, #F9FAFC, #B0BCCA);    
    */
}
.login
{
    background: url("../nsp_images/img_login/login_form.png");
    /*background-color: #A5B6C2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A5B6C2), to(#DAE8F2));
    background-image: -webkit-linear-gradient(top, #A5B6C2, #DAE8F2);
    background-image: -moz-linear-gradient(top, #A5B6C2, #DAE8F2);
    background-image: -ms-linear-gradient(top, #A5B6C2, #DAE8F2);
    background-image: -o-linear-gradient(top, #A5B6C2, #DAE8F2);
    background-image: linear-gradient(top, #A5B6C2, #DAE8F2);  
    */
    height: 252px;
    width: 402px;
    margin: -150px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    /*
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #c2ccd2,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #c2ccd2,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(194, 204, 210, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(194, 204, 210, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #A5B6C2,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #A5B6C2,  
          0 7px 0 rgba(0, 0, 0, .2);
    */
}

.login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    /*
    border: 1px dashed #ccc;
    */
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    /*-moz-box-shadow: 0 0 0 1px #c2ccd2;
    -webkit-box-shadow: 0 0 0 1px #c2ccd2;
    box-shadow: 0 0 0 1px #c2ccd2;
    */
}

/*--------------------*/

h2
{
	margin: 0 0 10px 0;
}

h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 80px;   
}

h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input
{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9d9e9e;
    text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
    background: #f1f1f1 url(../nsp_images/img_login/login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    color: #414848;
    background-color: #fff;
    border-color: #4175c3;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #4182E5 inset;
    -webkit-box-shadow: 0 0 0 1px #4182E5 inset;
    box-shadow: 0 0 0 1px #4182E5 inset;
}

/*--------------------*/
#actions
{
    margin: 25px 0 0 0;
}

#submit
{		
    background-color: #205D98;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#205D98), to(#2e82d0));
    background-image: -webkit-linear-gradient(top, #205D98, #2e82d0);
    background-image: -moz-linear-gradient(top, #205D98, #2e82d0);
    background-image: -ms-linear-gradient(top, #205D98, #2e82d0);
    background-image: -o-linear-gradient(top, #205D98, #2e82d0);
    background-image: linear-gradient(top, #205D98, #2e82d0);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*text-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #1e509b #1b4e9b #2960b3 #1b4e9b;

    float: right;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    /*font: bold 15px Arial, Helvetica;
    color: #e0e1f8;*/
    font-family: 'Bree Serif', serif;
    font-weight: 200;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
}

#submit:hover,#submit:focus
{		
    background-color: #1b69de;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b69de), to(#4589ef));
    background-image: -webkit-linear-gradient(top, #1b69de, #4589ef);
    background-image: -moz-linear-gradient(top, #1b69de, #4589ef);
    background-image: -ms-linear-gradient(top, #1b69de, #4589ef);
    background-image: -o-linear-gradient(top, #1b69de, #4589ef);
    background-image: linear-gradient(top, #1b69de, #4589ef);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}
.gradient {
    /* Center Positioning */
    width: 600px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -300px;
    z-index: -2;
    
    /* Fallback */ 
    background-image: url(../nsp_images/img_login/gradient.png); 
    background-repeat: no-repeat; 
    
    /* CSS3 Gradient */
    background-image: -webkit-gradient(radial, 0% 0%, 0% 100%, from(rgba(213,246,255,1)), to(rgba(213,246,255,0)));
    background-image: -webkit-radial-gradient(50% 50%, 40% 40%, rgba(213,246,255,1), rgba(213,246,255,0));
    background-image: -moz-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
    background-image: -ms-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
    background-image: -o-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
}

#notificacion {
    width: 100%;
    height: 20px;
    background-color: #639EC8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#639EC8), to(#C1D5E3));
    background-image: -webkit-linear-gradient(top, #639EC8, #C1D5E3);
    background-image: -moz-linear-gradient(top, #639EC8, #C1D5E3);
    background-image: -ms-linear-gradient(top, #639EC8, #C1D5E3);
    background-image: -o-linear-gradient(top, #639EC8, #C1D5E3);
    background-image: linear-gradient(top, #639EC8, #C1D5E3);  
    text-align: right;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
}

#notificacion span{
    margin: 2px 30px 0px 0px;
}

#notificacion img{
    position:relative; 
    right:80px;
}

#cargando {
    text-align: center;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
    position: relative; 
    top: 50%; 
    margin: -50px 0px 0 0px;
}