.ConfigInput[type=file] { 
    width: 1px; 
    visibility: hidden;
    display: none;
}


.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:100%;
  height:350px;
}


.imagemUsuario2{
    width: 120px;
    height: 120px;
    margin-left: 5px;
    background-color: #f8f8f8;
 	background-size: cover;
  	border: 1px solid #ccc;
  	border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.3s;
}



