*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Roboto", sans-serif;
}
.site{
    display: flex;
    justify-content: center;
    background-color: black;
}
#topo{
    display: flex;
    background-color: black;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}
#conta{
    display: flex;
}
h2{
    color: white;
}
a{
    color: #00bfff;
    font-weight: bold;
    margin-top: 5px;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
    color: #0047ab;
    font-weight: bold;
}
main{
    background-color: white;
    display: flex;
    justify-content: center;
}
#conteudo{
    margin-top: 40px;
    margin-bottom: 40px;
}
.container{
    display: flex;
}
.login{
    text-align: justify;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    border: solid 1px black;
    height: 250px;
    width: 580px;
    margin-right: 20px;
    background-color: #1a1a1a;
    color: white;
}
#esqueci_a_senha{
    color: #00bfff;
}
#esqueci_a_senha:hover{
    color: #0047ab;
}
.cadastrar{
    text-align: justify;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 1px black;
    width: 580px;
    margin-left: 20px;
    background-color: #1a1a1a;
    color: white;
}
.botao_login{
    background-color: #00bfff;
    color: white;
    border: solid 2px white;
    padding: 5px;
}
.botao_login:hover{
    cursor: pointer;
    background-color: #0047ab;
    font-weight: bold;
}
.input_login{
    margin-bottom: 10px;
}
.p_login{
    margin-bottom: 10px;
}
.h_login{
    color: white;
    font-weight: bold;
}
#rodape{
    width: 1200px;
}
.sub_rodape{
    display: flex;
    justify-content: space-between;
    background-color: black;
    margin-top: 20px;
}
.link_sub{
    display: flex;
    flex-direction: column;
    
}
.link_ca{
    background-color: #00bfff;
    color: white;
    border: solid 2px white;
    margin-right: 10px;
}
.link_ca:hover{
    cursor: pointer;
    background-color: #0047ab;
    font-weight: bold;
}
#botao_pesquisa{
    background-color: #00bfff;
    color: white;
    border: solid 2px white;
}
#botao_pesquisa:hover{
    cursor: pointer;
    background-color: #0047ab;
    font-weight: bold;
}
.b{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
    margin-right: 5px;
    align-items: center;
}
#campo_de_pesquisa{
    border: solid 3px white;
}
.fa{
    color: white;
    padding-right: 5px;
}
.sub_rodape2{
    display: flex;
    justify-content: space-between;
    background-color: black;
    align-items: center;
}
.b2{
    border: solid 1px white;
    border-radius: 20px;
    padding: 10px;
    margin-right: 5px;
}
#pagamento{
    margin-top: 20px;
}
#certificado{
    margin-top: 20px;
}