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

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


.centerImg{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
}


@media screen and (max-width: 960px) {
  
}

@media screen and (max-width: 420px) {
  .bodyColunaDir{
    margin-top: 10px;
  }
}


.alignleft {
    float: left;
    text-align:left;
    width:33.33333%;
}
.aligncenter {
    float: left;
    text-align:center;
    width:33.33333%;
}
.alignright {
    float: left;
    text-align:right;
    width:33.33333%;
}