﻿html, body {
    border: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 63.5%;
    font-family: Arial, helvetica, sans-serif;
    background: #C9C8C8 url(../Images/login_bg.jpg) no-repeat center center;
    position: fixed;
}

form {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper {
    display: block;
    left: 0;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

    #wrapper .content {
        background: #FFF url(../Images/screen.jpg) no-repeat center center;
        /* Ashok - height: 300px;
    left: 50%;
    margin-left: -220px;
    position: absolute;
    top: -150px;
    width: 420px;*/
        height: 329px;
        left: 50%;
        margin-left: -220px;
        position: absolute;
        top: -180px;
        width: 420px;
    }

.label {
    font-size: 14px;
    /*text-align: left;*/
}

.error {
    font-size: 12px;
    color: Red;
}

/* AmaranathK: added for inline styles in Account/Default.aspx */

.account70 {
    width: 70%;
}

.account35 {
    width: 35%;
}

.accountdisplaynone {
    display: none;
}

.logo {
    margin: 65px 0px 0px -190px;
}

/* End inline styles */

/*AmaranathK: added for common/Error.aspx page styles*/

#divLoading {
    left: 0;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

    #divLoading .content {
        background-color: #E1ECFA;
        height: 200px;
        left: 50%;
        margin-left: -150px;
        position: absolute;
        top: -100px;
        width: 300px;
        border: 1px solid #849DBD;
        font-size: 14px;
        color: #B02B3C;
    }

        #divLoading .content .loadingLogo {
            padding-top: 20px;
            height: 60px;
        }

        #divLoading .content .error {
            margin: 0 15px;
            text-align: center;
        }

/* End Error.aspx page styles*/

/*AmaranathK: Added new Login button css*/

.LoginButton {
    height: 28px;
    font-size: 14px;
    width: auto;
    min-width: 62px;
    display: inline-block;
    padding: 0 15px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #888;
    margin: 0 10px;
    cursor: pointer;
    border: 0px;
}
/*End login button css*/


/*rudra added below code form PH0020025092*/
.logo {
    margin: 65px 0px 0px -190px;
    width: 150px;
    left: -31px;
    position: relative;
    top: 4px;
}


#wrapper .content {
    background: #FFF url(../Images/screen.png) no-repeat center center;
    height: 329px;
    left: 50%;
    margin-left: -220px;
    position: absolute;
    top: -180px;
    width: 420px;
    background-size: cover;
}

/*end*/
