body
{
    font-family: Arial, sans-serif !important;
    text-align: center;
    background: #ffffff;
}

h1
{
    font-size: 3em;
    font-weight: normal;
    color: #2070a0;
}

p
{
    font-size: 1.5em;
}

p.error
{
    font-size: 1em;
    color: #900000;
}

input.access-code
{
    font-size: 2em;
    width: 60vw;
    text-align: center;
    border: #cccccc 1px solid;
}

input.submit
{
    display: block;
    margin: 30px auto;
    font-size: 1.5em;
    background: #2070a0;
    color: #ffffff;
    border: none;
    border-radius: 0.5em;
    padding: 5px 20px;
}

a
{
    color: #2070a0;
}
