

*, *:before, *:after {
    box-sizing: border-box;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
header {
    background: url("www.tce.ro.gov.br/APIs/Content/layouts/login/images/bgTopo.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    height: 124px;
    text-align: center;
}
#logo {
    height: 90px;
    padding: 20px;
    text-align: center;
}
body > section {
    background: linear-gradient(to bottom, #ffffff 50%, #eaf5f9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c1dbe8;
    border-radius: 10px;
    box-shadow: 0 0 5px #bbbbbb;
    margin: 40px auto 0;
    max-width: 400px;
    padding: 10px 20px;
    text-align: center;
}
.logoin {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #ffffff;
    padding-bottom: 5px;
}
img {
    border: 0 none;
}
input[type="text"], input[type="password"] {
    border: 1px solid #b3bcbe;
    border-radius: 2px;
    box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 5px #f5f7f8;
    color: #777;
    height: 35px;
    padding-left: 10px;
    transition: all 0.4s ease 0s;
    width: 160px;
}
input[type="text"]:hover, input[type="password"]:hover {
    border: 1px solid #b6bfc0;
    box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.7) inset, 0 0 0 5px #f5f7f8;
}
input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #a8c9e4;
    box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 5px #e6f2f9;
}
form label {
    color: #737373;
    display: inline-block;
    height: 20px;
    line-height: 1.5em;
    padding: 10px 10px 10px 0;
    text-align: right;
    vertical-align: top;
    width: 65px;
}
form p {
    margin: 10px 0;
}
form button {
    background: -moz-linear-gradient(center top , #fff, #ededed) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #606060;
    cursor: pointer;
    display: inline-block;
    font: 12px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
}
form button:hover {
    background: -moz-linear-gradient(center top , #fff, #dcdcdc) repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
}
form button:active {
    background: -moz-linear-gradient(center top , #ededed, #fff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #999;
    position: relative;
    top: 1px;
}
