<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html {
    padding: 0;
    margin: 0;
    font-family: 'yekan';
    width: 100%;
    height: 100%
}

.Div {
    position: absolute;
    width: 100%;
    height: 100%
}

.LoginPanel {
    background: #064e89;
    border-right: 1px dashed #fff
}

.TitileText {
    color: #064e89;
    font-family: 'yekan';
    font-weight: bold;
    font-size: 30px
}

.subTitle {
    color: #064e89;
    font-family: 'iransansweb_ultralight';
    font-weight: bold;
    font-size: 16px
}

.cssRightPanel {
    text-align: center;
    padding-top: 8%
}

.frameOfLogin {
    width: 400px;
    position: relative;
    float: right;
    text-align: right;
    right: 20%;
    margin-top: 250px
}

.TitileTextwhite {
    font-family: 'yekan';
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    margin: 0;
}

.Headers {
}

.subTitlewhite {
    color: #ffff;
    font-family: 'iransansweb_ultralight';
    font-weight: bold;
    font-size: 13px
}

.textBox {
    width: 100%;
    height: 40px;
    background-color: #d9e7f3!important;
    border: 0;
    margin-top: 35px;
    border-radius: 10px;
    font-family: 'iransansweb_ultralight';
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #000
}

.textBox:focus {
    outline: none
}

.loginH {
    position: relative;
    float: right;
    right: 2px;
    font-family: 'iransansweb';
    margin-top: 20px;
    border-bottom: 3px solid #ffff;
    color: #fff;
    font-size: 15px
}

::-webkit-input-placeholder {
    text-align: right;
    font-size: 12px
}

input:-moz-placeholder {
    text-align: right;
    font-size: 12px
}

.btnLog {
    width: 100px;
    height: 40px;
    border: 0;
    font-family: 'yekan';
    border-radius: 8px;
    background-color: #fff;
    margin-top: 10px;
    color: #064e89;
    cursor: pointer
}

.btnLog:hover {
    width: 100px;
    height: 40px;
    border: 0;
    font-family: 'yekan';
    border-radius: 8px;
    background-color: #7abef6;
    margin-top: 10px;
    color: #064e89
}

.btnLog:focus {
    outline: none
}
</pre></body></html>