﻿body {
	background-color:#FFFFFF;
	text-align:center;
	min-width:930px;
	color:#4a5869;
	font-family:'Open Sans',arial,tahoma;
}

label,input
{
       font-family:'Open Sans',arial,tahoma;
       font-size:15px;
}
div.actions
{
    border-top:0px;
}

input.button
{
    border:1px solid #e3e3e3;
    background-color:#efefef;
    padding:6px;
    padding-left:20px;
    padding-right:20px;
    font-family:'UbuntuRegular',arial,tahoma;
    font-weight:bold;
    font-size:15px;
}
    input.button:hover
    {
        background-color:#ffffff;
    }
    input.button:active
    {
        background-color:Black;
        color:White;
    }


 #horizon 
 {
   position:absolute;
   top:50px;
   left:0;
   width:95%;   
   text-align:center;   
 }
 

#container {
	position:relative;
	background:url(../../images/Rivendell/Login/background-login.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:950px;
	height:720px;
	margin:0 auto;
	text-align:left;	
	font-size:14px;	
	line-height:140%;
	}


#container img.logo
{
    margin-top:60px;
    margin-left:200px;
}

#login-panel 
{
	position:absolute;
	left:200px;
	top:130px;
	width:600px;
}

#login-panel div.form
{
    margin-top:50px;
}


			
    #divAfter
    {
        position:absolute;
        top:660px;
        left:300px;
    }			
			
    #divChangeLanguage
    {
        display:block;
        clear:both;
    }			

.clearBootStrap
{
    padding:0;
    margin:0px;
    float:none;
    vertical-align:inherit;
}
				
				#login_otherlanguage
				{
				    margin-left:auto;
				    margin-right:auto;
				    width:300px;
				}
				
				#login_otherlanguage ul
				{
				    margin:0px;
				}
				#login_otherlanguage li
				{
				    list-style:none;
				    margin:0px;
				    margin-top:3px;
				}
				legend
				{
				    border-bottom:0px;
				}			
				.form-actions
				{
				    border-top:0px;
				}
					
