.customValidate{
    color: #f77;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    }
    .resetPasswordLink{
        text-decoration: underline;
        font-size: 13px;
    }


.fileSelected{
    background-color: #50da50 !important;
    border: none !important;
    }

    #change-avatar{
    background: #231f20;
    width: 100%;
    max-width: 125px;
    padding: 6px 10px;
    font-size: 12px;
    font-family: helveticaregular;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    }

    .resetPassword{
        text-decoration: underline;
        font-size: 13px;
    }


    .fileSelectedUpload{
        background-color: #dbffdb;
    }


    .uploadPageInput{
        opacity:0;
        position: absolute;
        top: 0;
        cursor: pointer;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }


    .notification__upload-left-content{
        position:relative;
    }

    .notification__upload-left{
        margin-top:20px;
    }
