body {
    background: #eee !important;
    }
.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    }
.form-signin {
    max-width: 380px;
    padding: 15px 35px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    }
ol {
    height: 20px;
    padding: 1em 0;
}
#ticks {
      display: inline-block;
      height: 20px;
      border: 1px solid #000;
      margin-right: 4px;
  }
#ticks:nth-child(5n) {
        transform: rotate(300deg);
        -webkit-transform: rotate(300deg);
        -moz-transform: rotate(300deg);
        -o-transform: rotate(300deg);
        height: 30px;
        position: relative;
        left: -15px;
        top: 5px;
        margin-right: 1em;
        margin-top: -10px;
    }