.login-bg {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-card {
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 16px;
  margin-top: -70px;
}

form label {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 500;
}

form input {
  background-color: #f7f7f7;
  padding: 14px;
  border-radius: 12px;
  width: 100%;
  border: 0;
}

form input.error {
  border: solid 1px #ff6b6b;
}

form input.phone {
  padding-left: 62px;
}

form .num {
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 14px;
  top: 12px;
}

form .eye {
  position: absolute;
  right: 14px;
  top: 12px;
}

.veri-number {
  background-color: #7676801f;
  width: 104px;
  height: 42px;
  border-radius: 10px;
  color: #6c6c6c;
  text-align: center;
}
.veri-number span {
  display: inline-block;
  position: relative;
  top: 5px;
}
.veri-number span:last-child {
  top: 16px;
}

.verification .legend-box {
  max-width: 230px;
  width: 100%;
  padding: 4px;
}

.verification .legend-box .btn-green2 {
  width: 100px;
}

.verification .legend-box .bar {
  border-bottom: solid 1px #1c1c1c;
  width: 10px;
  display: inline-block;
  margin-top: 28px;
}

.edit-account .profile-box {
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.edit-account .profile-box img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.edit-account .btn-edit {
  background-color: #0a0a0a;
  border: solid 1px #f7f7f7;
  width: 36px;
  height: 36px;
  border-radius: 40px;
  position: absolute;
  right: -12px;
  bottom: 12%;
}

.edit-account .btn-edit img {
  width: 14px;
  height: 14px;
}

.change-password .pass-bar {
  background-color: #6b6b6b;
  height: 7px;
  width: 88px;
  border-radius: 30px;
  opacity: 0.1;
}

.change-password .pass-bar.active {
  background-color: #33bd74;
  opacity: 1;
}

.change-password .btn-black.disable {
  background-color: #dbdbdb;
  background-image: none;
  border-radius: 30px;
  color: #6b6b6b;
  font-weight: 600;
}
