.center-frame {
  width: 27vw;
  margin: 4vw auto auto auto;
  background: #ffffff;
  border-radius: 1vw;
  border: 0.1vw solid #f3f3f3;
}

.center-frame-wide {
  width: 80vw;
  margin: 4vw auto auto auto;
  background: #ffffff;
  border-radius: 1vw;
  border: 0.1vw solid #f3f3f3;
}

.normal-input {
  width: 100%;
  height: 3vw;
  background: white;
  border-radius: 0.5vw;
  border: 0.1vw solid #f3f3f3;
  color: #292929;
  direction: rtl;
  margin-top: 1vw;
  padding: auto 1vw;
  font-size: 1vw;
}

.normal-input[type=file] {
  padding: 0.5vw 1vw 0.5vw 0;
  line-height: 0;
  height: 1.7vw;
}

.normal-input[type=text] {
  padding: 0 1vw;
}

.textarea-input {
  width: 90%;
  background: white;
  border-radius: 0.5vw;
  border: 0.1vw solid #f3f3f3;
  color: #292929;
  text-align: right;
  direction: rtl;
  padding: 1vw 1vw;
  font-size: 1vw;
  line-height: 1.5vw;
  resize: none;
}

.btn-normal {
  display: block;
  background: #ee3d78;
  border-radius: 0.5vw;
  color: white;
  padding: 0 1vw;
  border: none;
  margin-top: 1vw;
  text-align: center;
  height: 3vw;
}

.avatar-viewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 13vw;
  overflow: hidden;
  border: 1px solid whitesmoke;
  background-color: white;
}