.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
	background: #ffffff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease; 
	}
	.loader.show {
		opacity: 1;
		visibility: visible; 
    }
	.loader.hide {
	    opacity: 0;
	    visibility: hidden;
	    display: none; 
    }
    
    .loader .logo-load{
		width: 180px;
		height: 50px;
		position: absolute;
		top:0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
    
	.loader .loader-barra {
	    width: 0;
	    height: 5px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background: #C84E00; 
    }
    
    
  .wrapper {
		width: 100%;
		height: auto;
		position: relative;
/*
		display: none;
		opacity: 0;
		visibility: hidden;
*/
  	}
  		@media screen and (max-width: 480px) {

  		}
  	
/*
  		.wrapper.active{
	  		opacity: 1;
	  		visibility: visible;
  		}
*/
  		
  		
  
  
label {
	margin-bottom: 0;
}
.form-group {
    margin-bottom: 5px;
}


.btn-enviar {
    margin-top: 15px;
}

.form-control.error{
	border: 1px solid red;
}