body {
  /* Location of the image */
  background-image: url(imagens/banner2.png);
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#FFFFFF;
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(imagens/banner_branco.png);
  }
	}

.user-login-header,.login-image-main{
    margin-top: 15px;
}
.user-login-header h1{
    font-size: 45px;
    color:#ff7c1a;
}

@media (max-width: 920px){
.user-login-header h1{	
    font-size: 20px;
    color:#ff7c1a;	
}
}

.user-login-header p,.last-part p{
    color:#ff7c1a;
}
 p,.acesso-site p{
    color:#666666;
}
.user-login-header span{
    color:#ff7c1a;
    font-weight: 600;
}
.login-image-main{
    padding: 30px;
    background-color:#fff;
    border-radius:5px;
    box-shadow: 0 0 5px 0 #666;
}
.logo_ppa {
    height:69px;
    width:116px;
}
.logos_grupos{
    height:40px;
    width:300px;
}
.user-login-box,.last-part{
    padding:20px;
}
.user-login-box a,.user-login-box a:hover{
    background-color: #FFFFFF;
    border:1px solid #e96b00;
    width: 100%;
    color:#fff;
    font-weight:600;
}


.user-login-box2,.last-part{
    padding:20px;
}
.user-login-box2 a,.user-login-box2 a:hover{

}

.last-part a{
    text-decoration: none;
    color:#e96b00;
}
p {
	color:#666666;
}
