.form-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  width: 100%;
}

.form-result.-error .form-result__icon {
  box-shadow: 0 9px 18px 0 #ffc8d1;
}

.form-result.-error .form-result__title {
  color: #df0227;
}

.form-result__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-shadow: 0 9px 18px 0 rgba(89, 152, 103, 0.48);
  border-radius: 50%;
}

.form-result__icon-success {
  width: 30px;
  height: 24px;
}

.form-result__icon-error {
  width: 45px;
  height: 38px;
}

.form-result__title {
  color: #09BA4C;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 64px;
  line-height: 4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-result__desc {
  color: #8d8c8d;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: bold;
}

.form-result__home {
  margin: 30px 0;
  padding: 10px 30px;
  background-color: #504b53;
  border-radius: 30px;
  box-shadow: 0 9px 18px 0 white;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s, box-shadow 0.4s;
}

.form-result__home:hover {
  background-color: #363338;
  box-shadow: 0 9px 18px 0 #615967;
}
