
<style type="text/css">

.shadow {
  -moz-box-shadow:    20px 20px 5px 0px #c5af6d;
  -webkit-box-shadow: 20px 20px 5px 0px #c5af6d;
  box-shadow:         20px 20px 5px 0px #c5af6d;

}
.alertBox {
    color: #fff;
}
body{
  margin-right: auto;
  margin-left: auto;
  /*background-color: #e8e8f0;*/
  background-image: radial-gradient(circle, #666699,  #52667a,  #4c6673);

}
.container
{
margin-right: auto; margin-top: auto;
margin-left: auto;  margin-bottom: auto;
text-align: center;
max-width: 300px;
border-radius: 8px;
background-color: white;
 box-sizing:border-box;
 box-shadow:0px 0px 10px 0px #2E64FE;
 border-radius: 8px 8px 8px 8px;
}
.extenddown
{
	margin-bottom: 10px;
}
footer {
  margin-top:calc(5% + 60px);
}
</style>