<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* some temporary css for Login widget */
.pleft {
    display:inline-block;
    width:49%;
}

.pleft .label{
    display:block;
}

.pleft .title{
    font-size:30px;
}

.pright{
    display:inline-block;
    width:49%;
}

.pright .label{
    display:block;
}

.pright .title{
    font-size:30px;
}

.pright .subtitle{
    margin-top:20px;
}






/* some temporary css for ForgotPassword widget */
.forgotpassword{
    margin:0 auto;
}

.forgotpassword .title{
    font-size:30px;
    font-style:italic;
}

.forgotpassword .label{
    display:block;
}

.forgotpassword .errormessage{
    color:red;
}





/* some temporary css for ResetPassword widget */
.resetpassword{
    margin:0 auto;
}

.resetpassword .title{
    font-size:30px;
    font-style:italic;
}

.resetpassword .label{
    display:block;
}

.resetpassword .errormessage{
    color:red;
}




/* some temporary css for UpdatePassword widget */
.updatepassword{
    margin:0 auto;
}

.updatepassword .title{
    font-size:30px;
    font-style:italic;
}

.updatepassword .label{
    display:block;
}

.updatepassword .errormessage{
    color:red;
}

/* some temporary css for UpdateProfile widget */
.updateprofile{
    margin:0 auto;
}

.updateprofile .title{
    font-size:30px;
    font-style:italic;
}

.updateprofile .label{
    display:block;
}

.updateprofile .errormessage{
    color:red;
}



/* some temporary css for AccountLockedBadLogin widget */
.accountlockedbadlogin {
    margin:0 auto;
}

.accountlockedbadlogin .title{
    font-size:30px;
    font-style:italic;
}

.accountlockedbadlogin .label{
    font-style:italic;
}


/* some temporary css for AccountLockedAdmin widget */
.accountlockedadmin {
    margin:0 auto;
}

.accountlockedadmin .title{
    font-size:30px;
    font-style:italic;
}

.accountlockedadmin .label{
    font-style:italic;
}


/* some temporary css for ForgotPasswordThanks widget */
.forgotpasswordthanks{
    margin:0 auto;
}

.forgotpasswordthanks .title{    
    font-size:30px;
    font-style:italic;
}

.forgotpasswordthanks .label{
    font-style:italic;
}


/* some temporary css for ResetPasswordThanks widget */
.resetpasswordthanks{
    margin:0 auto;
}

.resetpasswordthanks .title{    
    font-size:30px;
    font-style:italic;
}

.resetpasswordthanks .label{
    font-style:italic;
}


/* some temporary css for Logout widget */
.logout{

}

.logout span{
    display:block;
}

.clickable{
    cursor:pointer;
}</pre></body></html>