
html,
body {
    height: 100vh;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.bg-hervalense{
    background-color: #225539;
    color: #ffffff;
}
input{
    text-transform: uppercase;
}
#p_top {
    height: 150px;
    background-color: #f8f9fa;
}
#p_logo {
    height: 140px;
    text-align: center;
    background-color: #f8f9fa;
}
#p_logo img{
    width: 300px;
    margin-top: 35px;
}
#p_empresa {
    color: #225539;
    font-size: 50px;
    font-weight: bold;
    margin-top: 45px;
}
#p_chamados {
    font-size: 20px;
    margin-top: 1px;
}
#lb_horas{
    font-size: 20px;
    font-weight: bold;
    color: #454d55;
}
#lb_nome{
    font-size: 20px;
    font-weight: bold;
    color: #454d55;
}
#lb_ultima_senha{
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
    margin-top: 1px;
}
#footer {
  background-color: #225539;
  position: absolute;
  bottom: 0;
  height: 100px;
}

#date_timer {
    height: 100px;
    background-color: #225539;
    text-align: center;
}

#display_date {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    margin-top: 15px;
}