﻿html, body {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    color: #777;
    position: relative;
}


.divHomolog {
    width: 200px;
    background: #b42525;
    position: fixed;
    top: 40px;
    left: -44px;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.divLoginWrapper {
    background: url(../IMG/shadow-10.png) repeat top center, url(../../Arquivos/Admin/bg-login.jpg) center center no-repeat;
    background-size: auto,cover;
    height: 100%;
    width: 100%;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

h2{
    
}
.rounded-lg{
    border-radius:1rem;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.nc-modal .btn {
    padding: 0.275rem 0.75rem;
}

.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
}
.login .division .line.l {
    left: 0;
}
.login .division .line.r {
    right: 0;
}
.login .division span {
    color: #424242;
    font-size: 17px;
}


.form-control:focus {
    border-color: #86b3cf;
    box-shadow: 0 0 0 0.2rem rgb(134 179 207 / 25%);
}

.btn {
    transition: all .25s ease-in;
}

.btn-primary {
    color: #fff;
    background-color: #86b3cf;
    border-color: #86b3cf;
}

.btn.btn-primary:not(:disabled):hover,
.btn.btn-primary:not(:disabled):active,
.btn.btn-primary:not(:disabled):focus {
    color: #fff;
    background-color: #7ba4bd;
    border-color: #7ba4bd;
}

.btn.btn-primary:not(:disabled):focus,
.btn.btn-primary:not(:disabled):active:focus,
.btn.btn-primary:not(:disabled).focus {
    box-shadow: 0 0 0 0.2rem rgb(134 179 207 / 25%);
}

.fas {
    font-weight: 300;
}

.divFooter{
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    line-height:20px;
    padding:0 10px;
    background:rgba(242, 242, 242, 0.05) url(../IMG/shadow.png);
    color:#666;
    text-align:center;
    font-size:12px;
    z-index:10;
}
.divFooter a {
    color:#777;
}
.divFooter a:hover {
    color: #fff;
}



.nc-block-ui > .nc-block-ui-bar {
    background-color: rgb(246, 83, 0) !important;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(246, 83, 0, 0.5) !important;
    -moz-box-shadow: 0px 0px 6px 2px rgba(246, 83, 0, 0.5) !important;
    box-shadow: 0px 0px 6px 2px rgba(246, 83, 0, 0.5) !important;
}
.nc-check input:focus + label span,
.nc-check input:focus + label span i,
.nc-check input:checked + label span,
.nc-check input:checked + label span i {
    color: #86b3cf;
}