html {
    background-color: #eee;
}
form#form1 {
    padding: 1em 4em;
    max-width: 1000px;
    margin: auto;
    background-image:url('../images/GVTLogo.png');    
    background-repeat:no-repeat;
    background-position-x: 95%;
    background-position-y: 2%;
    background-color: #fff;
    border-radius: 1rem;
    margin-top: 1rem;
    box-shadow: 0 0 0 1px #aaa;
    background-size:40%
}

form#form1 * {
    line-height: 2.15;
    font-family:sans-serif;
}
span.style1 {
    font-weight: 600;
    font-size: 1.1rem;
}
div#pnlScreenr2 {
    margin: auto;
    display: block !important;
}
h3 {
    font-weight: 500;
    font-size: 1rem;
}

h2 {
    font-family:ui-serif !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top:4em;
    text-align: center;
}

a[href*=download] {
    font-weight: 600;
}

a[href*=Help] {
    font-weight: 600;
}

@media(min-width: 600px) {
    form#form1 {
        background-size:30%;
    }   

    h2 {
        margin-top: 3em
    }
}

@media(min-width: 800px) {
    h2 {
        text-align: left;
        margin-top: 3em;
    }
}

@media(min-width: 1000px) {  
    h2 {
        margin-top: 1em
    }
}
