html{background:#ededed;}

.card-body{
position:relative;
margin-left:auto;
margin-right:auto;
top:10px;
width:40%;
min-height:100px;
border-radius:6px;
-moz-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px#000;
box-shadow: 0 0 5px #000;
background:#fff;
}

.logo{
position:relative;
margin:0 auto;
top:10px;
width:8.5%;
}

img#logo{
position:relative;
margin:0 auto;
top:10px;
}

p{
margin-top:10px;
text-align:center;
font-family: 'Open Sans Condensed', sans-serif;
font-size:4em;
}