* {
    font-family: Open Sans, robotoligh, 'Helvetica Neue', Arial, sans-serif !important;
}
body {
    padding: 0;
    margin: 0;
    background: #F3F3F3;
    background-image: url("../resources/images/imagem-login.png")!important;
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat;
}
.header {
    height: 115px;
    background-color: #dfe0e6;
    line-height: 115px;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
table, tr, td {
    border: 0 !important;
    background: #f1f2f2 !important;
}
.table-login {
    width: 100% !important;
    border-bottom: 1px solid #e7e7e8 !important;
}
.form {
    width: 330px;
    margin: auto;
    margin-top: 50px;
}
input, .ui-selectonemenu {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -webkit-rtl-ordering: logical;
    -webkit-transition-delay: 0s, 0s;
    -webkit-transition-duration: 0.15s, 0.15s;
    -webkit-transition-property: border-color, box-shadow;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    background: rgb(255, 255, 255) !important;
    background-image: none;
    border-bottom-color: rgb(203, 213, 221) !important;;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(203, 213, 221) !important;;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(203, 213, 221) !important;;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(203, 213, 221) !important;;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(85, 85, 85) !important;
    cursor: auto;
    display: block;
    float: left;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 40px;
    letter-spacing: normal;
    line-height: 23.9400005340576px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-right: 16px;
    padding-top: 10px;
    position: relative;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
    width: 398px;
    word-spacing: 0px;
    writing-mode: lr-tb;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid rgb(203, 213, 221) !important;
    border-radius: 3px !important;
    border: solid 1px #e7e7e8 !important;
}
input {
    padding-left: 16px !important;
    border: solid 1px #e7e7e8 !important;
}
.ui-selectonemenu {
    padding-left: 11px !important;
    max-width: 330px!important;
}
.table-login .ui-selectonemenu {
    min-width: 288px!important;
}
.ui-selectonemenu label {
    margin-top: -3px;
    box-shadow: none !important;
}
.ui-selectonemenu .ui-selectonemenu-trigger span {
    margin-top: 14px !important;
}
button.ui-button {
    border-radius: 50px !important;
    width: 130px !important;
    height: 32px !important;
    background-color: #ed1e2c !important;
    margin-left: 30% !important;
    margin-top: 15px !important;
}
.ui-button.ui-widget > span {
    font-size: 16px !important;
    padding: 1px !important;
}
hr {
    border-top: 1px solid #CCC;
    width: 94%;
}
.labelLogin {
    z-index: 2;
    position: relative;
    top: -22px;
    background: #F3F3F3;
    margin-left: -75px;
    left: 50%;
    padding: 0 12px;
    color: rgb(118, 118, 118);
    font-size: 14px;
    font-weight: bold;
}
.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all {
    width: 398px;
}
.ui-selectonemenu-label.ui-inputfield.ui-corner-all {
    top: 5px;
    position: relative;
    left: -10px;
    background-color: #FFFFFF !important;
    height: 18px;
    line-height: 18px;
}

.ui-inputfield {
    font-family: Open Sans, robotoligh, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 0.8em;
    padding-left: 40px !important;
}

.panel-login{
    background-color: rgba(126, 126, 126, 0.46) !important;
}

.username {
    margin-top: 10px !important;
    margin-left: 18px !important;
    width: 288px !important;
}

.componentes {
    margin-top: 10px !important;
    margin-left: 18px !important;
    width: 288px !important;
}

.loginPainel {
    width: 100%;
    padding: 5px 0 40px 0;
    background-color: #f1f2f2;
    border-radius: 0 0 5px 5px;
}

.loginPainel-topo {
    background-color: #ffffff;
    border-radius: 5px;
}

.login-title {
    height: 60px;
}
.login-title img {
    height: 30px;
}

.image-title {
    padding: 15px;
    margin-left: 10px;
    margin-top: 3px;
}

.loginTitulo,
.loginSubtitulo {
    width: 100%;
    display: block;
    text-align: center;
}
.loginTitulo {
    font-weight: bold;
    font-size: 21px;
}
.linkEsqueceuSuaSenha {
    text-decoration: none !important;
    color: #818285 !important;
}
.linkEsqueceuSuaSenha:hover {
    text-decoration: underline !important;
}

.footer-descricao label, a,
.idioma label {
    box-sizing: border-box;
    line-height: 25px;
    font-size: 0.8em;
}

.footer-descricao a:nth-child(1) {
    float: left;
    padding-right: 10px;
    width: 48%;
    display: block;
    text-align: right;
}

.footer-descricao :nth-child(2) {
    width: 4%;
    float: left;
    color: #e7e7e8;
    text-align: center;
}

.footer-descricao a:nth-child(3) {
    float: left;
    padding-left: 10px;
    width: 48%;
    display: block;
    text-align: left;
}

.panel-language {
    float: right;
    position: relative;
    top: -38px;
    right: 12px;
}
.panel-language a {
    margin-left: 10px
}
.panel-language img {
    width: 30px;
}
.descricao-topo {
    text-align: center;
    padding: 5px 0 50px 0;
    font-size: 1.1em;
}
.bemVindo {
    color: #494E52;
}
.loginInfo {
    color: #818285;
}
.login-input-icon {
    position: relative;
}
.login-input-icon img {
    position: absolute;
    z-index: 1;
    top: 4px;
    padding-left: 22px;
}
.idioma {
    margin-top: 10px;
}
.idioma div {
    float: left;
    width: 50%;
}
.idioma div:nth-child(1) {
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}
.idioma label {
    color: #818285 !important;
}
.idioma .ui-selectonemenu {
    width: 30px!important;
    height: 22px;
    background-color: rgb(210,211,212)!important;
    border-radius:5px!important;
}
.idioma .ui-selectonemenu .ui-selectonemenu-trigger {
    height: 20px !important;
    width: 5px;
    border-radius: 0 5px 5px 0!important;
    background-color: #f1f2f2;
}
.idioma .ui-selectonemenu .ui-selectonemenu-trigger span {
    height: 20px !important;
    margin-top: 2px!important;
    margin-left: -5px!important;
}
.idioma .ui-inputfield {
    padding-left: 10px!important;
    line-height: 0!important;
    top: 3px!important;
    width: 60px!important;
}
.idioma .ui-selectonemenu-label.ui-inputfield.ui-corner-all {
    background-color: rgb(210,211,212)!important;
}
