﻿body{
    font-family:Arial, Sans-Serif;
    font-size:80%;
    margin:0px;
    background: url(/Content/images/tela-login-garantimais.png) no-repeat center center fixed;
    background-size: cover;             
}
.x-form-item-label{
    font-size:80%;
    font-weight:bold;
    color:#444;
}
#content{
    width:960px; 
    margin:0 auto;
    padding-top:20px;
}
#logo{
    margin-left: 20px;
    height: 100px;
	background-image:url(/Content/images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
}
#login{
    margin-left: 50%;
    margin-top: 20%;
}
#divLogin{
	border:1px solid #BFD8ED;
	background-color:rgba(251,253,255,0.7);
	padding: 10px;
    width: 300px;
    margin-left: -150px;
}
input.rounded{
	width:96%;
	color:#999;
	border:1px solid #BFD8ED;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:14px;
	padding:5px;
	outline:0;
	-webkit-appearance:none;
	margin-bottom:10px;
}
input.rounded:focus{color:#000; border-color:#49C;}
#btnLogin{
	padding:7px 23px;
	background-color:#0072C6;
	border-style:none;
	font-weight:bold;
	color:#FFF;
}
#btnLogin:hover{background-color:#1E82CC; cursor:pointer;}
#errorLoginInvalido, #errorLogin, #errorSenha{
	width:296px;
	height:15px;
	font-size:11px !important;
	font-weight:normal;
	position:relative;
	color:#C85305;
	display:none;
	margin-bottom:10px;
}
.recoverPassword{color:#0072c6; cursor:pointer; text-decoration:underline;}