*{
    max-width: 1280px;
    margin: auto;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    
}

/*
.cabecalho{
    width: 100%;
    height: 100px;
    background-color: #008B8B;

}
.cabecalho2{
    width: 100%;
    height: 60px;
    background-color: #20B2AA;
    text-align: center;
    color: #FFFFFF;
}
.msg_boas_vindas{
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight:bold;
    -webkit-text-stroke: 1px #008B8B;
    font-family: arial; color: #008B8B;
    text-shadow: 0.2em 0.5em 0.1em #20B2AA,-0.3em 0.1em 0.1em #20B2AA,0.4em -0.3em 0.1em #20B2AA;
}
*/
.msg_boas_vindas_index_1{
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight:bold;
    -webkit-text-stroke: 1px #008B8B;
    font-family: arial; color: #008B8B;
    text-shadow: 0 0 0.2em #008B8B, 0 0 0.2em #008B8B,0 0 0.2em #008B8B;
    word-spacing: 2px;
    letter-spacing: 4px;

}
.tela_login{
    text-shadow: 0 0 0.2em #008B8B, 0 0 0.2em #008B8B,0 0 0.2em #008B8B;
    color: white;
    font-size: 40px;
}


.form{
    width: 500px;
    margin: auto;

}
.painel{
    padding: 10px;
}

.input{
    width: 500px !important;
    height: 50px !important;
    font-size: 24px !important;
}
.input:focus {
    outline: #ff3333 !important;
    border:1px solid #008B8B !important;
    box-shadow: 0 0 10px rgb(7,74,47) !important;
}
.input:hover {
    outline: #ff3333 !important;
    border:1px solid white !important;
    box-shadow: 0 0 10px rgb(7,74,47) !important;
    background-color: white !important;
}

.botao_login{
    width: 500px;
    height: 50px;
    font-weight: bold;
    background-color: #19b413 !important;
}
.botao_login:focus{
    background: rgb(7,74,47) !important;

}
.botao_login:hover{
    border:1px solid #008B8B !important;

}

/* Cor de fundo do autocomplete */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

/* Cor do texto do autocomplete */
input:-webkit-autofill {
    -webkit-text-fill-color: black !important;
}

footer {
    font-family: sans-serif;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    color: #808080;
    width: 100%;
    text-align: left;
    padding-top: 10px;

}
.documento{
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 1000;
    background-color:#126f0c;
    border-radius: 100px;
    color: #ffffff;
}
.child {
  
  /* Centralizar na vertical e na horizontal */
  position: absolute;
  top: 60%;
  left: 40%;
  margin: -25px 0 0 -25px; /* aplique margens superior e esquerda negativas para centralizar de verdade o elemento */
}
.link_documento{
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
}