body {
    background: lightgrey;
}
.layout {
    background: lightgrey;
    border: none;
}
.layout .ui-layout-unit-content {
    background: lightgrey;
    border: none;
}
.panelLogin {
    margin: 6% auto;
    width: 400px;
    height: 350px;
}
.panelLogin .ui-panelgrid-content {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding-top: 25px;
    text-align: center;
}
.btnAcessar {
    margin-top: 5%;
    width: 92.7%;
    height: 30px;
}
.btnAcessar span {
    font-size: 14px;
}
.campos {
    width: 90%;
    height: 30px;
}

.logo {
    font-size: 80px;
    font-family: "MV Boli";
    font-weight: bold;
    color: #C0C0C0;
    text-shadow: #000 1px 1px 1px, #FFF -1px -1px 1px;
}