.user-from {
  width: 100%;
  margin: 0px auto;
  padding:0px;
  
}
.user-from .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
.user-from .form-group {
  margin-bottom: 15px;
}
.user-from label {
  display: block;
  margin-bottom: 5px;
}
.user-from input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.user-from label.mobile>span {
  display: none;
}
.user-from .error {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}
.user-from button {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  text-align: center;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.user-from .footer {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-from-pc {
  width: 600px;
  padding: 24px;
 
}
.user-from-pc button {
  width: 92px;
}
