Use bootstrap cards for feedback pages

Change-Id: I811bf2f3ce2992b7110d6742069eb07f38bd5b37
diff --git a/templates/confirm_your_email.htm b/templates/confirm_your_email.htm
index 0b7d855..574b3f8 100644
--- a/templates/confirm_your_email.htm
+++ b/templates/confirm_your_email.htm
@@ -1,5 +1,8 @@
-<h2>Almost there! Confirm your email</h2>
-
-<?php 
-echo "<p>Didn't receive anything yet? <a href='".$BASE_URL."/?type=resend&token=".$_SESSION['resend']."'>Click here</a> to resend the confirmation email.</p>"; 
-?>
+<div class="alert alert-info" role="alert">
+    <h2>Almost there! Confirm your email address</h2>
+    <p>An email with the subject <i>[<?php echo $SERVICE_ACRONYM;?>] Confirm your email address</i> 
+        has been sent to you. Follow the steps in the email to confirm your email address.</p>
+        <?php echo "<p>Didn't receive anything yet? <a href='".$BASE_URL."/?type=resend&token=".$_SESSION['resend']."'>Click here</a>
+        to resend the confirmation email to ".$_SESSION['email']; ?>.
+    </p>
+</div>
\ No newline at end of file