#pesquisar {
    display: none!important;
}

.whatsapp {
    display: none!important;
}

.sessao {
    min-height: calc(100vh - 156px - 214.8px);
    border-radius: 0;
}

.sessao div {
    width: 100%;
}

.sessao>div {
    max-width: 400px;
    padding: 1rem 0;
}

.sessao h5 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #666;
}

.sessao label {
    margin: 1rem 0 0;
}

.sessao button:first-of-type {
    font-size: .9rem;
    padding: 0;
    margin: 0 0 1rem;
    background-color: transparent;
    border: 0;
    color: #666;
    transition: color .3s;
    outline: 0;
}

.sessao button:first-of-type:hover {
    color: #fb3e00;
}

.sessao .nao-tem-cadastro, .sessao .nao-tem-cadastro a {
    font-size: 1.2rem;
}

.sessao .nao-tem-cadastro a, .sessao .nao-tem-cadastro a:hover, .sessao .nao-tem-cadastro a:focus {
    color: #fb3e00;
    font-weight: bold;
}

.modal, .modal .btn {
    color: #666;
}

.modal .modal-title {
    font-size: 1.5rem;
}

.modal .cancelar {
    text-transform: lowercase;
    text-decoration: underline;
}

.modal .enviar {
    background-color: #fb3e00;
    color: #fff;
    font-weight: bold;
    text-transform: lowercase;
}