@import url(https://fonts.googleapis.com/css?family=Lato:700);
body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f0f0f0;
}
.box {
  position: relative;
  border-radius:12.5px;
  max-width: 500px;
  width: 40%;
  height: 350px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);

  background-color: rgba(0, 0, 0, 0.20);  
  box-shadow: 10px 15px 25px 0px rgba(255,255,255,.90) 

}