@import url("fonts.css");
@import url("grayscale.css");
html, body, .tudo-lg { height:100%; }
body {
    background: #1b1b1b;
    color: #fff;
    font: normal 16px 'Lato Light', Calibri, Garuda, Kalimati;
}
.cont-login {
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.inner-lg {
    background: #2e2e2e;
    -webkit-box-shadow: 0 1px 4px 0 #000;
    -moz-box-shadow: 0 1px 4px 0 #000;
    box-shadow: 0 1px 4px 0 #000;
    padding: 26px;
}
.logo {
    margin: 0 auto 26px auto;
    max-width: 160px;
}
.form-control,.btn { border-radius: 0 }
.btn {
    background: #a2c85e;
    border: 1px solid #768e4c;
    color: #fff;
    font-weight: bold;
}
.btn:hover, .btn:focus {
    background: #7ca336;
    color: #fff;
    border: 1px solid #768e4c;
    transition: all .5s;
}
label { color: #85a251; }
.backToSite a {
    color: #787878;
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
}
.hLogin .msg {
    padding: 10px;
}
.hLogin .msg.bg-danger {
    background: #f0a755;
    color: #000;
    font-weight: bold;
}