.OpenForm2399{
  border-width: 0;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  padding:3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid #dddddd;
  border-radius: 0.75rem;
  margin:0 auto 4rem auto;
  max-width:70%;
}