input[type=text], input[type=password], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
button:hover {
  opacity: 0.8;
}
.cancelbtn {
    float: left;
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}
img.avatar {
  height: 144px;
  border-radius: 50%;
}
.container {
  padding: 16px;
}
span.password {
  float: right;
  padding-top: 16px;
}
veil, .veil {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(33,33,33,.33);
    background-image: repeating-radial-gradient(rgba(55, 155, 55, .33), rgba(255, 255, 255, .33), rgba(143,0,255, .21), rgba(55, 155, 55, .33));
    box-shadow: inset 0px 0px 7px 3px white, 0px 0px 17px 7px white;
    align-items: center;
}
.veil_sol {position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 80%;
    max-width: 1080px;
}
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #880808;
  font-size: 44px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
.animate {
  -webkit-animation: animatezoom 0.33s;
  animation: animatezoom 0.33s
}
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
@media screen and (max-width: 300px) {
  span.password {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

/* Added by google AI */
.success-box { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; max-width: 400px; width: 100%; }
        .success-box img { width: 100px; height: 100px; border-radius: 50%; margin-bottom: 15px; }
        .success-box h1 { color: #2b2; margin: 0 0 10px 0; font-size: 24px; }
        .success-box p { color: #555; font-size: 14px; margin: 0 0 20px 0; line-height: 1.5; }
        .btn-dashboard { background: #4caf50; color: white; border: none; padding: 12px 24px; font-size: 16px; border-radius: 4px; cursor: pointer; text-decoration: none; display: inline-block; font-weight: bold; }
        .btn-dashboard:hover { background: #43a047; }