.roi-confirmation{
  transition: opacity 2s, background-color 1s;
  opacity: 0;
  background-color: #258101;

  padding: 40px 20px;
  text-align: center;
  font-weight: bold;
}
.roi-confirmation.visible{
  opacity: 1;
  background-color: #FFF;
}
.roi-form-wrapper{
  border-top: 1px #AAA solid;
  border-bottom: 1px #AAA solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.roi-form{
  padding: 30px 5%;
  overflow: auto;
  max-width: 600px;
  margin: auto;
}
.roi-form h2{
  text-align: center;
}
.roi-form p{
  text-align: center;
  margin-bottom: 20px;
}
.roi-form button{
  margin-top: 22px;
}