﻿#wrapper
{
    position: fixed;
    top: 50%;
    left: 0px;
    height: 300px;
    margin-top: -150px;
    width: 100%; 
    min-width:450px;
}

#wrapper .background  
{
    opacity: 0.12;  
    filter: alpha(opacity=12);  /* For IE8 and earlier */
    -moz-opacity: 0.12;  
    background: url('../images/BackgroundLogin.png') center 0px no-repeat;
    width: 100%;
    height: 100%;
    margin-top:10px;
    position: absolute;  
    top: 0px;  
    left: 0px;  
    z-index: -10;
}

#wrapper .transparency  
{
    opacity: 0.20;  
    filter: alpha(opacity=20);  /* For IE8 and earlier */
    -moz-opacity: 0.20;  
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;    
    position: absolute;  
    top: 0px;  
    left: 0px;  
    z-index: -1;
}

#login-box 
{
    position:absolute;
    left: 50%;
    width:450px;
    margin-left:-225px;
    height: 300px;
	font: 16px Segoe UI;
}

#login-box-rememberme
{
    float: left;
	display:inline;
	height:30px;
	width:230px;
	padding-left:132px;
	padding-bottom:5px;
	color: #FFFFFF;
}

.login-box-text {
    display:inline-block;
    float: left;
	width:125px;
	text-align: right;
	padding: 0 10px 0 0;
    vertical-align:top;
	color:#FFF;
}

.login-box-field {
    display:inline-block;
    float: left;
	width:310px;
	margin:0 0 7px 0;
}

#login-box-lang {
	float: right;
	display:inline;
	margin-right: 10px;
	width:60px;
}

#login-box-button {
	position:absolute;
	bottom:15px;
	right:5px;
}

.form-login  {
	width: 300px;
	padding: 5px 4px 6px 3px;
	border: 1px solid #0d2c52;
	font-size: 16px;
}

.form-button
{
    width: 75px;
    float: right;
	padding: 3px 4px 6px 3px;
	border: 1px solid #0d2c52;
	font-size: 13px;
}

div.spacer
{
    font-size: 0; 
    height: 10px;
    line-height: 0;
    width:100%;
    clear:both;
}

.error
{
    color:Red;
}

    .RadForm_Metro.rfdLabel label {
        color: #fff !important;
    }