* {
  margin: 0;
  padding: 0; }

html {
  height: 100%; }

body {
  height: 100%;
  background: url("/assets/img/fp.svg") no-repeat center center #F5D423;
  background-size: 30%;
  position: relative; }

form {
  position: relative;
  padding-top: 25% !important;
  display: block; }
  form input {
    margin: auto;
    display: block;
    border-radius: 6px;
    font-size: 2em;
    padding: 6px 12px;
    background-image: none;
    -webkit-appearance: textfield;
    border: 1px solid #ccc;
    box-sizing: border-box; }
    form input:hover, form input:active, form input:focus {
      border-color: #66afe9;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
