

#introDiv {
    display: none !important;
}

#formPanel .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#formPanel .row .span8{
    margin-right: 20px !important;
}

#sponsorBlock{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #1e5a8e 0%, #18686f 100%);
}

#sponsorBlock p {
    color: white !important;
}

#sponsorBlock  a{
        background: white;
    color: black;
}
#login {
    background-color: transparent !important;
}