#flashContent {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.box{
    border-radius: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    padding: 20px;
    width: 800px;
    height: 533px;
    background: white;
}
.box2{
    border-radius: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    padding: 20px;
    width: 800px;
    height: 535px;
    background: white;
}
#google {    
     position: absolute;
    bottom: 20px;
    left: 150px;
}
#apple {    
     position: absolute;
    bottom: 20px;
    right: 150px;
}
#logo {    
    
    margin-left: auto;
    margin-right:auto;
	top:10px;
	width:148px;
}