/* .file-upload-area button.btn-file-upload:nth-of-type(1) {
    display: none !important;
}*/

.file-upload-area button.btn-file-upload:nth-of-type(2) {
    display: none !important;
}


.file-upload-area .text-center:nth-of-type(1) {
    display: none !important;
}

.file-upload-area button.btn-file-upload:nth-of-type(1)::before {
    content: "Kindly upload a clear photo that clearly shows your face, similar to a passport-size photograph, with a plain background.";
    display: block;
    color: #555;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: red !important;
    margin-bottom: 20px !important;
}
