﻿body {
  padding: 0;
  margin: 0;
  background: #F8F8F8;
  font-size: 14px; }

p {
  margin: 0; }

.content {
  width: 300px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .content .logo {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px; }
    .content .logo.small {
      width: 80px; }
    .content .logo img {
      width: 100%;
      border-radius: 50%;
      border: 1px solid #F1F1F1; }
  .content .title {
    margin: 0;
    text-align: center;
    color: #888;
    font-weight: 100;
    margin-bottom: 10px;
    font-size: 18px; }
    .content .title.small {
      font-size: 16px; }
  .content .sub-title {
    margin: 0;
    text-align: center;
    color: #888;
    font-weight: 100;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px; }

.form-group {
  width: 100%;
  margin-bottom: 10px; }
  .form-group:last-child {
    margin-bottom: 20px; }
  .form-group input, .form-group button {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid #f1f1f1; }

.footer {
  width: 100%;
  text-align: center;
  font-size: 12px; }
  .footer a {
    color: #888;
    text-decoration: none; }
