nav{
 height:42px;
}

/* Body */
body{
 background-image:url("https://eai.zeromeia.com/app/images/fundo_login.jpg");
 background-size:cover;
 background-attachment:fixed;
}

/* Input */
.panel div input[type=text]{
 border-top-left-radius:0px;
 border-top-right-radius:10px;
 border-bottom-left-radius:0px;
 border-bottom-right-radius:10px;
}

/* Input */
.panel div input[type=password]{
 border-bottom-left-radius:0px;
 border-bottom-right-radius:10px;
 border-top-left-radius:0px;
 border-top-right-radius:10px;
}

/* Button */
.panel div .btn{
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 border-bottom-left-radius:10px;
 border-bottom-right-radius:10px;
}
