﻿body {
    background-size: inherit;
    background-repeat: round;
    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: 3px 0px 6px #0000001f;
    min-width: 365px;
    width: 100%;
}

.login-center-content {
    display: grid;
    min-height: 100vh;
    margin: 0 auto;
    text-align: center;
    width: 290px
}

.pull-over-div {
    display: flex;
    justify-content: space-between;
}

.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%;
    }
}
