.upload-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.upload-popup form {
    background: white;
    padding: 20px;
    border-radius: 5px;
	width: 30%;
}

.profile-picture {
    margin-bottom: 10px;
    margin: 0 3em;	
}


.error {
    color: red;
}

.success {
    color: green;
}

/*IMG*/
p.profile-picture-text {
    list-style: none;
    background: #d7d7d7;
    width: 120px;
    height: 120px; 
    border-radius: 50%;
    display: flex; 
    align-items: center; 
    justify-content: center; 
	font-size: 10px;
	margin: 0 auto;
}

