/* Plugin Version 1.0.19 */

body, html {
  font-size: 16px;
  background: #eceef1;
  height:100%;
  min-height: 100%;
  font-family: "proxima-nova",Arial, sans-serif;
}

.background {
  top:0;
  left:0;
  bottom:0;
  right: 0;
  position: fixed;
}

.page {
  text-align: center;
  white-space: nowrap;
  height: 100%;
}

.page:before {
  content: '';
  display: inline-block;
  height:100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.clock {
  width:620px!important;
  margin: 0 auto!important;
  zoom: 0.7;
  -moz-transform: scale(0.7)
}

.box {
  display: inline-block;
  vertical-align: middle;
  background: #FFFFFF;
  box-shadow: 0px 45px 55px -25px rgba(0,0,0,0.1);
  float: none;
  padding: 2rem;
  white-space: normal;
}

.logo {
  display: block;
  height: 100px;
  width: 100%;
  margin: 10px auto;
  font-size: 2rem;
  line-height: 100px;
  color:#ccc;
  font-weight: 800;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  font-style:italic;
}

hr {
  width: 30%;
  height: 2px;
  border:none;
  padding: 0;
  margin: 1rem auto 2rem auto;
  background: #eceef1;
}


h1, h2, h3, h4, h5 {
  font-family: "proxima-nova",Arial, sans-serif;
}

h1 {
  color:#27292b;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin: 2rem 2rem;
  text-transform: capitalize;
}

  p {
    margin:1rem 2rem 2rem 2rem;
    color: #27292b;
    font-size: 1.25rem;
    font-weight: 400;
  }

  p small {
    font-size: 1.125rem;
  }

  p small a {
    color: #adadad;
    border-bottom:1px dotted #adadad;
  }

  p small a:hover {
    color: #d52c40;
  }

  .confirmation h1 {
    font-size: 2rem;
  }

  .confirmation p {
