<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login 
{
    position:relative;
    padding: 3em 0em 3em 0em;
    /*border-top: thin solid #2870ae;*/
    overflow: hidden;
    display: none;
}

.loginBannerHeader
{
    float: left;
    font-size: 3em;
}

.logindiv
{
    float: right;
}

.box 
{
    padding: 0em 0em;
    width: 16em;
    border: thin solid #2870ae;
}

.box-top 
{
    margin-bottom: 0em;
    width: 16em;
}

.box-top input 
{
    border: none !important;
    background-color: #2870ae;
    color: white;
    height: 3.4em;
    width: 14.55em;
    
}
.box-top input:hover 
{
    background-color: #b30086;
    transition: .1s ease-out;
}
.wrap 
{
    padding: 1em 1em;
    margin-bottom: 1em;
}

.wrap input
{
    float:right;
    margin-top: 1em;
    height: 1.7em;
}

.row 
{
    clear:both;
}
</pre></body></html>