body{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.container{
    max-width: 550px;
    margin: 0 auto; 
    margin-top: 60px;
}
.logo_inst{text-align: center; margin-top: 10%;}
.logo_inst img{width: 200px;}
.formulario{
    width: 100%;
    margin-top: 55px;
    margin-bottom: 20px;
}
.bt{
    margin-bottom: 7px;
}
#matriz{text-align: center;background: #fdf5b6;}
.logingeral{padding-left: 25%;}
.login{display: flex;}
.logintext{   
    width: 57px;
    text-align: end;
    margin-right: 7px;
    margin-bottom: 7px;
    line-height: 26px;
    height: 26px;
}
.btlarg {
    width: 50%;
    white-space: normal;
}
.fone{
    background: #abc7d6;
    line-height: 40px;
    font-size: 30px;
    border: solid 1px;
    border-radius: 5px;  
    margin-bottom: 15px;
}
.fone:hover{
    background: #0055ff;    
}
.fone a:hover{
    color: #F5F5F5;
}
.fone a{
    display: block;
}
.infoReline{
    text-align: center;
}

.msgrecuperar{display: none; width: 100%; height: 30px; line-height: 30px; text-align: center; color: #FFF}
.linha{display: flex; height: 30px; line-height: 30px;}
#lbmail{width: 10%; margin-top: 1px;}
#email{margin-left: 11px; width: 90%;}
/*Celular*/
@media (max-width:700px){
    .container{width: 100%}
    .btlarg{width: 100%;}
    .logingeral {padding-left: 1%; margin-bottom: 10px;font-size: 19px;}
    .login{margin-bottom: 10px;}
    .infoReline a{font-size: 9pt;}
    a {font-size: initial;}
}
