* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
    font-size:12px;
	background: #101010;
	color: #404040;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    overflow:hidden; 
    width: 100%; 
    height: 100%;
    background-image:url("../img/layout/bg.png"); 
    background-position:center center;
    z-index:1; 
    left: 0px; 
    top: 0px;
    -webkit-user-select: none; 
    cursor: default; 

}

h1{
    line-height:50px;
    height:50px;
    text-align:center;
    color:#f0f0f0;
    margin-top:20px;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 0px;
    position: relative;
    overflow: hidden;
    font-family: Arial;
    font-size: 50px;
    letter-spacing: -5px;    
}


h2{
    line-height:65px;
    height:65px;
    text-align:center;
    color:#FFF;
    text-shadow: rgba(32, 113, 167, 1) 0px 1px 0px;
    margin-bottom:20px;
    position: relative;
    overflow: hidden;
    font-family: Arial;
    font-size: 23px;
    font-weight: bold;
    
}
form{
    background-image:url("../img/layout/form-login.png");
    background-position:center center;
    background-repeat:no-repeat;
    width:297px;
    height:330px;
    margin:3% auto;
    
}
.input{
    margin:10px 25px;
}
.text input, .password input{
    padding:2px 6px;
    width:230px;
    font-size:18px;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, #FFFFFF),color-stop(1, #EBEBEB));
    background: -moz-linear-gradient(center bottom,white 50%,#EBEBEB 100%);
    color: #333;
    text-shadow: 1px 1px 0px #FFF;
    border-radius:3px;
    border: 1px solid #AAC3CF;
    -moz-box-shadow: 0px 1px 2px rgba(130, 161, 211, 0.3) inset, 0px 1px 0px 0px rgba(235, 247, 250, 0.90);
    -webkit-box-shadow: 0px 1px 2px rgba(130, 161, 211, 0.3) inset, 0px 1px 0px 0px rgba(235, 247, 250, 0.90);
    box-shadow: 0px 1px 2px rgba(130, 161, 211, 0.3) inset, 0px 1px 0px 0px rgba(235, 247, 250, 0.90);


}
.text input:focus, .password input:focus{
    border-color:#29F;
}
label{
    text-shadow: 0px 1px 0px #FFF;
    display:block;
    font-weight:bold;
    color: #1C4560;
}

.submit{
    margin:0 30px;
    text-align:right;
    padding-top:20px;
}
.submit input{
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, #444),color-stop(1, #222));
    background: -moz-linear-gradient(center bottom,#222 50%,#444 100%);
    cursor:pointer;
    text-align: center;
    color: #FFF;
    text-shadow: -1px -1px 0px #222;
    font-size: 14px;
    font-weight: bold;
    border:1px solid #333;
    padding:5px 15px;
    border-radius:6px;

} 

.submit input:hover{
    border-color:#2E7290;
    text-shadow: -1px -1px 0px #2E7290;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, #29C),color-stop(1, #2E7290));
}

#authMessage, #flashMessage{
    margin:-15px 20px 0 20px;
   text-shadow:1px 1px 1px #600;
    color:#FFF;
    background-color:#C00;
    padding:8px 10px;
    border:1px solid #900;
    border-radius:3px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, #C00),color-stop(1, #900));
}
#flashMessage.sucesso{
            font-size:10px;
            background: #91ba63 !important;
            -webkit-text-shadow:1px 1px 0 #3A531D;
            -moz-text-shadow:1px 1px 0 #3A531D;
            text-shadow:1px 1px 0 #3A531D;
            border:1px solid  #91ba63 !important;

}

.headerdivider {
height: 1px;
width: 100%;
margin-top: 15px;
background-color: #2B2B2B;
border-bottom: 1px solid #46474A;
}

.cabecalho{
    border-bottom:1px solid #
}

.rodape{
    margin-top:10px;
    font-family: Arial;
    font-size: 11px;
    color: #1F2123;
    text-decoration: none;
    text-shadow: rgba(73, 74, 76, 1) 0px 1px 0px;
    text-align:center;
}
