﻿th {
    background-color: #007bff;
    color: white;
}
.has-error
{
    border-color:red;
}
.inicio {
    margin-top:30px;
}
.titulo{
    text-align:center;
    font-size:20pt;
    margin-top:10px;
    font-weight:600;
    color: #636262;
}

.candidato:hover {
    background-color: #0365ce;
}
.admin:hover {
    background-color: #088397
}
@media screen and (max-width:680px){
    .inicio{
        margin-top:0;
    }
}