body{background-color:#f3e6b7; font-family:arial; margin:0;}
a{text-decoration:none; 
color:black;}
a:hover{color:#336666; font-weight:bold;}
.wrapper
{
width:100%;
overflow:auto;
margin:0 auto;
}
.container-home
{
width:80%; 
margin:0 auto;
overflow:auto;
padding-left:10%;
padding-right:10%;
padding-top: 1%;
}
.container-home .left
{
width:50%; 
float:left;
}
.container-home .left .description
{
margin: 0 auto;
width:482px;
background-color:rgb(164,6,6); 
color: white;
}
.container-home .left .description h2{margin:0; padding:2.5px; text-align: center;font-size: 30px;}

.container-home .right
{
width:50%; 
float:left;
min-height:443px;
}
.container-home .right .content
{
 width: 80%;
 height:443px;
 margin: auto;
 overflow:none;
 position:relative;
}
.container-home .right .company-logo, .container-home .right .our-logo , .container-home .right .login-form
{
 width:90%;
 margin:auto;
}
.container-home .right .company-logo
{
 max-height:150px;
}

.container-home .right .login-form
{
 min-height:200px; 
 max-height:200px;
 padding: 20px 0;
 font-size:13px;

 }
 .messages
 {
	color:red;
	border:1px solid red;
	padding:5px;
	width:85%;
	margin:auto;
 
 }
 .button
{
margin-top:20px;
color:white !important;
height:35px !important;
font-weight:700 !important;
width:100px !important;
background-color:#336666 !important;
border-radius:4px !important;
}
.container-home .right .login-form p
{
 line-height:30px;
}
.container-home .right .login-form input
{
 width: 95%;
 //line-height:30px;
 border:2px solid #336666;
 outline:none;
 padding-left:5px;
 height:25px;}
.container-home .right .our-logo
{
margin-top:10px;
}
.clear
{
clear:both;
}
.footer
{
overflow:hidden; width:100%;margin:0; padding:0;font-size:12px; padding:5px; text-align:center;}