.loading{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: 9999;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.loginPage{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("../img/background.png");
    background-size: cover;
}
.container-login{
    width: 50%;
    padding: 20px;
    background: #31353e;
    border-radius: 10px;
}
