/* TELA DE LOGIN DEFENDER CADASTRO */

html,body{
height: 100%;
}

.navbar {
    background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.479))!important;
    position: absolute;
    top: 0px;
    z-index: 100;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: #f0f0f0;
}

.navbar-light .navbar-nav .nav-link:hover {
    transition: .5s;
    color: #ab1319;
}
@media all and (min-width: 992px){
    .navbar-expand-lg .navbar-nav{
        margin-left: auto;
     }
}

@media all and (min-width: 768px){
    .text-rodape {
        height: 100%;
        align-content: space-around;
    }
}

.navbar-light .navbar-toggler {
    color: #ab1319;
}

.dropdown-item i {
    color: #0d507a!important;
}

.navbar-nav .dropdown-menu {
    background-color: #0000009c!important;
}

.dropdown-item {
    color: #ffffff!important;
}

.dropdown-divider {
    color: #ffffff8f!important;
}

.container-login{
height: 100%;
align-content: center;
}

.card{
height: 370px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}


.card-header h3{
color:  rgb(255, 255, 255);
margin-top: 20px;
}


.input-group-prepend span{
width: 50px;
background-color:  #0d507a;
color: rgb(255, 255, 255);
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: rgb(255, 253, 253);
background-color: rgb(13, 80, 122);
width: 100px;
}

.login_btn:hover{
color: rgb(255, 255, 255);
background-color: #ab1319;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}