.small--form-w {
    padding: 30px 20px;
    margin: 0 auto;
    border-radius: var(--border-radius);
    box-shadow: 0 0 20px #7070701a;
    background-color: #fff;
    width: 500px;
    max-width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 10px;
}

input[type="password"] {
    font-family: sans-serif !important;
}

.form-group_field__wrapper.password-field-wrapper {
  position: relative;
}

.password-toggle-btn {
  position: absolute;
  left: 5px;
  top: 37px;
  z-index: 31;
  width: 30px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--desc-color);
}

.small-form--links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.small-form--link-w {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.small-form--link-w span {
    display: block;
    color: #6b6b6b;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 10px;
}

.small-form--link {
    color: #6b6b6b;
    font-size: 13px;
    margin-top: 10px;
}

.small-form--link[href] {
    color: #00e;
}


.small-form--link[href]:hover {
    text-decoration: underline;
}

