html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #33658A;
}

#dv-centro {
    margin-top: 10%;
    padding: 15px;
    background-color: #e1e1e8;
    border: 1px solid #85858c;
    border-radius: 4px;
}

#bt-acessar {
    width: 100%;
}

.input {
    width: 100%;
}

.input-user {
    background: white url(/resources/img/user-black.png) 10px 7px no-repeat;
    padding-left: 35px;
}

.input-password {
    background: white url(/resources/img/cadeado-fechado.png) 10px 7px no-repeat;
    padding-left: 35px;
}

.input-password:focus {
    background: white url(/resources/img/cadeado-aberto.png) 10px 7px no-repeat;
    padding-left: 35px;
}

.mbot10 {
    margin-bottom: 10px;
}

#p-titulo {
    font-size: 16px;
    text-align: center;
    font-weight: inherit;
}

#p-msg-error {
    text-align: right;
    color: red;
}

