body
{
    font-family: arial;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image:url('/img/login-background.jpg');
    background-size: cover;
    background-attachment:fixed;
}

#login_form
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 200px;
    background-color: rgba(4, 34, 13, 0.3);
    background: #DBFFDF;
    border: 1px solid #999999;
    margin: 170px auto 0;
    padding: 1em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 0 10px gray;
    -webkit-box-shadow: 0 0 10px gray;
    box-shadow: 0 0 10px gray;
}


#login_form form
{
    padding-bottom: 20px !important;

}

#errorDiv
{
	width: 300px;
    background: none;
    border: none;
    margin: auto auto 0;
    padding: 1em;
	text-decoration: none;
    font-size: 12px;
	color: #992222;
	text-align: center;
}

h1, h2, h3, h4, h5
{
	color: #222222;
    margin-top: 0;
    font-family: arial white, arial;
    text-align: center;
}

h1
{
    text-shadow: 0 1px 0 white;
}

input[type=text], input[type=password]
{
    display: block;
    margin: 0 0 1em 0;
    width: 280px;
    border: 5px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 1em;
}

input[type=submit]{
    float: right;
}

input[type=submit], form a
{
    border: none;    
    padding: 6px;
    text-decoration: none;
    font-size: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #009900;
    color: white;    
}

input[type=submit]:hover, form a:hover
{
    background: #005500;
    cursor: pointer;
}

#idioma
{    
    float: right;
    width: 90%;
    height: 28px;
    background-color: #ffffff;
}
    
#idioma:after
{
    content: url('../img/icons/idiomas_24_off.png');
   /* width: 0;
    height: 0;
*/    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}    



.error
{
    color: #393939;
    font-size: 15px;
}

fieldset
{
    width: 300px;
    margin: auto;
    margin-bottom: 2em;
    display: block;
}
