html {
    font-family: 'Patrick Hand', cursive;
    font-size: 18px;
    width: 90%;
    margin: auto;
    position: relative;
    background-color: #eeeeee;
}
.logar {
    width: 100%;
    
}
.centralizar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.centralizar p {
    font-size: 1.3em;
    
}

input[type="submit"] {
    width: 100%;
    height: 30px;
    color: rgb(1, 20, 190);
    border-radius: 20px;
    
}
input[type="text"], input[type="password"] {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.msg-erro {
    color: red;
    font-size: 30px;
    text-align: center;
}

@media screen and (min-width: 48.75em) {
    .logar {
        width: 40%;
        color: rgb(83, 4, 4);
        margin: auto;
        margin-top: 15%;
    }
    
  
}