@charset "utf-8";
/* CSS Document */

html, body
{
    height: 100%;
}

body
{
    font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;    
    margin: 0;
    /*background:#fff url(lab.jpg) no-repeat*/;
    background:#018989;
	background-attachment:fixed;
}

/*--------------------*/

#login
{
    bac-kground:rgba(0, 0, 0, 0.5);
    height: 280px;
    width: 400px;
    margin: -134px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 0;
	
    
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

/*--------------------*/

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: 120px;   
}

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
{
	background-color: #fff;
    background: #fff;
    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;
}

#inputs select
{
    
    padding: 15px;
    margin: 0 0 10px 0;
    width: 100%; /* 353 + 2 + 45 = 400 */
    border: 1px solid #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #666 inset, 0 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 1px #666 inset, 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #666 inset, 0 1px 0 #ccc;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #018989;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #018989 inset;
    -webkit-box-shadow: 0 0 0 1px #018989 inset;
    box-shadow: 0 0 0 1px #018989 inset;
}

#inputs select:focus
{
    background-color: #fff;
    border-color: #018989;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #018989 inset;
    -webkit-box-shadow: 0 0 0 1px #018989 inset;
    box-shadow: 0 0 0 1px #018989 inset;
}
/*--------------------*/
#actions
{
    margin: 20px 0 0 0;
}

#submit
{		
    background: rgba(71,178,177,1);
background: -moz-linear-gradient(top, rgba(71,178,177,1) 0%, rgba(1,137,137,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,178,177,1)), color-stop(100%, rgba(1,137,137,1)));
background: -webkit-linear-gradient(top, rgba(71,178,177,1) 0%, rgba(1,137,137,1) 100%);
background: -o-linear-gradient(top, rgba(71,178,177,1) 0%, rgba(1,137,137,1) 100%);
background: -ms-linear-gradient(top, rgba(71,178,177,1) 0%, rgba(1,137,137,1) 100%);
background: linear-gradient(to bottom, rgba(71,178,177,1) 0%, rgba(1,137,137,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b2b1', endColorstr='#018989', GradientType=0 );
    
    -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: #47b2b1 #47b2b1 #018989 #018989;

    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: 15px Arial, Helvetica;
    color: #fff;
}

#submit:hover,#submit:focus
{		
    background: rgba(1,137,137,1);
background: -moz-linear-gradient(top, rgba(1,137,137,1) 0%, rgba(71,178,177,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,137,137,1)), color-stop(100%, rgba(71,178,177,1)));
background: -webkit-linear-gradient(top, rgba(1,137,137,1) 0%, rgba(71,178,177,1) 100%);
background: -o-linear-gradient(top, rgba(1,137,137,1) 0%, rgba(71,178,177,1) 100%);
background: -ms-linear-gradient(top, rgba(1,137,137,1) 0%, rgba(71,178,177,1) 100%);
background: linear-gradient(to bottom, rgba(1,137,137,1) 0%, rgba(71,178,177,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018989', endColorstr='#47b2b1', GradientType=0 );
}	

#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;
}

/*--------------------*/

#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
}
