/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08/01/2020, 16:24:27
    Author     : Weslley
*/

.login-page{
    background-image: url('images/fundo-login.png');
    background-repeat: no-repeat;
    background-size:100%;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-size: cover; 

}

.login-page-spinner{
    background-image: url('images/loading-29.gif');
    background-repeat: no-repeat;
    background-size:100%;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-size: cover; 
    background-color: transparent; 
    border-color: transparent;
   

}

#dlgStatus{
    background-color: transparent;
}

body {
    



}

#panel-login{

    width: 280px;
    height: 430px;
    background-color: white;  
   
}

#panel-logo-login{
    background-image: url('images/logo-retina.png');
    background-repeat: no-repeat;
    background-size:300px 160px;
    background-position: center;
    width: 280px;
    height: 150px;
    background-color: white; 
    border-bottom-color: crimson;
    border-bottom-style: solid;    
    
}


#div-geral{

    background-image: url("images/fundo-login.png") ;
    /*border: 10px dotted black;*/
    padding: 15px;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-attachment: fixed;
    background-clip: content-box;
    background-color: white;
    width: 100%;
    height: 100%;

  }

