html{
	height:100%;
}
body{
	font-family: "Segoe UI",Helvetica;
	font-size: 12px;
	background-image: url(../imagens/wallpaper.jpg);
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	margin: 0;
	padding: 0;
}
div#login{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 360px;
	margin: -180px -300px;
	background-color: transparent;
}

#login #logo{
	position: relative;
	height: 180px;
	margin: 10px;
}

#login #logo_believe{
	position: relative;
	height: 1px;
	margin: -180px 0px 180px 460px;
	z-index:11;
}

#login #form{
	position: relative;
	height:190px;
	background-color: transparent;
	border-radius: 12px;
	z-index:10;
}


#form #form_empresa{
	position: absolute;
	height: 190px;
	width: 200px;
	margin-top: 20px;
}

#form #form_user{
	position: absolute;
	height: 190px;
	width: 300px;
	margin-top: 20px;
	margin-left: 230px;
}

#form #form_seta{
	position: absolute;
	height: 1px;
	width: 1px;
	margin-top: 20px;
	margin-left: 630px;
	z-index:11;
}

div#login_fundo{
	position: absolute;
	left: 100%;
	top: 100%;
	width: 600;
	height: 40px;
	margin: -135px -600px;
	background-color: transparent;
	font-family: "Myriad Hebrew","Segoe UI",Helvetica;
	color: #fff;
	font-size: 18px;
}

#form p{
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

input[type="text"]{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    width: 180px;
    height: 13px;    
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

input[type="password"]{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    width: 180px;
    height: 13px;    
    padding: 10px;
    color: #fff;
    font-size: 14px;
}



#input_container {
    position:relative;
    padding:0;
    margin:0;
}
#input_img {
    position:absolute;
    bottom:8px;
    left:8px;
    width:20px;
    height:20px;
}


