@font-face { font-family: 'segoeuil';
src: url('../fonts/segoeuil.eot');
src: local('../fonts/segoeuil'), local('../fonts/segoeuil'), url('../fonts/segoeuil.woff') format('woff'), url('../fonts/segoeuil.ttf') format('truetype');}


.body-login
{
margin-bottom:50px;
color:#333;
width:256px;
margin-top:0px;
background:#22262c url('../img/body-login.jpg') repeat top left fixed;
}


.container-login
{
width:100%; 
height:100%;
position:absolute;
display:table;
top:0;
left:0;
background:url('../img/container-login.jpg') no-repeat center center fixed;}

.container-orgao
{
width:100%; 
height:100%;
position:absolute;
display:table;
top:0;
left:0;
background:url('../img/container-login.jpg') no-repeat center center fixed;}


.logo
{
position: relative;
width: 470px;
height: 160px;
margin: 0 auto 0;
padding-top: 15px;
padding-bottom: 0px;
}

.div-centralizado-wrapper
{
display:table-cell;
vertical-align:middle;
}

.div-login
{
width:425px;
height:420px;
background-image:url('../img/form-window-login.jpg');
position:relative; 
margin:0 auto 0;
border:3px solid #A0A9B4;/*borda do login*/
text-shadow:1px 1px 1px #fff;

-webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
-o-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;

-webkit-border-radius:14px;
-moz-border-radius:14px;
border-radius:14px;
}

.login-titulo
{
width:85%;
text-align:center;
height:auto;
padding: 15px 0 0 0px;
margin: 0 auto 0;
font-family: segoeuil, Helvetica, sans-serif, Arial;
font-size: 29px;
/*color: #646464;#4E4E4E#0F81AC
text-shadow: 1px 1px 0px #fff;*/
color: #0C78A7;
text-shadow:0 2px 0 rgba(255,255,255,255.25);
font-weight: bold;
letter-spacing: 0px;
word-spacing: 4px;
/*border-bottom: 1px double #D1D7DF;*/
}

.login-subtitulo
{
width:85%;
position: relative;
text-align: center;
height :auto;
padding: 12px 0;
font-family: segoeuil, Helvetica, sans-serif, Arial;
font-size: 24px;
/*color: #646464;
text-shadow: 0 1px 0 #ffffff;*/
color: #0C78A7;
text-shadow:0 2px 0 rgba(255,255,255,255.25);
font-weight: bold;
margin: 0 auto 0;
letter-spacing: 0px;
/*border-top: 1px double #FFFFFF;*/
}

.login-input-area
{
width:100%;
text-align:center;
padding-top:15px;
vertical-align: bottom;
z-index:999px;
}

.login-input-area input[type="text"],.login-input-area input[type="password"]
{
position: relative;
width: 290px;
height: 40px;
color: #677483;

font-size: 12px;

outline: 0;
display: inline-block;
text-align: left;
padding: 0 9px;
line-height: 30px;
border: 1px solid #CCCCCC;
vertical-align: baseline;
margin: 5px;

-webkit-background-clip: padding-box;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: -webkit-box-shadow 400ms;
-moz-transition: -moz-box-shadow 400ms;
-ms-transition: box-shadow 400ms;
-o-transition: box-shadow 400ms;
transition: box-shadow 400ms;

}

.login-input-area input[type="text"]:focus,.login-input-area input[type="password"]:focus
{
background: #fff;
/*border: 1px solid #52A8E8;
box-shadow: 0 0 1px 1px #eee;
-moz-box-shadow: 0 0 1px 1px #eee;	
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);*/
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}


.button {
	color: #fff;
	text-shadow: 0 2px 0 #006600;
	font-size: 11px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;        
    
    color: #ffffff;
    cursor: pointer;
    font-size :16px;
    
    height: 40px;
    width: 174px;
       
	text-decoration: none;
	padding: 5px;
	margin-top: 30px;
	
	-webkit-box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.button:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    
    color: #eaeaea; 
}

.button.azul {
	background: rgb(28,177,234); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjYjFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTk0YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(28,177,234,1) 0%, rgba(17,148,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,177,234,1)), color-stop(100%,rgba(17,148,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(28,177,234,1) 0%,rgba(17,148,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(28,177,234,1) 0%,rgba(17,148,198,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(28,177,234,1) 0%,rgba(17,148,198,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(28,177,234,1) 0%,rgba(17,148,198,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb1ea', endColorstr='#1194c6',GradientType=0 ); /* IE6-8 */
    
    border: 1px solid #1399CC;
	text-shadow: 0px 2px 2px #0F789F;
}


.button.azul:active {
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #ccc 0%, #1194C6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#1194C6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ccc 0%,#1194C6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ccc 0%,#1194C6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ccc 0%,#1194C6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ccc 0%,#1194C6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#1194C6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #1194C6;
	-webkit-transition: -webkit-box-shadow 400ms;
	-moz-transition: -moz-box-shadow 400ms;
	-ms-transition: box-shadow 400ms;
	-o-transition: box-shadow 400ms;
	transition: box-shadow 400ms;
}

.button.azul:hover {
    background: #333; /* Old browsers */
    background: -moz-linear-gradient(top, #333 0%, #666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333 0%,#666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333 0%,#666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333 0%,#666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #333 0%,#666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#666',GradientType=0 ); /* IE6-9 */
	border: 1px solid #666;
	-webkit-transition: -webkit-box-shadow 400ms;
	-moz-transition: -moz-box-shadow 400ms;
	-ms-transition: box-shadow 400ms;
	-o-transition: box-shadow 400ms;
	transition: box-shadow 400ms;
}



.esqueceu-senha
{
display:inline-block;
margin-top: 25px;
color: #5F7187;
font-family: tahoma, arial, helvetica;
text-decoration:none;
font-weight: bold;
font-size: 11px;
}
