
body {
    background-image: url('../form_background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    line-height: 24px;
}


.container{
    padding-top: 5vh;
}


div {
  font-family: 'Press Start 2P', cursive;
  text-align: center;
}

h1{
    padding-top: 2vh;
    text-align: center;
    font-family: 'Press Start 2P', cursive;
    font-size: 3vh;
}

.submitBtn
{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    font-family: 'Press Start 2P', cursive;
}

.is-hidden-submit
{
    display:none!important
}