
.logo{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link{
    color: #39a3f4!important;
}

.layout-dark {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    color: #1D2234;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-color: #1D2234;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.registro {
    text-align: center;
    font-size: initial;
}

.registro .ui-widget {
    color: blue !important;
}

.sidebar {
    width: 400px;
}

.sidebar div {
    padding-top: 30px;
}

.ui-growl {
    z-index: 99999 !important;
}

.label{
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.input-login{
    width: 96%;
    padding-right: 16px;
    background-color: transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 6px;
    border: solid 1px #c3ccdd;
    color: #1D2234;
}

body .ui-inputfield{
    color: #424242;
    font-size: 14px;
    background: #ffffff;
    padding: 6px;
    border: 1px solid #cccccc;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    -o-transition: box-shadow 0.3s, border-color 0.3s;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body .ui-inputfield.ui-state-focus{
    border: 1px solid #cccccc;
    padding: 6px;
}

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    background: black;
}

.ui-tooltip {
    color: white;
}

body .ui-tabs .ui-tabs-panel{
    padding: 15px;
}

.submit-button{
    border: none;
    min-width: 100px;
    padding: 2px;
    margin-top: 15px!important;
}

body .ui-message.ui-message-error {

    padding-left: 0;
    background-color: transparent;
    color: #1B2437 !important;
    font-size: 13px;
    border: none;
}

body .ui-message .ui-message-error-icon {
    color: #1B2437;
}

body .ui-inputfield.ui-state-error {
    background-image: none;
}

.link-button{
    background: none!important;
    box-shadow: unset!important;
    padding: 0!important;
    margin: 0!important;
}

@media (max-width:960px)  {
    .nocelphone { display: none; }
}

body .ui-tabs.ui-tabs-top > .ui-tabs-nav {
    display: none;
}

.buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-input{
    position: relative;
    margin-bottom: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.ui-tabs .ui-tabs-panel {
    padding: 0!important;
}

.input-icon{
    position: absolute;
    font-size: 16px;
    top: 40%;
    right: .75em;
    margin-top: 3px;
}

