* {
    margin: 0;
    padding: 0;
}

input, button {
    outline: 0;
    border: 0;
}

input:focus, button:focus {
    outline: 0;
    border: 0;
}

.pagina-inicial {
    width: 100%;
}

.center {
    width: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    background: #080419;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #e91947;
}

.formulario {
    text-align: center;
    width: 80%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    margin: -35px auto;
    background: rgb(255, 255, 255);
    border-radius: 0.8rem;
    box-shadow: rgb(0 0 0 / 8%) 0px 0.5rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    padding: 25px 20px;
}

.formulario p {
    font-size: 0.8rem;
}

.formulario h2 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.input-block-button {
    margin-top: 0px;
}

#botao {
    background-color: #e91947;
    color:#080419;
    width: 85% !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#cadastre {
    text-align: center;
    margin-top: 65px;
    font-family: 'Roboto';
}

a {
    text-decoration: none;
}

a:link {
    color: rgb(9, 190, 190);
}