#index.PageBackground {
    background-image: url("image/page-background-index-landscape.jpg");
    padding: 0 7.5% 0 0;
    text-align: right;
}

#index.PageBackground:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#index .Brand {
    display: none;
}

#index .Panel {
    position: relative;
    width: 55rem;
    background-color: rgba(52,74,104,0.8);
    border: 1px solid rgba(82,117,165,0.8);
    border-radius: 0.5rem;
    padding: 4.5rem 3rem;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

#index .Panel .Title {
    font-family: 'Roboto Condensed';
    color: #31eeb2;
    text-transform: uppercase;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3rem;
    position: relative;
}

#index .Panel .Title > span {
    display: block;
    font-weight: normal;
    font-size: 3.6rem;
}

#index .Panel .Description {
    font-family: 'Roboto Condensed';
    color: #8bb6e5;
    font-size: 2.4rem;
    line-height: 1.25;
}

#index .Panel .Description p {
    margin-bottom: 1.25em;
}

#index .Panel .Description p:last-of-type {
    margin-bottom: 0;
}

#index .Panel .Login {
    margin-top: 3rem;
}

#index .LoggedIn .UserName {
    font-family: "Roboto Condensed", "Arial", "Verdana";
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.25;
}

#index .LoggedIn .UserName span {
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}

#index .Form button,
#index .LoggedIn button {
    margin-top: 3.2rem;
}

#index .Login .Links {
    font-family: 'Roboto Condensed';
    margin-top: 2rem;
}

#index .Login .Links ul li {
    float: left;
    font-size: 2.4rem;
    line-height: 1;
    padding: 0 0.5rem;
}

#index .Login .Links ul li:nth-child(even) {
    float: right;
}

#index .Login .Links ul li a {
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

#index .Login .Links ul li a.Highlighted {
    color: #fff;
    animation-name: blink;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#index .Panel .Terms {
    margin-top: 2rem;
}

#index .Panel .Terms label {
    font-family: "Roboto Condensed";
    font-size: 2.4rem;
    line-height: 1.25;
    display: inline-block;
    padding-left: 4rem;
}

#index .Panel .Terms .UniformCheckbox {
    float: left;
    margin-left: -4rem;
}

@media screen and (orientation:portrait) {
    #index.PageBackground {
        background-image: url("image/page-background-index-portrait.jpg");
        padding: 0;
        text-align: left;
    }

    #index .Panel {
        position: absolute;
        bottom: 0;
        width: 100%;
        border: 0 none;
        padding: 4rem;
    }
}
