.form_page {
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: center; }
  .form_page > button {
    width: 40px;
    color: #fff;
    cursor: pointer;
    margin-right: 2.5px;
    transition: background-color .5s;
    border-radius: 5px;
    background-color: #908f8f; }
    .form_page > button.active, .form_page > button:hover {
      background-color: #020202; }
    .form_page > button:last-child {
      margin-right: 0; }
  .form_page > .move {
    width: 50px; }
