﻿  html
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/Themes/Default/Template/login/Pg_SkyBackGround.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
} 
   
Body
{
  /*  background: url("/Themes/Default/Template/login/Pg_SkyBackGround.jpg") no-repeat scroll; /*background: none repeat scroll 0 0 #126E61;*/
    margin: 0;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    color: #666;
}
.main-login
{
    background: url("/Themes/Default/Template/login/login-green.jpg") no-repeat scroll center center transparent;
    height: 577px;
    margin: 50px auto;
    position: relative;
    width: 675px;
}
.divlogin
{
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #B3B3B3;
    border-radius: 4px 4px 4px 4px; /* box-shadow: 2px 2px #999999;*/
    height: 300px;
    padding-top: 70px;
    padding-bottom: 20px; /*  background: #ccc;*/
    width: 600px;
    margin: 6.8% auto;/* 70px auto;*/
    direction: rtl;
    text-align: justify;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    color: #666;
}
.login-form
{
    direction: rtl;
    height: 400px;
    margin: 0 auto;
    padding-top: 142px;
    position: relative;
    width: 532px;
}

.login-user
{
    border: medium none;
    bottom: 269px;
    color: #666666;
    direction: rtl;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    height: 26px;
    left: 188px;
    position: absolute;
    width: 190px;
}
.login-pass
{
    border: medium none;
    bottom: 233px;
    color: #666666;
    direction: rtl;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    height: 26px;
    left: 189px;
    position: absolute;
    width: 190px;
}
.security-code
{
    border: medium none;
    bottom: 173px;
    color: #666666;
    direction: rtl;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    height: 26px;
    left: 188px;
    position: absolute;
    width: 190px;
}
.login-bt
{
    bottom: 110px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    height: 31px;
    left: 47px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 80px;
}

.fixer
{
    clear: both;
    float: none;
}
.p-user
{
    bottom: 270px;
    color: #000000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    left: 401px;
    position: absolute;
}
.p-pass
{
    bottom: 234px;
    color: #000000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    left: 401px;
    position: absolute;
}
.sec-code
{
    bottom: 173px;
    color: #000000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    left: 388px;
    position: absolute;
}
a.forgot-pass
{
    bottom: 122px;
    color: #333333;
    display: block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    left: 199px;
    position: absolute;
    text-decoration: none;
    width: 150px;
}

.header
{
    width: 100%;
    height: 40px;
    background: #333;
    text-align: center;
    color: White;
    /*padding-top:3px*/
}
.footer
{
    width: 100%;
    height: 40px;
    background: #333;
    text-align: center;
    color: White;
    /*padding-top:3px;*/
    margin-bottom:0px;
    
}
.divinfo
{
    padding-top: 15px;
}
