.tag-line {
    display: none;
}

.grecaptcha-badge {
    display: none;
}

body {
    background-color: white;
}

@media (max-width: 420px) {
    #logo {
        max-width: 260px;
        height: auto;
    }
}

@font-face {
    font-family: 'ONDA';
    src: url('/fonts/ONDA.eot');
    src: url('/fonts/ONDA.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ONDA.woff') format('woff'),
         url('/fonts/ONDA.ttf') format('truetype'),
         url('/fonts/ONDA.svg#ONDA') format('svg');
    font-weight: normal;
    font-style: normal;
  }

.designed-by > a {
    font-family: 'ONDA';
    letter-spacing: 3px;
}