<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ContentImportHTMLFeatureCell {
    width: initial;
}

.ContentImportHTMLFeatureCell &gt; table &gt; tbody &gt; tr &gt; td &gt; table {
    width: 100%;
}

.ContentLogonTR {
    display: none;
}

#LoginWrapper h1 {
    padding-left: 10px;
    color: #d03035;
}

#SignInSection,
#RegisterSection {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

#LoginWrapper a,
#LoginWrapper a:hover,
#LoginWrapper a:visited {
    color: #000;
    text-decoration: none;
}

#LoginError {
    padding: 10px 0px;
    font-weight: bold;
    color: red;
}

.SectionTitle {
    margin-bottom: 0px;
}

/***************************
      SIGN IN SECTION
****************************/

#LoginWrapper {
    margin-bottom: 60px;
}

form[name=Logon_Content] {
    padding-left: 10px;
}

#LoginWrapper #LoginError {
    font-size: 14px;
    padding: 10px 0px;
    font-weight: bold;
    color: red;
}

form[name=Logon_Content] fieldset {
    border: none;
    padding: 0px;
    display: inline-block;
    width: 90%;
    margin: 0px;
}

.pure-control-group1 label, 
.pure-control-group2 label {
    font-weight: bold;
    display: block;
}

#password, #email {
    height: 40px;
    width: 100%;
    border: 2px solid #ccc;
    padding-left: 5px;
    box-sizing:  border-box;
}

#SignInSection .SectionTitle {
    width:  90%;
}

#Submit {
    height: 40px;
    width: 100%;
    padding: 0px;
}

/***************************
    REGISTRATION SECTION
****************************/

.LoginImg {
    float: left;
}

.LoginSectionContainer {
    padding: 10px;
    height: 85px;
    margin-right: 10px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}

.LoginSectionContainer:hover {
    background-color: #dfdfe0;
}

.LoginSectionLinks:nth-child(4) .LoginSectionContainer {
    border-bottom: 0px;
}

.LoginSectionTitle {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.LoginSectionLinks, 
.LoginSectionLinks:hover, 
.LoginSectionLinks:visited, 
.LoginSectionLinks:active {
    color: #000;
}
</pre></body></html>