/* 
    Document   : login
    Created on : 19-oct-2013, 1:11:23
    Author     : alexHuerta
    Description:
        Purpose of the stylesheet follows.
*/

body{
    /*background-color: #EBEEF0;*/
/*    zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;*/
}

h1{
    color: #71B4D6;
}

.placeholder{
    color: #B3B3B3;
}

.content-login{
    position: absolute;
    top: 10%;
    left: 35%;
    font-size: 1.3em;
    border-style:solid;
    border-width:4px; 
    border-color: #999;
    border-radius:10px; 
    -moz-border-radius:10px; /* Firefox */ 
    -webkit-border-radius:10px; /* Safari y Chrome */  
    padding: 40px 40px 40px 40px;
    background: #f9f9f9 ;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/);	
     box-shadow: 0px 0px 200px #000;
   -webkit-box-shadow: 0px 0px 200px #000;
   -moz-box-shadow: 0px 0px 200px #000;
}

.ui-shadow-inset {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

label.error { 
	float: left; 
	color: #D85030; 
	padding-top: .5em; 
        padding-left: .5em;
	vertical-align: top; 
	font-weight:bold
}

.lostPass{
    font-size: .8em;
    color:#1D7373;
}