@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700,800&display=swap');

#view{
    background-image: url('img/template.jpeg');
    background-repeat: no-repeat;
    height: 1080px;
    width: 1080px;
    margin: auto;
    margin-top: 20px;
}
#text{
    text-align: center;
}

.btn{
    width: 120px;
    height: 60px;
    background: #ff6701;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.432);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.589);
    top: 20px;
}.btn:hover{background: blue;}

#botoes{
    margin-top: 20px;
}


#assiDiv {
    padding-top: 600px;
    line-height: 8px;
    text-align: center;
}

#assi_nome {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; font-weight: 600;
    color: white;
    font-size: 80px;
    
    line-height: 10px;
    
    
}#assi_cargo {
    font-family: 'Montserrat', sans-serif; font-weight: 600;
    color: white;
    font-size: 50px;
    line-height: 10px;
}#assi_filial {
    font-family: 'Montserrat', sans-serif; font-weight: 600;
    color: white;
    font-size: 50px;
    line-height: 10px;
    
}

#bot:hover{
    cursor: pointer;
    
}

body{
    text-align: center;
    align-items: center;
    background: rgba(187, 187, 187, 0.397);
    margin: 0;
}
#bloco{
    background: rgba(255, 255, 255, 0.699);
    width: 1100px; border-radius: 8px;
    top: 0px; bottom: 100px; right: 0px; left: 0px; margin: auto;
    box-sizing: content-box;
    align-items: center;
    border: 1px solid rgba(199, 199, 199, 0.829);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349);
}
#cabeca{
    width: 100%;
    height: 50px;
    background: #ff6701;
    border-top-left-radius: 7px; border-top-right-radius: 7px;
    text-align: center;
    padding: 0;
    margin-top: 0;
    color: white;
    font-size: 20pt;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.582);

}
#input{
    margin-top: 65px;

}
input{height: 25px; border-radius: 5px; padding: 5px; margin-left: 10px;}
select{height: 40px; width: 200px ;border-radius: 5px; color: grey; font-size: 12pt;}
option{color: grey; font-size: 12pt;}
select{margin-top: 5px;}

