.boxWrapperLogin 
{
    margin:40px auto;
    width: 1024px !important;
    background:#fff;
    box-shadow:0 0 1px 1px #999;
    }

.boxLogin
{
	width:400px;
	float:none;
	margin:0 auto 30px auto;
}

.boxForms
{
	width:350px;
	margin: 0 auto;
	float:left;
}


.boxLoginImg
{
	float:right;
	margin:-29px -20px 0 0;
	width:420px;
	height:335px;
}

.boxCliente
{
	width:300px;
	margin: 30px auto 20px auto;
	text-align:center;
	color:#727900;
	font-weight:bold;
	font-size:14px;
}

.boxErro
{
	width:300px;
	margin: 20px auto;
	text-align:center;
	color:#AC033B;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}


.boxErro img
{
	margin:0 5px;
	border:none;
}


.boxFormsUser
{
	width:290px;
	margin:20px 0 20px 20px;
}

.boxLogin h1 
{
    font-size:20px;
    color:#005B94;
    font-weight:normal;
    text-align:center;
    }

.boxLogin h1:before 
{
    content: "\f023";
	font-family: FontAwesome;
	margin-right:10px;
	font-size:20px;
    }

.boxFormsUser label
{
	width:110px;
	float:left;
	margin: 6px 10px 5px 0;
    font-size: 12px;
	font-weight:normal;
	color:#323232;
	padding:0;
	text-align:right;
}



.boxLogin input
{
	float:left;
	width:160px;
	height:18px;
	padding:3px;
	border:#A6A6A6 1px solid;
	font-size:12px;
	color:#008298;
}

.boxLogin input[type=checkbox]
{
	width:20px;
	float:left;
	margin:4px 3px 0 -2px;
	border:none;
}

.boxBtnEnviar
{
	width:310px;
	margin: 40px auto 10px auto;
	text-align:center;
	/*padding:15px 0;*/
}

.boxBtnEnviar a
{
	width: 120px;
    height: 40px;
    padding: 10px 30px;
    background: #ccc;
    margin: 0 85px;
    font-weight: bold;
    border: none;
    color: #666;
    border-radius: 2px;
    font-size: 12px;
}

.boxBtnEnviar a:hover
{
	background:#999;
	color:#85336C;
	cursor:pointer;
}

.boxFooterRight img {
    border: none;
    margin-top: 5px;
}


