.img-profile-edit {
  position: absolute;
  width: 380px;
  height: 470px;
  margin-top: 0;
}

.form-sup-profile {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 590px;
  height: 105%;
  padding: 30px 30px;
  padding-bottom: 40px;
}

.mas-pro {
  position: absolute;
  color: #000000;
  text-align: center;
  width: 101%;
  font-family: "Emkan";
  font-weight: 500;
  font-size: 17px;
  margin-top: 15px;
  overflow: hidden;
  font-weight: bolder;
}

.button-container-3 {
  position: relative;
  width: 115px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6vh;
  margin-bottom: 60px;
  bottom: 28px;
  overflow: hidden;
  border: 1px solid #000000;
  font-family: "Emkan";
  font-size: 16px;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 8px;
}

.button-container-3 button {
  width: 101%;
  height: 100%;
  font-family: "Emkan";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  background: #000;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
.button-container-3 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
.button-container-3 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
