﻿.Portal-Body
{
    background: url(/App_Themes/Administrator/images/bg-body.png) top center no-repeat;
    background-color: #262626;
    /*font-family: Tahoma, Arial;*/
    font-size: 11px;
    color: #000000;
    margin-top: 0;
    margin-left: 0;
    font-family: "segoe ui", arial, sans-serif;
}

.wrapper
{
    margin: 0 auto;
    display: block;
    width: 594px;
    height: 295px;
}

.loginbg
{
    background: url(/App_Themes/Administrator/images/loginbg1.png) top center no-repeat;
    display: block;
    height: 406px;
    margin: 140px auto 0;
    position: relative;
    width: 594px;
}

.resetbg
{
    background: url("/App_Themes/Administrator/images/bg-reset-password.png") no-repeat center top;
    display: block;
    height: 406px;
    margin: 140px auto 0;
    position: relative;
    width: 594px;
}

#PasswordRecovery1_UserNameContainerID_UserName
{
    border: 0 none;
    color: #9D9E9E;
    font-size: 14px;
    height: 38px;
    left: 220px;
    line-height: 25px;
    position: absolute;
    width: 203px !important;
    top: 139px;
}

#PasswordRecovery1_UserNameContainerID_SubmitButton
{
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 45px;
    left: 268px;
    position: absolute;
    top: 235px;
    width: 106px;
}

#PasswordRecovery1_UserNameContainerID_UserNameRequired
{
    color: #FF0000;
    left: 450px;
    position: absolute;
    top: 150px;
}

#adLogin_UserName,
#adLogin_Password
{
    border: 0 none;
    color: #9D9E9E;
    font-size: 14px;
    height: 38px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    width: 203px !important;
    outline: none;
}

#adLogin_UserName
{
    top: 139px;
}

#adLogin_Password
{
    top: 216px;
}

#adLogin_LoginButton
{
    background: none;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 45px;
    left: 185px;
    position: absolute;
    text-indent: -10000px;
    top: 317px;
    width: 106px;
}

#adLogin_PasswordRecoveryLink
{
    background: none;
    color: #ED4040;
    cursor: pointer;
    display: block;
    font-weight: bold;
    left: 65px;
    position: absolute;
    text-decoration: none;
    top: 340px;
    width: 106px;
}

#adLogin_UserNameRequired
{
    left: 300px;
    position: absolute;
    top: 145px;
}

#adLogin_PasswordRequired
{
    left: 300px;
    position: absolute;
    top: 225px;
}

.failureTextStyle
{
    font-size: 16px;
    left: 86px;
    position: absolute;
    top: 95px;
}

.recoveryFailure
{
    font-size: 16px;
    left: 223px;
    position: absolute;
    top: 95px;
}

.recoverySuccess
{
    color: #FF0000;
    font-size: 16px;
    left: 200px;
    position: absolute;
    top: 95px;
}

.chkRememberMe
{
    left: 34px;
    position: absolute;
    top: 318px;
}

    .chkRememberMe label
    {
        left: 30px;
        position: absolute;
        top: -2px;
        width: 100px;
        color: #414848;
    }

.tbl-login img
{
    left: 40px;
    position: absolute;
    top: 345px;
}

.tbl-login
{
    display: block;
    margin: 0 auto;
    width: 300px;
    position: relative;
}

    .tbl-login td
    {
        height: 24px !important;
        line-height: 24px !important;
    }


        .tbl-login td.text
        {
            text-align: left;
            width: 80px !important;
        }

    .tbl-login .text label
    {
        color: #000000 !important;
    }

    .tbl-login .checkbox
    {
        padding-left: 77px;
    }

    .tbl-login .button
    {
    }

    .tbl-login .textbox
    {
        width: 188px !important;
    }

    .tbl-login td span
    {
        color: red !important;
        font-weight: bold;
        padding-left: 3px;
    }
