<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .lostPassword ul{
        height: 40px;
        font-size:12px;
        color:#444;
    }
    .lostPassword input[type=text] {
        border:1px solid #444;
        padding:4px;
        margin-bottom:10px;
    }
    .lostPassword .backgroundgrey{
        background-color:#eee;
        padding:10px;
        margin-bottom:10px;
    }
    .lostPassword button:hover{
        background-color:#5588bb;
    }
    .lostPassword button{
        background-color:#336699;
        color:white;
        cursor:pointer;
        text-align:center;
        padding:5px 0;
    }
    .lostPassword .message{
        color:#a00;
    }
    .lostPassword .bottomSpace{
        margin-top:50px;
        margin-bottom:100px;
    }</pre></body></html>