* {
    letter-spacing: -0.01em;
}

html, body, #home{
	height: 42%;
}

body {
    background: url('../img/bg.jpg');
    font-family: Helvetica,	Arial, sans-serif;
	background-attachment: fixed;
    
}

#home {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6)
}
h2 {
    text-align: center;
    color: white;
}

.card-abrir-chamado {
    padding: 30px 0 0 0;
    width: 100%;
    margin: 0 auto;
    margin-top: -7px;
}

.titulo-card-chamado {
    text-align: center;
    font-weight: bold;
}
.identificacao {
    padding: 6px;
    margin-bottom: 10px;
}

.radio-ml {
    margin-left: 10px;
}

.label-municipio {
    margin: 5px 0px 5px 0px;
}

.descricao_tm {
    padding-top: 3px;
    color: rgb(40, 150, 255);
}

label {
    font-weight: bold;
}

.botao {
    background: rgb(247, 247, 247);
    color: black;
    font-weight: 350;
    border: solid 2px;
}

.botao_confirma:hover{
    background: rgb(0, 170, 0);
    color: white;
}

.botao_cancela:hover{
    background: rgb(230, 190, 0);
    color: black;
}