body 
{
   background: #f3f3f3;
    padding:0px; 
    margin:0px auto;     
}
 
#login
{
    padding-bottom: 0px; 
    padding:0px; 
    margin:0px auto;       
    background: url(../images/login.jpg) no-repeat;
    width: 1200px;
    height: 761px;          
}

#main-login
{
    width: auto;
    float: left;
    width: 1200px;        
}

#login-container 
{
    background: url(../images/login-form.png) no-repeat;
    width: 820px;
    height: 630px;
    margin:0px auto;
    position: relative;  
}

#login-container form 
{
    position: absolute;
    top:260px;
    left: 220px;
}

#login .label 
{
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color:#fff;
    text-transform: uppercase;
    float: left;
    width: 80px;
}

#login .elements-group .label 
{
    line-height: 25px;
}

#login .form-element input
{
    float: left;
    height: 23px;
    width: 198px;
    background: #cfcfcf;
    border: 1px solid #7d7d7d;
    padding: 0px 0px 0px 5px;
    color:#323232;
}

.elements-group 
{
    margin: 0px 0px 10px 0px;
    width: 300px;
    clear: both;
    float: left;
}

select 
{
    background: transparent;
    -webkit-appearance: none;
   background-color: rgba(0,0,0,0);    
    width: 268px;
    padding: 5px;
    border: 0px solid #ccc;
    height: 30px;
    padding: 9px 0px 0px 3px;
    color:#323232;       
}

.styled-select 
{
     
    margin: 0px 0px 0px 0px;
    width: 158px;
    display: block;
    height: 30px;
    overflow: hidden;
    background: url(../images/lang-select.png) no-repeat right ;
    color:#323232;    
}

.select-group 
{
    display: none;
    clear: both;
    width: 300px;
    float: left;
    line-height: 30px;   
}

.select-group .label 
{
    line-height: 35px;   
}

.button_login 
{
    background: url(../images/login-btn.png) no-repeat;
    width: 105px;
    height: 30px;
    border: 0px solid #ccc;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color:#fff;
    text-transform: uppercase;
    text-shadow: #0f354d 1px 1px 1px;    
    margin: 22px 0px 0px 300px;   
}

.copyright {
    display: none;
    font-size: 10px;
    margin: 28px 0px 0px 130px;    
    color:#475576;
    font-family: "Trebuchet MS", sans-serif;
}
