﻿body {
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
}

/*2 div's automáticas do ASP WebForms, posto para display:none para o display grid funcionar e posicionar ao centro do layout*/
.aspNetHidden {
    display: none;
}

.login-w {
    box-shadow: 6px 6px 6px #403d3d8f;
    min-width: 365px;
    width: 100%;
}

.login-center-content {
    display: grid;
    min-height: 100vh;
    margin: 0 auto;
    text-align: center;
    width: 290px
}

span.icon-eye {
    color: #6a6a6a;
    cursor: pointer;
    margin-top: -26px;
    right: 17px;
    position: absolute;
}

.pull-over-div {
    display: flex;
    justify-content: space-between;
}

/*RecuperarPassword, ConfirmarCredenciais */
span.passtrength.icon-eye {
    margin-top: 0px;
    right: 7px;
}

/*RecuperarPassword, ConfirmarCredenciais */
.tooltipPassNova {
    margin-left: -80px;
    top: auto;
    opacity: 0;
}

.notycontainer {
    height: 50px;
    margin-top: 20px;
}

.class-apps {
    height: 50px
}

.class-about {
    height: 40px
}

.provider:hover {
    box-shadow: 0px 0px 2px 0px #00000066;
    cursor: pointer;
}

/*Correção do css importados pelo bootstrap, comparativamente ao button button-link */
a.btn-link {
    font-weight: 100;
    font-size: 15px;
}

/*              LOADER                  */
.gesfrota-loader-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .login-w {
        width: 30%;
    }
}
