.navbar{
    background-color: #136525;
    height: 50px;
}

.container{
    height: 100vh;
    background-color: #F7F7F7;
}

.header-text{
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
}

.img-thumbnail{
    background-color: transparent;
    border: none;
    max-height: 150px;
    width: 150px;
}

.img-thumbnail:nth-of-type(2) img{
    margin-top: 25%;
}

.painel-login{
    border: dashed 3px #c0c0c0;
    padding: 0 !important;
}

.parte-cima{
    width: 100%;
}

input{
    height: 40px;
    /* width: 250px; */
    border: 1px solid #c0c0c0;
    padding-left: 5px;
    margin-left: auto;
    margin-right: auto;
}

.botao{
    height: 40px;
    background-color: #c02424;
    color: #FFF;
    font-family: arvoregular,Arial,Helvetica,sans-serif;
    border: 1px solid #c02424;
}

#botao-sair{
    height: 40px;
    background-color: #4d5354;
    color: #FFF;
    font-family: arvoregular,Arial,Helvetica,sans-serif;
    border: 1px solid #4d5354;
}

iframe{
    max-width: 100% !important;
}