.vegas-overlay {
	
}

.mt-2 {
    margin-top: 2rem;
}

.w-90 {
    width: 90%;
}

.remove_photo {
    position: absolute;
    top: 3rem;
    right: 0.5rem;
    cursor: pointer;
    color: red;
};

.remove_photo:hover {
    color: red;
}

.required::after { 
   content:"*";
   color:red;
}