#loginbox .panel
{
    box-shadow: 2px 2px 10px #888888;
}

#btnAcessar{
    width: 100%;
    height: 60px;
}

#btnAcessar #lblBtnAcessar{
    font-size:30px;
}

#txtMatricula{
    font-size:30px;
    height:50px
}

#txtSenha{
    font-size:30px;
    height:50px
}

.center
{
	margin-left:auto;
	margin-right:auto;
}

#fsLogin
{
	width:30%;
	border-style: none;
}

/* Geral
----------------------------------------------------------------------------------------------------*/
* {
    vertical-align: top;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    outline: none;
}
body, html { width: 100%; height: 100%; }

body {
}

h2{
    color:#F7912D;
    font-size: 25px;
    float:left;
    width:100%; 
    padding:20px 0px 20px 0px;
    font-style: italic; 
}
h1{
    color:#F7912D;
    font-size: 20px;
    float:left;
    width:100%; 
    padding:20px 0px 20px 0px;
    font-style: italic; 
}

#commands button
{
    margin-top:20px;
}
