﻿.divMainContentWrapper 
{
    margin-left: auto;
    margin-right: auto;
    width: 72em;
}

#divLoginTitle 
{
    background-position: center top;
    background-image: url('../Content/imageLib/LoginTitleBackground.png');
    background-repeat: no-repeat;
    height: 33em;
    text-align: center;
}

#txtLoginTitle 
{
    font-size: 5em;
    color: #0e6daf;
    font-family: 'Staatliches', cursive;
    text-shadow: 2px 2px rgb(59,133,144);
}

#txtLoginTitle2
{
    font-size: 5em;
    color: #00a14a;
    font-family: 'Staatliches', cursive;
    text-shadow: 2px 2px rgb(59,133,144);
}

/*for tablets*/
@media screen and (max-width:640px) {
    .divMainContentWrapper 
    {
        width: calc(100% - 8px);
        padding: 0.3em;
    }

    #divLoginTitle 
    {
        height: 20em;
    }

    #txtLoginTitle 
    {
        font-size: 3.5em;
    }

    #txtLoginTitle2
    {
        font-size: 3.5em;
    }
}