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

#pnlLogin, #pnlProfile {
    padding: 10px;
}

.Registration {
    width: 100%;
    clear: both;
}

.loginInfo {
    float: left;
    width: 52%;
}

.Userprofile {
    float: left;
    width: 46%;
    margin-left: 0px;
}

.RegisterButton, .RegisterMessages {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.RegisterContainer {
    width:1000px;
    margin:0 auto;
}
.RegAction {
    clear: both;
    width: 100%;
    float: left;
}

#SuccessMessage {
    padding: 100px;
    margin: 0 auto;
    text-align: center;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
}
.dnnFormItem .dnnFormLabel {
    text-align:right !important;
}

.ErrorMessage {
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 10px 80px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-image:url('Images/error.png');
    background-size:32px;
    font-family:Verdana;
    font-size:13px;
    margin:0 auto;
    color: #D8000C;
    background-color: #FFBABA;
}
.SuccessMessage {
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 10px 80px;
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('Images/success.png');
    background-size:32px;
    font-family:Verdana;
    font-size:13px;
    margin:0 auto;
}
.RegistrationLogin {
    font-size:25px;
    padding:20px 0px;
    text-align:left;
}
.errorSummery {
    padding:5px 0px 10px 100px;
}
.errorSummery ul {
    list-style-type:none;
}
    .errorSummery ul li {
        list-style-image:url('Images/errorList.png');
        background-size:10px;
    }
.BoldRed {
    color:#D8000C;
    font-weight:bold;
}

.dnnLabel {
    float:none !important;
    margin-right: 0px !important;
    width:auto !important;
}
html body .Userprofile .riSingle .riTextBox[type="text"] {
    height:30px;
}</pre></body></html>