*{margin: 0; padding: 0}
body{
  /*min-width: 100%;
  min-height: 100%;
  background: url('../img/bg-01.jpg') 100% 100% no-repeat;
  background: url('../img/bg-novo.webp') 100% 100% no-repeat;*/

  background-image: url("../img/bg-facens.png"); /* The image used */
  /*background-image: url("../img/bg-01.jpg");  The image used */
  background-color: #fff; /* Used if the image is unavailable */
  min-height: 580px; /* You must set a specified height */
  height: 100%; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
  /*background: url('../img/Loader.gif') 50% 50% no-repeat; */
  background: url('../img/Loader.gif') 50% 50% no-repeat rgba(99, 99, 99, 0.4);
  background-size: 140px;
}

#corpo{width: 1200px; margin: 0 auto; height: 100%; margin-bottom: 300px; }
#corpologin{width: 540px; margin: 0 auto}
#menu{
    margin-top: 50px;
    margin-left: 290px;
    float: left;
    width: 60%
}
#titlelogin{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}
#topo{
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url('../img/logo_header.png') no-repeat 0px 5px;
  background-size: 18.0em;
  background-color: #fff;
  /*border-bottom: 3px solid #2dc0f5*/
  border-bottom: 3px solid #4da4f5
}

h1{
  position: fixed;
    color: #fff;
    text-shadow: #000 2px 4px 6px;
    font-size: 50px;
    z-index: 9999;
}

#rodape{
    background-color: #194465;
    color: #fff;
    width: 100%;
    height: 50px;    
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 0
}
