.user-form-part {
  padding-top: 30px;
}

.user-form-logo {
  text-align: center;
  margin-bottom: 25px;
}

.user-form-logo img {
  width: 350px;
}

.user-form-card {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  background: var(--white);
  border: 1px solid var(--border);
}

.user-form-title {
  text-align: center;
  margin-bottom: 25px;
}

.user-form-title h2 {
  color: #959595;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
}

.user-form-title p {
  
}

.user-form .form-group {
  margin-bottom: 20px;
}

.form-button {
  text-align: center;
}

.form-button button {
-webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 8px;
    position: relative;
    text-decoration: none;
    background-color: rgb(255, 96, 0);
    color: rgb(255, 255, 255);
    font-size: 18px;
    height: 56px;
    min-width: 100%;
}

.form-button button:hover {
	background-color: rgb(227, 86, 0);
}

.form-button p {
  font-size: 15px;
  margin-top: 5px;
  
}

.form-button p a {
  font-weight: 700;
  margin-left: 5px;
  color: #959595;
}

.form-button p a:hover {
  text-decoration: underline;
}

.user-form-remind {
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--border);
}

.user-form-remind p {
  font-size: 15px;
  
}

.user-form-remind p a {
  font-weight: 700;
  margin-left: 5px;
  color: #959595;
}

.user-form-remind p a:hover {
  text-decoration: underline;
}
