﻿#pesquisar {
    border-radius: 10px;
    font-size: 22px;
    width: 90%;
    background-color: white;
    padding-right: 7px;
    font-size: 23px;
    border: none;
    border-radius: 0px;
    align-self: center;
}

#btnPesquisar {
    margin: 0px;
    height: 45px;
    background-color: white;
}

#btnPesquisar:hover {
    border: none;
}

#divPesquisaVazia {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #888; 
    border-bottom: 1px solid #888; 
}

#PesquisaVazia {
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #131A50;
    text-align: center;
    font-size: 20px;
}

#formPesquisar {
    background-color: white;
    padding-right: 4px;
}
