﻿body {
}


.pnlSenha {
    border: solid 2px;
    border-color: darkblue;
    padding: 5px;
    background-color: lightblue;
}

.chkrobo  {
    font-size: 16px;
    font-weight: bold;
}

.lblrobo {
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    display:inline-block;
}

.txtcodigo {
    border-radius: 10px;
    margin-left: 5px;
    display: inline-block;
    width: 200px;
}

.ale0 {
    background-color: red;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    border: dotted 1px;
    border-color: white;
    text-align: center
}

label {
    padding: 10px;
}

span {
    padding: 5px;
    font-weight: bold;
}

input[type=submit] {
    display: block;
    font-family: cursive;
    margin: auto;
}
