/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16/02/2016, 09:27:16
    Author     : eduardo
*/

/* ======= tela de login  =======*/
body{
    background-image: url('../1018.png');

}

#geralLogin{
    width: 100%;
    height: 100%;
}

#faixaLogin{
    width: 900px;
    height: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:10%;
    background-color: ghostwhite;
    border-color: #AAA;
    border-style: solid;
    border-width: 3px;
    border-radius:15px;
    color: #999;
}

#formLogin{
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    background-color: ghostwhite;

}

label{
    font-family: ubuntu, sans-serif;
    font-size: 12px;
    color: #FFE066;
    font-weight: bold;
}

#imagem_login{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

input{
  color: #50514F;
}


