body{
    background-image: url(imagens/Fundo\ siite\ 2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

div{
    border: #44acdb solid 5px;
    border-radius: 25px;
    background-color: #b61c1c;
    text-align: center;
    text-decoration: none;
    margin-top: 290px;
    margin-left: 850px;
    margin-right: 800px;
}

#botao{
    font-size: 20px;
    border-radius: 25px;
    transition: 150ms ease-in-out
}

#botao:hover{
    background-color: #f1c447;
}

#semlogin{
    color: #fff;
    transition: 150ms;
}

#semlogin:hover{
    color: #000;
}