body {
    background: #00897B;
}
.login {
    width: 402px;
    height: 313px;
    background: #FFF;
    position: relative;
}
.loginForm {
    padding: 36px 33px 50px 33px;
}
.esqueceuSuaSenha {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    background: #e8e8e8;
    text-align: center;
}
.loginLabel {
    padding-bottom: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    color: #333;
}
.loginInput {
    border: 1px solid #CCC;
    height: 25px;
    width: 340px;
    border-radius: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #777;
}
.loginButton {
    float: right;
}
.loginButton span {
    color: #FFF;
    text-shadow: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 17px;
}
.linkEsqueceuSenha {
    color: #555;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
.linkEsqueceuSenha:hover {
    text-decoration: underline;
}
.versao {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #FFF;
    margin-top:50px;
    text-align: center;
}
.loginLogo {
    margin-bottom: 50px;
    width: 402px;
    text-align: center;
}
.loginCentro {
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -201px;
    margin-top: -234px;
}
.vs-panelGrid-info .ui-widget-content,
.vs-panelGrid-info .ui-widget-content td {
    border:0;
}
.vs-panelGrid-info tr td .ui-inputfield.ui-widget {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px !important;
    color: #777;
    width: 400px;
}
.ui-growl-item-container.ui-state-highlight {
    background: #009688;
    box-shadow: 1px 1px 5px 1px #009688;
}
.ui-growl-image {
    display: none !important;
}
.ui-growl-message {
    float: left !important;
}
.ui-growl-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px !important;
    color: #FFF;
    margin-top: 10px;
}
.loaderLogin {
    display: none;
    float: right;
    position: relative;
    right: 20px;
}
.logoChrome {
    background: #FFF;
    border-radius: 2px;
    padding: 12px;
    color: rgb(0, 0, 0);
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    font-size: 17px;
    font-family: "Open Sans Condensed", sans-serif;
}