@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Inconsolata);

body{
    margin: 0px;
    background-image: url(../imgs_admin/bg-corpo.gif);
    background-repeat: repeat;
    font-family: 'Inconsolata', sans-serif !important;
    font-size: 16px;
    color: #333;
}

#container_logar{
    width:400px;
    min-height:400px;
    margin:0 auto;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    box-shadow: #666 2px 4px 12px;
    margin-top:10%;
    padding-left:10px;

}
#container_logar a{
    color: #960;
    text-decoration: none;
}
#container_logar a:hover{
    color: #666;
    text-decoration: underline;
}
.img_logar{
    width:200px;
    height:130px;
    float:left;
    background-image:url(../imgs_admin/admin_sistema.png);
    margin-left:100px;
    margin-right:100px;
    margin-bottom:25px;
}

.recuperar_senha{
    width:200px;
    height:130px;
    float:left;
    background-image:url(../imgs_admin/recuperar_senha.png);
    margin-left:100px;
    margin-right:100px;
    margin-bottom:25px;
}	
.clear{
    clear:both;
}
#desenvolvido{
    width:400px;
    text-align:center;
    margin:0 auto;
    margin-top:100px;
}


