styles.css

18 lines | 210 B Blame History Raw Download
/* Welcome Page */

body {
  background: #f5f5f5;
}

p.description {
  font-size: 14px;
  margin: 10px auto 20px;
  max-width: 60%;
  padding: 0 10px;
  text-align: center;
}

.btn-sign {
  margin-top: 10px;
}