@charset "utf-8";
/* ===========================================================

	Title: other.css
	Created: 2025-12-08

=========================================================== */
/*





=========================================================== */
.submit-button {
  color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

.text-input {
  width: 400px;
  border: 1px solid #ddd;
  margin-left: 16px;
}
.init_password__btn {
  margin: 32px auto;
}
.init_password__btn::after {
  display: none;
}
.password_confirm__block {
  display: flex;
  gap: 16px;
  align-items: center;
}
.password_confirm--text{
  font-size: 1.4rem
}
.input-btn {
  margin-top: 16px;
}
.input-btn:after {
  content: none;
}
#change-password-form td p {
  margin-left: 16px;
  margin-top: 0!important;
}
