/*Used for reskinning legacy resource pages*/

main {
    background: #1F242E;
}

section{
    color: white;
}

a.link {
    color: var(--blue2);
}

.formfill{
    text-align: center;
    background: none;
    border: 2px solid var(--blue2);
    color: white;
}
    .formfill label, .formfill .status .title, .formfill .title{
        color: white !important;
    }

    .formfill:hover .greenhover{
        color: var(--green4) !important;
    }

    .formfill input, select, textarea {
        background: var(--gray1);
        border-color: var(--gray1);
        color: white;
    }

.title, .subtitle{
    color: white;
}


header.lander, header.split, header{
    padding-top: 12rem;
    background: linear-gradient(#1394D7ee, transparent);
    text-align: center;
    padding-bottom: 1rem;
}

header .bracket, header label{
    color: var(--green4);
    font-family: var(--head);
}

header.split label {
    color: var(--green4);
    font-family: var(--head);
    font-size: 1.5rem;
}

section.split .textwrapper {
    background: var(--d-gray) !important;
    color: white;
}

section.lander:not(.split) .left {
    background: var(--d-gray) !important;
}

section.lander .right .formfill {
    background: var(--d-gray);
}

.formfill .host {
    border-color: var(--gray1);
    text-align: left;
}

    .host .blurb, .host .mug {
        color: white;
    }

    .host label {
        color: var(--l-gray);
    }