body{margin: 0px; padding: 0px; font-family:'Play',sans-serif;   }
.licensebox{width: 100%; height: 100vh; margin: 0px; padding: 0px; top:0px; position: relative; background: url('../img/bg.jpg') no-repeat center; background-size: cover; float: left;
}

.licensebox h1{margin: 0px; padding: 0px; text-transform: uppercase;
    font-size: 25px;
    color: yellow;
    text-align: center;
    text-shadow: 1px 1px 1px #666, 3px 3px 8px black;
    line-height: 30px;
    font-family:'Play',sans-serif;                    
}

.licensebox h1 p{font-size: 15px; text-shadow: none; color: #130b52; margin: 0px; line-height: 20px;
    text-transform: capitalize;}

.licmsgbox{width: 500px; height: 70vh; margin:10vh auto; padding: 30px; background: rgba(255,255,255,0.7);}
.licmsginnerbox{width: 90%; height: 90%; margin: 0px; padding: 5%; background: rgba(205,205,205,0.8);
box-shadow: 0 0 4px #999;
}

span.wraninglicicon{display: block; width: 80px; height: 80px; margin:auto auto 20px auto;}
span.wraninglicicon img{max-width:100%;}

a.gohomefrollic{display: block; width: 100px; text-align: center; margin: 30px auto auto; color: #fff; background-color: #7d3909; text-decoration: none; padding: 10px 15px; font-size: 20px;}
a.gohomefrollic:hover{opacity: 0.5;}