<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.leftTXT_loginm
{
    padding-left: 12px;
    padding-top: 10px;
    text-align: left;
}

.rightTXT_loginm
{
    float: right;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-image: url('../img/ax.png');
    background-repeat: no-repeat;
    width: 49px;
    height: 48px;
}

.userEnLogin_loginm
{
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
    direction: ltr;
    float: left;
    padding-left: 23px;
    padding-right: 3px;
    width: 102px;
    height: 18px;
    background-image: url('../img/user_login.png');
    background-repeat: no-repeat;
	color: white;
}

.passEnLogin_loginm
{
    margin-top: 5px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
    direction: ltr;
    float: left;
    padding-left: 23px;
    padding-right: 3px;
    width: 102px;
    height: 18px;
    background-image: url('../img/pass_login.png');
    background-repeat: no-repeat;
	color: white;
}


.btn_loginm
{
    width: 56px;
    height: 25px;
    background-image: url('../img/btn.png');
	background-color: rgba(221, 221, 221, 0) !important;
    background-repeat: no-repeat;
    color: White;
    font-family: Tahoma;
    font-weight: 600;
    font-size: 10px;
	transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}

</pre></body></html>