﻿@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

div:after, ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}

* {
	color: #333;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: Arial, "Trebuchet MS", Arial, Sans;
}

a {
	color: #fff; 
	text-decoration: none;
}

body {
	/*background:#f5f5f5 url("../img/bg.jpg"); */
	background:#f5f5f5 url("../img/background.jpg");
	/*background-attachment: fixed; 
	background-size: 100%;*/
	border: 0px;
}

.header {
	background-color: #007408;
	height: 37px;
	width: 100%;
	float: left;
}

#hr {
background-image: url(img/hr.png);
width: 100%;
height: 2px;
margin: 20px auto;
background-repeat: repeat-x;
}

.container {
	width: 100%;
	}

.logo {
	margin: 0 auto;
	background-image: url(../img/logo_prescon.png);
	width: 234px;
	height: 78px;
	margin-top: 40px;
}

.box-login {
	width: 250px;
	height: 260px;
	background-color: #fff;
	margin: 10px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
}

.box-login h1 {
	font-size: 18px;
	margin: 0 auto;
	color: #033364;	
	position: relative;
	top: 30px;
	font-weight: 500;
}

.bg-input {
	width: 99%;
	background: #f5f5f5 url(../img/bg-input.png);
	height: 46px;
	position: relative;
	margin-top: 20px;
	float: left;
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:#033364;
}

.bg-input img{
	position: relative;
	top: -26px;
	left: -102px;
}

.bg-input input[type="text"],
.bg-input input[type="password"] {
	background-color: #fff;
	padding: 8px;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 5px;
	margin-left: 30px;
	width: 71%;
}

.nav-bar {
width: 100%;
height: 30px;
padding-bottom: 20px;
margin-bottom: 20px;
background-color: #033364;
}

.login {
	margin-top: 50px;
	}

.senha {
	margin-top: 10px;
}

input[type="submit"],
.button #signin,
.button #clear{
color: #FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0250E8;
background-image: -moz-linear-gradient(top,#0289e8,#0250e8);
background-image: -ms-linear-gradient(top,#0289e8,#0250e8);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#0289E8),to(#0250E8));
background-image: -webkit-linear-gradient(top,#0289E8,#0250E8);
background-image: -o-linear-gradient(top,#0289e8,#0250e8);
background-image: linear-gradient(top,#0289e8,#0250e8);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0289e8',endColorstr='#0250e8',GradientType=0);
border-color: #0250E8 #0250E8 #01369C;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
input[type=button], input[type=reset], input[type=submit] {
width: auto;
height: auto;
}

.btn {
display: inline-block;
padding: 5px 10px 6px;
font-size: 13px;
line-height: normal;
color: #333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #E6E6E6;
background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFF),color-stop(25%,#FFF),to(#E6E6E6));
background-image: -webkit-linear-gradient(#FFF,#FFF 25%,#E6E6E6);
background-image: -moz-linear-gradient(top,#fff,#fff 25%,#e6e6e6);
background-image: -ms-linear-gradient(#fff,#fff 25%,#e6e6e6);
background-image: -o-linear-gradient(#fff,#fff 25%,#e6e6e6);
background-image: linear-gradient(#FFF,#FFF 25%,#E6E6E6);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
border: 1px solid #CCC;
border-bottom-color: #BBB;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
-webkit-transition: .1s linear all;
-moz-transition: .1s linear all;
-ms-transition: .1s linear all;
-o-transition: .1s linear all;
transition: .1s linear all;
}

.button #signin:active,
.button #clear:active {
    position:relative;
    top:1px;
}

.links {
	margin: 0 auto;
}

.links a{
	color: #555;
	font-size: 13px;
	position: relative;
	top: 30px;
	}
