@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.google.com/icons?selected=Material+Symbols+Outlined:info:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=info&icon.size=24&icon.color=%23e8eaed');

* {
        font-family: "Ubuntu Sans Mono", monospace;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
}

body{
       /* background-color: rgb(95, 66, 114);*/
       background-color: rgb(14, 2, 22);
       color: white;
}

.error-message {
        color: red;
    }

    .center-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .form-container {
        width: 100%;
        max-width: 400px;
    }  


    .banned{
        background-color : red;
        font-weight: bold;
    }

    .error_dado{
        font: red;
        font-weight: bold;
    }