﻿
    * {
        margin: 0;
        color:#4F4F4F;
        font-family:Arial,Sans-Serif;
        font-size:12px;
    }
    html, body, form {
        height: 100%;
    }
    body {
        background: #4D4D4D url('../images/default/login_gradient.jpg') repeat-x fixed top left; 
    }
    .container {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -40px; 
        position: relative;
        font-size: 0.9em;      
    }
    .login_container {
        padding-top: 130px;
        text-align: center;	  
    }	
    .footer, .push {
        height: 40px; 
    }
    .footer {
        position: relative;
        height:25px;
        padding:10px 5px 5px 50px;
        margin: 0 auto;
        border-top: 1px solid #000000;
        color:#808080;
        font-family:Arial,Sans-Serif;
        font-size:14px;
        background: #333333 url('../images/default/Logo_B_W.jpg') no-repeat scroll 10px 5px;
    }
    .footer a {
        color:#808080;
        font-size:14px;
    }
	.login_form {
	    text-align: left;
        background: #CCCCCC url('../images/default/login_corner.png') no-repeat scroll top right; 
		position: relative;
		width: 223px;
		height: 155px;
		margin: 0 auto;
		padding: 30px 30px 15px 30px;
	}
	.login_form h1 {
	    text-transform: uppercase;
	    font-size: 16px;
        font-family:Arial,Sans-Serif;
	}
	.login_form label {
	    display: block;
	    margin-top: 10px;
	}
	.login_form .row input {
	    width: 220px;
	}
	.login_form .remember_me {
	    float: left;
	    padding: 15px 0 0 0;
	}
	.login_form .submit {
	    text-align: right;
	    margin: 10px 2px 0 0;
	}
	.login_form .submit input {
	    
	}
	.login_form img.clipboard {
	    position: absolute;
	    left: -140px;
	    bottom: -75px;
	}
	.login_form img.shadow {
	    position: absolute;
	    left: -0px;
	    bottom: -62px;
	}	
	.error {
	    color: Red;
	    font-weight: bold;
	    position: absolute;
	    width: 100%;
	    top: 400px;
	    text-align: center;
	    font-size: 14px;
	}