﻿body {
}
.user-profile-image{
    border:1px solid #ededed;
    border-radius:3px;
}
.user-profile-image img {
    height: 300px;
    width:260px;
    cursor: pointer;
}
.user-profile-image .upload-photo {
        background-color: #242424;
        border:1px;
        opacity: 0.4;
        width: 92%;
        height: 50px;
        position: absolute;
        
        left: 15px;
        bottom:0px;
        cursor:pointer;
    }
    .user-profile-image .upload-photo img{
        height:30px;
        width:30px;
        position:absolute;
    }


.aadhar-image {
    border: 1px solid #ededed;
    border-radius: 3px;
}
    .aadhar-image img {
        height: 300px;
        width: 450px;
        cursor: pointer;
    }

    .aadhar-image.upload-photo1 {
        background-color: #242424;
        border: 1px;
        opacity: 0.4;
        width: 92%;
        height: 50px;
        position: absolute;
        left: 15px;
        bottom: 0px;
        cursor: pointer;
    }

        .aadhar-image.upload-photo1 img {
            height: 30px;
            width: 30px;
            position: absolute;
        }
