
.perfil{
    margin:65px auto;
    text-align:center;
    
    background-color: rgba(225,225,225,.3);
    overflow:auto;
    padding-bottom:420px;
    height:100%;
}
.perfil form{
    overflow:auto;
}
.perfil card{
    display:block;
    margin:10px auto;
    border-radius:4px;
    background-color:#fff;
    overflow:auto;
}
.perfil p{
    margin:0;
    padding:0; 
    font-size:18px;
    font-weight: bold;
    margin-bottom:5px;
    color:#fff;
    background-color:black;
}
.LabelImg{
    display:block;
    background-color: lightgreen;
    color: darkgreen;
    padding:10px;
    border-radius:5px;
    cursor:pointer;
    width:90%;
    margin:0 auto;
}
.custom-file{
    background-color: none;
    width: 90%;
    height: 30px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.custom-file > span{
    font-family: Tahoma, Arial;
    font-size: 15px;
    display: block;
    padding: 5px 0 0 5px;
}
.custom-file input[type="file"]{
    cursor:pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.custom-file:after{
    content: 'clique aqui para nova imagem';
    width: 90%;
    height: 30px;
    border-radius:5px;
    padding:2px;
    margin:5px auto;
    color: #fff;
    background-color: #f00;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-family: Tahmoa, Arial;
    margin-bottom:5px;
}
label{
    color:white;
}