.profile-registration-form {
  width: 480px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  margin-top: 80px;
}

.profile-registration-form .card__header {
  margin-bottom: 32px;
}

.profile-registration-form__actions {
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  justify-content: center;
}

.profile-registration-form .button-component {
  width: 240px;
}

.profile-registration-form__footer {
  padding: 32px 24px;
  margin: 0 -24px -32px;
  border-top: 2px solid #f2f2f2;
  text-align: center;
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.profile-registration-form__privacy-policy {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.profile-registration-form__successfully-message {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.profile-registration-form__successfully-timeout {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #8F8F8F;
  margin-top: 8px;
}

.profile-registration-form__successfully .profile-registration-form__actions {
  margin-top: 32px;
  margin-bottom: 0;
}
