html, body {
   background-color: #e9edf0;
}

.box-white{
   background-color: #fff;
   border-radius: 10px;
   padding-top: 25px;
   margin-bottom: 120px;
}


#message{
   min-height: 150px;
}