body {
    font-family: monospace;
    background-color: #06153a;
    font-size: 12pt;
}

#val_ui {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#val_form {
    max-width: 300px;
}

#rslogo {
    padding-bottom: 2em;
}

label, 
input[type="number"],
input[type="password"] {
    width: 180px;
    display: inline-block;
    box-sizing: border-box;
}

label {
    font-weight: bold;
    color: #fff;
    font-size: 12pt;
    padding: 0.25em 0;
}

.val_input {
    font-family: monospace;
    font-size: 16pt;
    border-radius: 4px;
    padding: 0.25em;
    background-color: #fff;
    border: none;
    text-align: center;
}

.val_bt {
    font-family: monospace;
    font-size: 12pt;
    border-radius: 4px;
    border: none;
    padding: 0.5em;
    background-color: #b30f14;
    color: #ffd400;
    cursor: pointer;
}

.val_bt:hover {
  background-color: #720f14;  
}

#val_botoes {
    padding: 1em 0;
}

a, a:link, a:visited, a:active {
    color: #ffd400; text-decoration: none;
}

a:hover { text-decoration: underline; }

#val_msg { 
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 4px;
    background-color: #ffd400;
    color: #06153a;
    box-sizing: border-box;
    margin-bottom: 1em;
}