/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jul 24, 2026, 11:10:32 AM
    Author     : Felixom
*/

.form-div { margin-top: 100px; border: 1px solid #e0e0e0; }
#profileDisplay { 
    display: block; 
    height: 100px;
    width: 100px;
    margin: 0px auto; }

.img-placeholder {
  width: 100%;
  color: white;
  height: 100%;
  background: black;
  opacity: .7;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.img-placeholder2 {
  width: 130%;
  color: white;
  height: 100%;
  background: black;
  opacity: .7;
  z-index: 2;
  position: absolute;
  left: 65%;
  transform: translateX(-50%);
  display: none;
}

.img-placeholder p {
  margin-top: 5%;
  color: white;
}
.img-div:hover .img-placeholder  {
  display: block;
  cursor: pointer;
}

.img-placeholder2 p {
  margin-top: 5%;
  color: white;
}
.img-div:hover .img-placeholder2 {
  display: block;
  cursor: pointer;
}