html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.progress {
    margin: 10px;
    height: 50px;
}

#progressBar1 {
    background-color: #c40dd3 !important;
}

#progressBar2 {
    background-color: #065c10 !important;
}

#progressBar input[type="text"] {
    color: #4cff00;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
    border: none;
}



#progressBar1 input[type="text"] {
    color: #4cff00;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
    border: none;
}

#progressBar2 input[type="text"] {
    color: #4cff00;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
    border: none;
}


.btn-pesquisa {
    margin-left: 11px;
}

.arquivos {
    margin-left: 11px;
}

.img-logo {
}

.content-search {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin-top: 34px;
}

    .content-search label {
        margin-left: 15px;
        font-weight: bold;
    }
