body{
    margin: 0 auto;
    background-color: #e6e6e6;
}
#login-box{
   width: 420px;
    height: 260px;
    margin: 140px auto 0px;
	border-radius: 5px;
}
#login-box-alterar{
    background-color: #1992b7;
    width:380px;
    height:290px;
    margin:140px auto 0px;
    border-radius:5px;
}
#login-box-interno{
    width: 400px;
    height: 240px;
    background-color: #1d5b3c;/*verde escuro*/
    position: absolute;
    margin: 10px;
    box-shadow: 0px 0px 5px black;
    overflow: hidden;
	border-radius:5px;
}

#login-box-label{
    background-color: #1d5b3c;/*verde escuro*/
    height: 40px;
    text-align: center;
    font: bold 20px roboto;
    color: white;
    margin-top:10px;
}
.input-div{
    margin:10px;
	margin-left:35px;
	padding:5px;
    width:80%;
}
	
 .input-div input:hover{    
 border: 2px solid gray;
 }
    
.input-div input{
    border-radius:10px;
	width: 310px;
    height: 35px;
    padding-left: 5px;
   
    font: bold 15px sans-serif;
    color: #1d5b3c;/*verde escuro*/
    outline: none;
}
#Title-a{
  margin-top: 10px;  
}
#div-top{
    width: 100%;
    height: 50px;
    background-color: white;
    text-align: center;
    font: bold 20px roboto;    
}
#div-top a{
    color:#1d5b3c;
}
#input-senha{                        
   
}
#botoes{             
    width:320px;
	margin-left:35px;
}
#botao{
    width:30%;
	height:35px;
	float:right;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    border-style: solid;    
    font: bold 14px roboto;
    background-color: white;
    color: #1d5b3c;   
    letter-spacing: 0.8px;
	border-radius:10px;
}

#botaov{
    width:30%;
	height:35px;
	float:left;
	margin-left:1%;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    border-style: solid;    
    font: bold 14px roboto;
    background-color: white;
    color: #1d5b3c;   
    letter-spacing: 0.8px;
	border-radius:10px;
}


#botao:hover{
	background-color:#1d5b3c;/*verde escuro*/
    color:white;
}


#botaov:hover{
	background-color:#1d5b3c;/*verde escuro*/
    color:white;
}


#lembrar-senha{
	font:normal 12px sans-serif;
}

#errolog{ 
       width:100px; 
       height:20px;  
       position:absolute; 
       z-index:100; 
       top:50px; 
       margin-left:300px; 
}
