.box-1{
  background: linear-gradient(45deg, rgb(218, 249, 218), rgb(190, 233, 248));
  font-size: medium;
  font-weight: lighter;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 14px 0px;
  align-items: center;
  border-radius: 20px !important;
  max-width: 450px;
}
.box-1 a{
  color: rgb(30, 109, 247);
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 3px;
}
.box-1__head{
  color: #2e343a;
  font-size: 28px;
  font-weight: bolder;
  font-style: normal;
  letter-spacing: 1px;
}
.box-1__fieldlabel{
  color: #17202A;
  font-size: 16px;
  margin-bottom: 3px;
}