/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
h4,
p {
  font-family: sans-serif;
  text-align: center;
}
h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
p {
  font-size: 17px;
  line-height: 1.52em;
}
.verification-box {
  text-align: center;
  width: 72%;
  position: relative;
  margin: 20px 11% 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 27px 3%;
}
img.logo {
  margin: 50px auto 10px;
  display: block;
  width: 30px;
}
